Got more questions? Find advice on: ASP | SQL | XML | Windows
Welcome to RegexAdvice Sign in | Join | Help

Search

You searched for the word(s):
< 1 second(s)
  • Re: Trying to capture a series of values.

    Aussie Susan:It would also help if you told us the regex variant you are using as requested in the posting guidelines in the sticky note at the beginning of this forum.&nbsp; Susan &nbsp; Whoops, sorry. &nbsp;It&#39;s the Javascript regex variant. &nbsp; Thanks for the info. &nbsp;I figured out my problem was really the + in ([0-9]+) ...
    Posted to Construction Advice (Forum) by EtanSivad on July 14, 2010
  • Trying to capture a series of values.

    Howdy all, I&#39;ve got this incoming string &quot;132 / 456 / 789&quot; (Or sometimes even &quot;123/456/789&quot; but it should always be with / seperating the numeric values.) and I&#39;m trying to capture just the numbers and move them into a variable. &nbsp;My RegEx is:&nbsp; ([0-9]+)(?:[^0-9]*)([0-9]+)(?:[^0-9]*)([0-9]+)(?:[^0-9]*) So, ...
    Posted to Construction Advice (Forum) by EtanSivad on July 13, 2010