[fpc-pascal] regex unit and word boundaries
Ben Smith
ben.smith.lists at gmail.com
Wed Apr 6 00:48:56 CEST 2011
Hi,
Does the Regex unit included with FCL support word boundaries? eg: the
\b tag as used by some other regex libraries. If the Regex unit does
support it, what syntax must I use?
I know about the ^ (beginning of line) and $ (for end of line), but
that is not what I'm looking for, because the words I want to match
might appear in the middle of the text.
--
Ben.
More information about the fpc-pascal
mailing list