Difference between revisions of "User:Dan"
| Line 1: | Line 1: | ||
| − | * {{ | + | * {{#regex: abc.def | /(.*)(\..*)?/ | \1}} |
| − | * {{# | + | * {{#regex: abcdef | /(.*)(\..*)?/ | \1}} |
| − | + | * {{#regex: abc.def. | /(.*)(\..*)?/ | \1}} | |
| − | | | + | * {{#regex: abc.de.f | /(.*)(\..*)?/ | \1}} |
| − | }} | ||
{{File Gallery | {{File Gallery | ||
Revision as of 22:40, 30 June 2015
- abc.def
- abcdef
- abc.def.
- abc.de.f