(Alternatively:)
Is there an extension supplying additional functions for Calc which use RegEx on an advanced level, doing an efficient "F&R" based on RegEx, an enhanced
Code: Select all
SUBSTITUTE.REGEX(TextToWorkOn, SearchFor, ReplaceWith, OptionsAndFlags)
Code: Select all
SEARCH.REGEX(RegExToSearchFor, TextToSearchIn, ArrayOfMatches)
Is there an external program based on the ICU RegEx engine, controllable in a handy way from user code for AOO (or LibO)?