http://qs321.pair.com?node_id=297663


in reply to Re: string substitution
in thread string substitution

Greetings seaver

you might escape some of the chars in your char class.

For example, inside a char class '-' is a range operator. [a-e] instead of [abcde]

Also it is hard to tell the paren inside your char class from the first closing paren