Add values to standard expressions list in Regular Expression Editor dialog in VS 2008

Posted by Alex on Stack Overflow See other posts from Stack Overflow or by Alex
Published on 2010-04-25T11:02:38Z Indexed on 2010/04/25 11:03 UTC
Read the original article Hit count: 272

Hi.

In the "Regular Expression Editor" dialog in VS 2008 ( or 2005 for this matter ) , there is a list of "standard expressions" like :

"French phone number" , "French postal code" etc..

And of course there is an option to select a "Custom" and then enter your own regular expression.

Well.. I want to add a predefined expressions to that list . Like : "Israeli phone number" .

I don't want to enter it every time by selecting a custom value .

I want my developers in the team available items for them to choose.

Anyone knows how to alter that list ?

I've found some question about it on the web - and the answer given is that it's not possible . But that was at 2004.

Anyone ?!?!

Thanks.

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about visual-studio-2008