Regular Expressions
Special Escape Characters

  • A set of special escape characters can also be used for convenience

      Escape-Character Represents
      \a Alarm (beep)
      \n Newline
      \r Carriage return
      \t Tab
      \f Formfeed
      \e Escape

  • But, what can we do with regular expressions in Perl?