Regular Expression for UK phone numbers, postcode etc..

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

    Regular Expression for UK phone numbers, postcode etc..

    In VS.NET, C#, I can validate agaist US Phone number, Zip, French phone
    number etc in the IDE... but nothing for the UK.

    Is there an online reference or add in for VS.NET that includes validation
    for UK based data - e.g. post codes, phone numbers...


  • momo

    #2
    Re: Regular Expression for UK phone numbers, postcode etc..

    Andrew,

    Try here




    "Andrew Banks" <banksy@nojunkb lueyonder.co.uk > wrote in message
    news:FtlKb.7688 $rx5.77155558@n ews-text.cableinet. net...[color=blue]
    > In VS.NET, C#, I can validate agaist US Phone number, Zip, French phone
    > number etc in the IDE... but nothing for the UK.
    >
    > Is there an online reference or add in for VS.NET that includes validation
    > for UK based data - e.g. post codes, phone numbers...
    >
    >[/color]


    Comment

    • Andrew Banks

      #3
      Re: Regular Expression for UK phone numbers, postcode etc..

      Thanks momo, great resource

      "momo" <searchengine@s eeourweb.com> wrote in message
      news:u3LNhr90DH A.3116@TK2MSFTN GP11.phx.gbl...[color=blue]
      > Andrew,
      >
      > Try here
      >
      > http://regexlib.com/
      >
      >
      > "Andrew Banks" <banksy@nojunkb lueyonder.co.uk > wrote in message
      > news:FtlKb.7688 $rx5.77155558@n ews-text.cableinet. net...[color=green]
      > > In VS.NET, C#, I can validate agaist US Phone number, Zip, French phone
      > > number etc in the IDE... but nothing for the UK.
      > >
      > > Is there an online reference or add in for VS.NET that includes[/color][/color]
      validation[color=blue][color=green]
      > > for UK based data - e.g. post codes, phone numbers...
      > >
      > >[/color]
      >
      >[/color]


      Comment

      Working...