actually i wrote a program, where there is a text-field for regex. users write their regexes into this field. now, how a regex should they write to do this?
regards On 6/13/06, Chennamsetti, Raja <[EMAIL PROTECTED]> wrote:
You can use !Matcher.contains(pattern) regards -----Original Message----- From: Ilhami Visne [mailto:[EMAIL PROTECTED] Sent: Tue 6/13/2006 5:19 AM To: [email protected] Subject: to match there is no such substring hi, With RE is possible to match a string. I want but the opposite. it should return true, if the regex doesn't match a string. Problem is: i have a strings and i want only the strings, which don't contain a specific word. thanx in advance --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
