Visual Studio 2010 Gallery - RegEx Editor, Regular expressions provide a concise and flexible means for identifying strings of text, such as particular characters, words, or patterns of characters. A regular expression is a special text string for describing a search pattern. For example, the following RegEx will validate a USA telephone number with the format of "1-NNN-NNN-NNNN" "^1?\s-?\s(\d{3}|(\s\d{3}\s))\s-?\s\d{3}\s-?\s\d{4}$" So, in this example, a value of "1-800...
|
15
shouts |
|
|||
No comments yet, be the first one to post comment.