ZenDesk: Ticket #1055
Description:
The customer wants to be able to use Regex Lookaround Assertion to redact part of the last name of any given full name.
For example,
When there's a name "Anastasia Karinna" appears on the viewer, and using this regex
(?<=Anastasia K)arinna |
it will redact the "arinna" part of the last name, and only "Anastasia K" will be visible.