Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/core/prelude/string/helpers

Index

Functions

  • convertToSeparatedStr(str: string, separator: string, stable?: boolean): string
  • Converts the specified string to a string that logically split by a separator

    Parameters

    • str: string
    • separator: string
    • Optional stable: boolean

    Returns string

  • createStaticTransformFunction(method: string): AnyFunction
  • isCharUpper(char: string): boolean