Community Patterns

Community Library Entry

0

Regular Expression
Created·2014-10-16 12:40
Flavor·PCRE (Legacy)

/
[\p{L}\p{Nd} ]+
/
Open regex in editor

Description

Tests for all unicode language characters and number. Excludes any sentence joining characters etc.

Submitted by Jamie