- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm curious what kinds of replacement patterns IPP supports in ippsRegExpReplaceInit.
The only supported case I found besides raw string is as follows.
regex: ([AB])([CD])
src string: AC
replacement: $2$1
dist string: CA
Is there any other kinds of supported patterns? / What are the exact usages of replacement pattern?
Thanks,
-Evan
I'm curious what kinds of replacement patterns IPP supports in ippsRegExpReplaceInit.
The only supported case I found besides raw string is as follows.
regex: ([AB])([CD])
src string: AC
replacement: $2$1
dist string: CA
Is there any other kinds of supported patterns? / What are the exact usages of replacement pattern?
Thanks,
-Evan
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
IPP function perform matching and replacement operations with the Perl-compatible regular expression patterns. For the replacementit is:1. Simple text replacemet and2. Using of n-th matched subpattern ($1, 2,...) in any combination.
Igor S. Belyakov
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Nice information about Perl-compatible regular expressions - http://search.cpan.org/dist/perl/pod/perlre.pod
Regards,
Naveen Gv
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page