I am trying to match user type mappings using regex and am looking for some help as to how qualtrics interprets regex.
For example:
If users department is Training Mgr X map the user type to Manager
Would the regex in qualtrics be /Mgr/ for the mapping or \bMgr\b
or how would one write this regex so that it is case insensitive?