Join Slack
Powered by
I need to look up a string literal, followed by a ...
# suitescript
r
reptar
06/28/2018, 8:19 PM
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.
Open in Slack
Previous
Next