Regular Expressions 101

Community Patterns

Match Literal Text Example

1

Regular Expression
ECMAScript (JavaScript)

/
The puctuation character in the ASCII table are: !"#\$%&'\(\)\*\+,-\.\/:;<=>\?@\[\\]\^_`\{\|}~
/
gm

Description

Regular Expressions Cookbook 2.1 Match Literal Text Example

Submitted by hong - 3 years ago