104 B
104 B
A match for /d+? d+?/
What's the match here?
alert( "123 456".match(/\d+? \d+?/g) ); // ?
What's the match here?
alert( "123 456".match(/\d+? \d+?/g) ); // ?