search results

  1. using regular expression to match the last word of a ... What I was trying to do from there is get the last word of that substring but I don\'t know what to add to the ...
    stackoverflow.com/questions/15269082/​using-regular... - Cached
  2. The \\1 and \\2 in the pattern match the string\'s last two words ... a back reference to the last substring matching ... you can use a regular expression created with ...
    developer.mozilla.org/en-US/docs/Web/​JavaScript/... - Cached
  3. Using a regular expression ... the character becomes special to mean match a word boundary ... A back reference to the last substring matching ...
    www.websina.com/bugzero/kb/reg exp.html - Cached
  4. String Methods Using Regular Expressions. ... replace- a substring. This is accomplished by using the ... regular expression for the last match ...
    www.j avascriptkit.com/javatutors/​re3.shtml - Cached
  5. Describes the theory behind regular expressions ... In other words a character class means \"match any single ... need paranthe ses to group the substring, use ...
    www.codeproject.com/...Introduction-to-​Regular-Expressions - Cached
  6. ... if the last character is a word .. . a \"whole words only\" search using a regular expression in the ... regular expression needs to match characters ...
    www.regular-expressions.info/​wordboundaries.html - Cached
  7. You can use the regular expression ... The Match.Value property returns the substring in the ... the second capturing group captures only the last word ...
    msdn.microsoft.com/en-us/library/​30wbz966 - Cached
    More results from msdn.microsoft.com »
  8. Using regular expressions to match a pattern. ... Capture the substring before the @ symbol and put that ... 308252 - Last Review: June 14, 2012 ...
    support.microsoft.com/kb/308252 - Cached
    More results from support.microsoft.com »
  9. Last post Sep 12, 2007 02:30 PM by ... I d like to use .NET regular expression class to find a whole-word match instead a substring match.
    forums.asp.net/t/1157293.aspx - Cached