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,
Thomas

************************************ 
If this email is not intended for you, or you are not responsible for the
delivery of this message to the addressee, please note that this message may
contain ITT Privileged/Proprietary Information.  In such a case, you may not
copy or deliver this message to anyone.  You should destroy this message and
kindly notify the sender by reply email.  Information contained in this
message that does not relate to the business of ITT is neither endorsed by
nor attributable to ITT. 
************************************ 


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to