Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-12-11 04:27
Flavor·ECMAScript (JavaScript)

/
([^\x00-\xff])+
/
g
Open regex in editor

Description

只包含中文字,包含标点符号

Submitted by anonymous