Community Patterns

Community Library Entry

1

Regular Expression
Created·2015-10-14 13:47
Flavor·PCRE (Legacy)

/
^#[a-zA-Z0-9_-]+(,(\s)*#[a-zA-Z0-9_-]+)*[^,]$
/
Open regex in editor

Description

Will allow #hash,#tag but not #hash,.

Submitted by anonymous