I want to start after the \ and collect the user name but the user name is in delimited format (.)
field name = UserName
example of a field value
BDDLOX3855\john.doe
Would it be possible to replace the . with a space after using my regex request?
↧