Versions Compared

Key

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

...

Currently, username translations based on rules are done maintaining the case of the input principal. For example, given the rule

Code Block
"RULE:[12:$1@$0](.*@EXAMPLE.COM)s/@.*//"
Code Block
If the source string is joe-qa@EXAMPLEqa/host@EXAMPLE.COM, the result is joe-qa
If the source string is JOE-QA@EXAMPLEQA/host@EXAMPLE.COM, the result is JOE-QA
If the source string is Joe-QA@EXAMPLEQA/host@EXAMPLE.COM, the result is Joe-QA

...