Hi Team!
What do I need to write in RegexExpression if I want to filter DataTable by specific word and make it case insensetive? I am using FilterByRegex component.
Hi Team!
What do I need to write in RegexExpression if I want to filter DataTable by specific word and make it case insensetive? I am using FilterByRegex component.
Hi,
Try this Regex for case insensitive, ^(?i)(Hyd)$
Please find attached screenshot for your references.
Thanks & Regards,
Intellibot Support.
Hi, thanks for yout help!