Subject: Unicode in Regexp (a question)
From: ser germane-software.com (Sean Russell)
Date: Sat, 23 Mar 2002 06:48:32 +0900
Does anybody know how to specify UTF-8 characters in regular
expressions? The ruby \xNN only takes two digits, so multi-byte
characters can't be encoded, AFAIK; is there a way of specifying
these?
Thanks,
--- SER