BUG: Redact tool custom patterns does not respect case sensitivity
When using a custom redaction regular expression, the Redact tool doesn't correctly respect case sensitivity. The following pattern:
(\b)([A-Z])([A-Za-z]+)(\b)
...should be tagging words that begin with a capital letter, but it instead marks all words in the entire document. Please allow the redaction tool to correctly tag words based on the specified capitalization in the RegEx patterns.
2
votes
David Stumme
shared this idea