Regex

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shapper

    #1

    Regex

    Hello,

    I am trying to validate a value using Regex.

    How can I do this with Javascript?

    Thanks,
    Miguel
  • GArlington

    #2
    Re: Regex

    On Jun 19, 1:54 pm, shapper <mdmo...@gmail. comwrote:
    Hello,
    >
    I am trying to validate a value using Regex.
    >
    How can I do this with Javascript?
    >
    Thanks,
    Miguel
    Google "javascript regex"

    Comment

    • Dr J R Stockton

      #3
      Re: Regex

      In comp.lang.javas cript message <47de3a60-a915-4e22-bd61-e335680fb345@e5
      3g2000hsa.googl egroups.com>, Thu, 19 Jun 2008 06:43:49, GArlington
      <garlington@tis cali.co.ukposte d:
      >On Jun 19, 1:54 pm, shapper <mdmo...@gmail. comwrote:
      >I am trying to validate a value using Regex.
      >>
      >How can I do this with Javascript?
      >Google "javascript regex"
      But "javascript regexp" finds three times as many. After all, RegExp is
      what the thing is actually called in JavaScript.

      OTOH, perhaps he wanted a more specific recommendation. He could try
      <URL:http://www.merlyn.demo n.co.uk/js-valid.htm>.

      --
      (c) John Stockton, nr London UK. ?@merlyn.demon. co.uk IE7 FF2 Op9 Sf3
      news:comp.lang. javascript FAQ <URL:http://www.jibbering.c om/faq/index.html>.
      <URL:http://www.merlyn.demo n.co.uk/js-index.htmjscr maths, dates, sources.
      <URL:http://www.merlyn.demo n.co.uk/TP/BP/Delphi/jscr/&c, FAQ items, links.

      Comment

      Working...