Option for Text Manipulation/Replace All action to be case insensitive

Andydroid

Member
Please can we have a Case Insensitive option in the Text Manipulation/Replace All action; currently I need to manually change the case of the search text and repeat the Text Manipulation several times. Thank you :)
 

Andydroid

Member
Use (?i) regex expression.
Thanks, that works well. For those who, like me, aren't regex experts: assuming the text to replace is stored in the local variable sSearchWord, the syntax is (?i:{lv=sSearchWord})

A "case-insensitive" tickbox would still be simpler though!...
 
Top