Changes

Fonts

9 bytes removed, 02:25, 8 October 2011
Example using a VBscript
Set regEx = New RegExp
regEx.IgnoreCase = True
regEx.Pattern = "([A-Za-z0-9\w\s]+_*?)(_[^_]*)?(\.(ttf|otf|pfm|fon))$"
FOR EACH FontFile IN oSource.Items()
2
edits