Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-07-04 22:36
Flavor·PCRE (Legacy)

/
[\w']*\p{L}*\w[\w.]*(?:-\w+.)?
/
gm
Open regex in editor

Description

Matches any word in any language. e.g. Montréal Hyphenated words count as one word. e.g. dinner-time Matches words with apostrophes . e.g. L'amour

Submitted by anonymous