https://netsuiteprofessionals.com logo
Title
r

reptar

06/29/2018, 12:41 PM
@erictgrubaugh I was able to parse the number I was looking for. It parses the message of a case we receive from AnswerConnect to see if a case already exists so I can merge to that case. My question was, how can I specify a substring that contains the string literal/object
Case Number
immediately followed by the regex specifying a six digit number? Can you include a string literal in a regex expression?
e

erictgrubaugh

06/29/2018, 4:35 PM
Yes you can include a string literal in a regex;
/Case Number \d{6}/