I need to look up a string literal, followed by a ...
# suitescript
r
I need to look up a string literal, followed by a regex, like this
Case Number ######
in JS. I already constructed the regex with
/\d\d\d\d\d\d/
. I need a substring that has both, to filter out numbers other than case number.