Re: Escaping special characters
Raphael Michel <[email protected]> 08 Apr 2003 19:05:34 +0200
| Newsgroups | gmane.comp.jakarta.regexp.user |
|---|---|
| Message-ID | <1049821534.2623.6.camel@bax> |
> I've tried things like \\. or \\- or \\[ but these are incorrect. What is > the correct way to escape these characters? I use escape characters in my intake validation rules and a simple \. to escape a "." or a \- to escape "-" works just fine ... Did you try with a single backslash ? Backslash