• Resolved adrenmaths

    (@adrenmaths)


    Hi,

    I found on many sites dedicated to regular expressions that the syntax needed to convert all lowercase letters to uppercase ones on the replacement string was (for the first capturing group) :

    \U$1

    Looks like this doesn’t work. I have tried a few variants unsuccessfully …

    What is the right syntax ?
    Thank you

Viewing 1 replies (of 1 total)
  • Plugin Author John Godley

    (@johnny5)

    The plugin uses PHP and whatever you do will need to be supported by PHP’s regular expression engine.

Viewing 1 replies (of 1 total)
  • The topic ‘replace and convert to uppercase’ is closed to new replies.