regex - Regular Expression to match specific string followed by number? -


What routine expression can I use to know this?

  & amp; V = 15151651616   

Where & amp; V = is a constant string and part of the number can be different.

"^ and V = 0, then" itemprop = "text">

"^ & Amp; V = [0-9] + $ " [0- 9] * $" If no number matches.

If you want to match it in any other sequence, then ^ and $ , which means (^) and ($)

Comments