User:Dan: Difference between revisions

From Smith Family Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
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 23:44, 30 June 2015

  • abc
  • abcdef
  • abc
  • abc

Related Files