02-24-2012, 02:36 PM
QM regular expression syntax is almost the same as in most other languages and applications. Google for help.
maybe use this for the middle:
[^f]+?
It means any number of characters other than f. Maybe will not work , don't know.,
Quote:but has no "f" in the middle
maybe use this for the middle:
[^f]+?
It means any number of characters other than f. Maybe will not work , don't know.,
