Visible to Intel only — GUID: GUID-92031CB2-1589-45F1-B146-D4ABE73392A0
Visible to Intel only — GUID: GUID-92031CB2-1589-45F1-B146-D4ABE73392A0
Regular Expressions
This section describes the Intel IPP functions that perform matching operations with the Perl-compatible regular expression patterns. See http://search.cpan.org/dist/perl/pod/perlre.pod for more details about Perl-compatible regular expressions.
The current version of the Intel IPP functions for regular expressions have some limitations, specifically they do not support literal (metacharacters \l, \L, \u, \U, \N{name}), embedded Perl code (?{code}), extended regular expression ( ??{code}).
- RegExpInit
DEPRECATED. Initializes the structure for processing matching operation with regular expressions. - RegExpGetSize
DEPRECATED. Computes the size of the regular expression state structure. - RegExpSetMatchLimit
DEPRECATED. Sets the value of the matchLimit parameter. - RegExpFind
DEPRECATED. Looks for the occurrences of the substrings matching the specified regular expression. - RegExpSetFormat
DEPRECATED. Sets source encoding format for given compiled pattern. - ConvertUTF
DEPRECATED. Converts the UTF16BE or UTF16LE format to UTF8 and vice versa. - RegExpReplaceGetSize
DEPRECATED. Calculates the size of the state structure for the find-replace operation. - RegExpReplaceInit
DEPRECATED. Initialize the state structure for the find-replace operation. - RegExpReplace
DEPRECATED. Performs find and replace operation.