Regular Expressions |
Top Previous Next |
Agent Ransack provides extensive regular expression support using either a Perl compatible syntax or a classic syntax.
Perl compatible syntax
Perl compatible regexp syntax is based around the Boost regular expression engine and includes not only the functionality of the 'classic' regular expression engine but also additional Perl style expression enhancements detailed here: http://www.boost.org/doc/libs/1_58_0/libs/regex/doc/html/boost_regex/syntax/perl_syntax.html
Classic syntax
Agent Ransack's classic regexp syntax supports the most commonly used regular expression elements, which is the subject of this section. To continue go to the Quick Start section.
|