Contents

word

A character class that matches any element that is a “word character”.

Declaration

static var word: CharacterClass { get }

Discussion

This character class is equivalent to \w in regex syntax.

See Also

Matching substring sequences