How can I get a javascript match text if I had some test example like :
someblablatext?someotherimportanttext
How can I capture everything after question mark sign (?). And alert it?
Was looking here didn't find some examples on this type of expressions? do I need to use group matching for this. Never used regex in javascript so far I did in Java many times.