First page Back Continue Last page Overview

 

Extended regex Syntax

 
  • Most basic regular expressions are supported

  • Basic regular expressions requiring a preceding backslash no longer require backslash

    • a{10,12} counter: 10, 11, or 12 letter “a”s
    • Exception: word anchors (“\<” and “\>”) still require backslashes