You are here

protected property NameFormatParser::$boundaryRegExp in Name Field 8

Used to seperate words using the "b" and "B" modifiers.

Type: string

File

src/NameFormatParser.php, line 51

Class

NameFormatParser
Converts a name from an array of components into a defined format.

Namespace

Drupal\name

Code

protected $boundaryRegExp = '/[\\b,\\s]/';