Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "Parser/Parser"

Index

Functions

parenthesize

  • parenthesize(input: string, openParenChar?: string, closeParenChar?: string): IExpression
  • Takes a raw string expression and translates all its parentheses into arrays.

    Parameters

    • input: string
    • Default value openParenChar: string = "("
    • Default value closeParenChar: string = ")"

    Returns IExpression

splitOperators

  • splitOperators(input: string, operatorMatcher?: RegExp): IExpression

Generated using TypeDoc