Hello
I have a regex question.
I'm trying to find out how to match everything but one word.
The string to match will contain only one word.
For example, if the string contains "TEST1", the regex expression
should accept the match for any word, but not
when this is TEST1.
Regards
Leandro
I have a regex question.
I'm trying to find out how to match everything but one word.
The string to match will contain only one word.
For example, if the string contains "TEST1", the regex expression
should accept the match for any word, but not
when this is TEST1.
Regards
Leandro