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