Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

So for example, if you want the domain to have uppercase for created usernames, use the expression:

(.*)@(.*)

and then instruct all after @ symbol to be uppercase with this replacement:

...