Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-12-23 03:40
Flavor·ECMAScript (JavaScript)

/
(?:(?<=[\s,.:;"']|^)\p{Lu}\p{Ll}+(?:[\s]\p{Lu}\p{Ll}+)*(?=[\s,.:;"']|$))|(?<=((?<=[\s,.:;"']|^)\p{Lu}\p{Ll}+(?:[\s]\p{Lu}\p{Ll}+)*(?=[\s,.:;"']|$))\s\()(?:\p{L}*?)(?=\))
/
gmu
Open regex in editor

Description

Find validation name and name inside parentheses

Submitted by nghilq