Explanation how you can use regular expressions in Xojo (formerly REALbasic) with its built-in RegEx class| www.regular-expressions.info
PCRE (Perl Compatible Regular Expressions) is an open source library written in C that allows developers to add regular expression support to their applications. The library is compatible with a great number of C compilers and operating systems.| www.regular-expressions.info