Regex/Perl

Is regex and/or Perl built into xojo, or is it something you have to call/add?

Have used Perl in the past. Trying to figure out how to use that knowledge in Xojo… thanks

John

Look at the documentation for the RegEx class.

RegEx - Yes (http://documentation.xojo.com/api/text/regular_expressions/regex.html)
Perl - No (other than launching an external Perl script)