help-flex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Hex character ranges


From: ooklac
Subject: Hex character ranges
Date: Thu, 24 Aug 2006 15:57:05 -0500

Greetings,

According to the documentation, it is possible to specify a hex
character to match using '\x' such in '\x2a'.  I was curious if it was
possible to use hex ranges in such expression, like matching \x20a0 to
\x20cf.  If so, can you use some compound logic to make a defintion,
such as
SYMBOL    \x092f|\x0e3f|[\x20a0-\x20cf]

If this isn't possible, please suggest possible work arounds.

Thanks for taking the time to read this,
Matt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]