Skip to main content

Type Alias: CharacterSet

CharacterSet = string

Defined in: cspell-types/dist/index.d.mts:458

This is a set of characters that can include - or |

  • - - indicates a range of characters: a-c => abc
  • | - is a group separator, indicating that the characters on either side are not related.