Re: Regex compatibility

2007-04-16 Thread Michael Glavassevich
Hi, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote on 04/16/2007 01:48:16 PM: > Not long ago I had a problem using a regex pattern. > I wanted to allow all values, excluding a list of "reserved words". > Finally I found a regex pattern, that did what I wanted. I tested it > in a small java prog

Regex compatibility

2007-04-16 Thread dick.den...@donkeydevelopment.com
Not long ago I had a problem using a regex pattern. I wanted to allow all values, excluding a list of "reserved words". Finally I found a regex pattern, that did what I wanted. I tested it in a small java program and everthing looked well. But when I used the pattern in the XSD, it was found in