waffle

waffle

  • NA
  • 48
  • 0

string pattern matching

Feb 1 2007 9:38 AM
VS2005 string stringPattern = "^\\d{2}-\\d{1}-\\d{4}$"; i found this sample in the net while studying string pattern matching. i just want to know what ^ and $ means? and \d works for numbers.. what if im matching with characters?

Answers (1)