I have string like this: http://someurl.com?someparameter=dhws6sd6cvg and i would like to mach part from first letter to ‘=’ with javascript regex. Is it possible?
I have string like this: http://someurl.com?someparameter=dhws6sd6cvg and i would like to mach part from
Share
This pattern should match until
=: