15
shouts

Innovation Showcase : Visual Studio 2010 Gallery - RegEx Editor

published 98 days, 7 hours, 35 minutes ago posted by bobfamiliarbobfamiliar 99 days, 2 hours, 31 minutes ago
Tuesday, November 03, 2009 12:19:23 PM GMT Monday, November 02, 2009 5:23:33 PM GMT

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...

category: Architecture | clicked: 49 | | source: blogs.msdn.com | show counter code
tags: Visual Studio 2010