Mega Code Archive

 
Categories / Perl / Regular Expression
 

Character Class

Metacharacter               What It Matches \s                          Matches a whitespace character, such as spaces, tabs, and newlines \S                          Matches nonwhitespace character \n                          Matches a newline \r                          Matches a return \t                          Matches a tab \f                          Matches a form feed \b                          Matches a backspace \0                          Matches a null character