Question/RFE 1

2002-03-06 Thread Vollmer, Thomas - CannonSA
Hi All, I can't find a way to get the pattern String back out of an RE object. Class RE doesn't override toString() and there's no getPattern() method. Am I missing something? I would like to be able to do: RE re = new RE("^ABC$"); System.out.println(re.getPattern()); // prints ^ABC$ Regards, T

Question/RFE 2

2002-03-06 Thread Vollmer, Thomas - CannonSA
Hi All, I have a question about method RE.simplePatternToFullRegularExpression(). It seems to escape all special characters and replace "*" with ".*". My question is, why does it not replace "?" with "."? Regards, Thomas If this email is not intended for