• Preparing search index...
  • The search index is not available
regexp-ast-analysis - v0.7.1
  • regexp-ast-analysis
  • FirstLookChars
  • all

Function all

  • all(flags): FirstLookChar
  • Returns a FirstLookChar that is equivalent to a trivially accepting lookaround.

    The returned look is semantically equivalent to (?=) == (?=[^]|$) or (?<=) == (?<=[^]|^).

    Parameters

    • flags: ReadonlyFlags

    Returns FirstLookChar

Settings

Member Visibility

Theme

regexp-ast-analysis - v0.7.1
  • Chars
  • FirstConsumedChars
  • FirstLookChars
    • all
    • edge
    • toConsumed
  • Cache
  • CanReorderOptions
  • ConsumedChars
  • FirstFullyConsumedChar
  • FirstLookChar
  • FirstPartiallyConsumedChar
  • FollowOperations
  • GetLongestPrefixOptions
  • LengthRange
  • ReadonlyFlags
  • WithContributors
  • Ancestor
  • CharacterElement
  • ClosestAncestor
  • ContainsCapturingGroup
  • Descendant
  • FirstConsumedChar
  • FollowEndReason
  • MatchingDirection
  • OptionalMatchingDirection
  • ToCharSetElement
  • ToUnicodeSetElement
  • canReorder
  • canReorderDirectional
  • containsCapturingGroup
  • createCache
  • followPaths
  • getCapturingGroupNumber
  • getClosestAncestor
  • getConsumedChars
  • getEffectiveMaximumRepetition
  • getFirstCharAfter
  • getFirstCharAfterWithContributors
  • getFirstConsumedChar
  • getFirstConsumedCharAfter
  • getFirstConsumedCharAfterWithContributors
  • getLengthRange
  • getLongestPrefix
  • getMatchingDirection
  • getMatchingDirectionFromAssertionKind
  • getPattern
  • hasSomeAncestor
  • hasSomeDescendant
  • hasStrings
  • invertMatchingDirection
  • isEmpty
  • isEmptyBackreference
  • isLengthRangeMinZero
  • isPotentiallyEmpty
  • isPotentiallyZeroLength
  • isStrictBackreference
  • isZeroLength
  • matchesAllCharacters
  • matchesNoCharacters
  • structurallyEqual
  • toCache
  • toCharSet
  • toUnicodeSet