On this page
RegexCompileError
- Package
- libtmux-swift
- Source
- Sources/LibTmux/RegexPattern.swift
- enum RegexCompileError : enum RegexCompileError
-
Why a
RegexPatterncould not be compiled.Token offsets count UTF-8 bytes in
RegexPattern/source.
14 declared, 0 inherited
Members
- emptyCharacterClass(offset:) constant
- invalidCharacterRange(offset:) constant
- invalidRepetition(offset:) constant
- nestingTooDeep(offset:maximum:) constant
- repetitionTooLarge(offset:maximum:) constant
- sourceTooLong(maximumUTF8Bytes:actualUTF8Bytes:) constant
- stateLimitExceeded(offset:maximum:) constant
- unexpectedToken(offset:) constant
- unsupportedConstruct(offset:construct:) constant
- unsupportedOptions(rawValue:) constant
- unterminatedCharacterClass(offset:) constant
- unterminatedGroup(offset:) constant
- !=(_:_:) function Returns a Boolean value indicating whether two values are not equal.
- localizedDescription property Retrieve the localized description for this error.