Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 1st, 2012  |  syntax: None  |  size: 0.19 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Regex Syntax in .Net
  2. /^thisline./s/$.n/n)n/
  3.        
  4. s/^thisline./$.n/n)n/
  5.        
  6. thisline: "blah etc blah",n
  7.        
  8. thisline: "blah etc blah"n)n
  9.        
  10. new Regex(pattern).Replace(input, replacement);