RegEx: Replacement Text Case Conversion

Is it possbile to do a Replacement Text Case Conversion with Xojo/MBS RegEx?

Something like Search for code[/code] (Search for Lowercase Chars) and replace all SubStrings with \\U\\1\\E (Uppercase)? (Just an example)

No. You’ have to use the pattern to identify the substrings that need replacement and parse it yourself.

Thank you Kem :slight_smile: