Login  Register

Re: How does one make a regex case-insensitive?

Posted by Hugo <Nabble> on Nov 16, 2011; 5:10am
URL: https://support.nabble.com/How-does-one-make-a-regex-case-insensitive-tp6999228p6999261.html

This is a good request and we will implement this now (please give us one or two days to have this change released to all servers). Basically, we will add a new parameter called case_insensitive to all regex commands (e.g., regex_replace_all, etc.)  just like this:
<n.regex_replace_all. pattern="abc" replacement="def" case_insensitive="true">
     test test test test 
</n.regex_replace_all.>
I will let you know when this is released. Thanks for the feedback.