oneOf(_:isNegated:)

Matches a single character in any of the given ranges

Pattern.swift:23
case oneOf([CharacterClass], isNegated: Bool)

A range may be a single character (ie “a”…“a”). For instance the pattern [abc] will create 3 ranges that are each a single character.