If you read my previous message, you'll see that I say "replace '_' with "\\*" throughout". '*' is a special character, so it must be escaped. You correctly escape it in the first regex, but not in the second.
In the particular is contained the universal...
J. Joyce




Reply With Quote