Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-07-11 02:45
Flavor·ECMAScript (JavaScript)

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

Description

Regular Expressions Cookbook 2.1 Match Literal Text Example

Submitted by hong