Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "utils/strings"

Index

Variables

canNormalize

canNormalize: boolean = typeof ((<any> '').normalize) === 'function'

nonAsciiCharactersPattern

nonAsciiCharactersPattern: RegExp = /[^\u0000-\u0080]/

Functions

normalizeNFC

  • normalizeNFC(str: string): string

Generated using TypeDoc