Hi guys

I'm trying to find a character for use in a regex pattern that is non
printing and non word.

I've been using \0 and \xFF as a means of marking up and splitting a
string but have just found out that the regex engine thinks that they
are word characters, as in being matched by \w

I need a character that people won't type, that isn't a word character.

Any ideas.

TIA

Angie

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to