gavinbaumanis
12/23/2022, 3:16 PMAdam Cameron
_response with something else" (and what 'someting else' is is actually unstated in yer Q as far as I can tell). But it can't be as simple as that cos that's just s.replace("_response", "something else", "all") and would not involve regexes at all. Plus I doubt you'd be asking a Q for which that's the answer 😉gavinbaumanis
12/23/2022, 4:52 PMAdam Cameron
\w @ https://helpx.adobe.com/coldfusion/developing-applications/the-cfml-programming-lang[…]gular-expressions-in-functions/regular-expression-syntax.html)?
And you just want an array of the matched words; you don't want to replace them with anything?Adam Cameron
gavinbaumanis
12/23/2022, 5:10 PMAdam Cameron
\w option that you needed to know about yeah?
It's handy to know about all those escape sequences. Even if you don't remember them all, it's good to review so you know what kind of thing might be doable.Adam Cameron
gavinbaumanis
12/24/2022, 3:06 PM