All Questions
1 question
0
votes
2
answers
1k
views
Javascript parameterized strings: replace(RegExp, function) unexpected grouping / matching
Regular expressions often eludes me. I am struggling to understand an unexpected result with grouping, and would like someone to tell me:
Why it is not working as intended
How I could achieve the ...