Escaping the .
patrick clancy <[email protected]> Tue, 01 Apr 2003 10:24:07 -0800
| Newsgroups | gmane.comp.jakarta.regexp.user |
|---|---|
| Message-ID | <BAAF1947.75E9%[email protected]> |
I was trying to do this but I can't seem to escape the period. How would I
escape the predefined . Class?
RE re = new RE("(@.*@)|(/./.)|(abc)|(@\.)|(\.@)|(^\.)",
RE.MATCH_CASEINDEPENDENT);
--
Patrick