dimanche 19 octobre 2014

Regex how to get parameter from url string. Jascript


Vote count:

0




Hello I have a URL string:



'http://ift.tt/109apy2'


What is the regular expression that I have to execute to get the page number?



asked 2 mins ago


1 Answer



Vote count:

0





\d+[^\d]*$


Try this.See demo.


http://ift.tt/1y5NgaQ



answered 8 secs ago

vks

6,365





Regex how to get parameter from url string. Jascript

Aucun commentaire:

Enregistrer un commentaire