Can someone assist with creating a regex expression to parse this string in JavaScript:
$D('make').onChange('s',123456789,'a',10)
I am trying to extract the values 123456789 and a from this string.
Any help would be appreciated!
PS: I am using JavaScript, but I believe the result should be similar in all languages.
Thank you!