Regular Expressions 101

Community Patterns

1...34567...190

First letter of compound name with accent (space, apostrophe and hyphen)

0

Regular Expression
ECMAScript (JavaScript)

/
(^|\s|\-|')([a-zéèêë])
/
g

Description

First letter of compound name with accent (space, apostrophe and hyphen)

Submitted by Nale974 - a year ago