Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Functions

btrim

  • btrim<s>(str: Col<s, string>): Col<s, string>
  • btrim<s>(str: Col<s, string>, characters: Col<s, string>): Col<s, string>
  • Type parameters

    • s

    Parameters

    • str: Col<s, string>

    Returns Col<s, string>

  • Type parameters

    • s

    Parameters

    • str: Col<s, string>
    • characters: Col<s, string>

    Returns Col<s, string>

charLength

  • charLength<s>(str: Col<s, string>): Col<s, number>
  • Type parameters

    • s

    Parameters

    • str: Col<s, string>

    Returns Col<s, number>

chr

  • chr<s>(code: Col<s, number>): Col<s, string>
  • Type parameters

    • s

    Parameters

    • code: Col<s, number>

    Returns Col<s, string>

lower

  • lower<s>(str: Col<s, string>): Col<s, string>
  • Type parameters

    • s

    Parameters

    • str: Col<s, string>

    Returns Col<s, string>

ltrim

  • ltrim<s>(str: Col<s, string>): Col<s, string>
  • ltrim<s>(str: Col<s, string>, characters: Col<s, string>): Col<s, string>
  • Type parameters

    • s

    Parameters

    • str: Col<s, string>

    Returns Col<s, string>

  • Type parameters

    • s

    Parameters

    • str: Col<s, string>
    • characters: Col<s, string>

    Returns Col<s, string>

rtrim

  • rtrim<s>(str: Col<s, string>): Col<s, string>
  • rtrim<s>(str: Col<s, string>, characters: Col<s, string>): Col<s, string>
  • Type parameters

    • s

    Parameters

    • str: Col<s, string>

    Returns Col<s, string>

  • Type parameters

    • s

    Parameters

    • str: Col<s, string>
    • characters: Col<s, string>

    Returns Col<s, string>

strpos

  • strpos<s>(haystack: Col<s, string>, needle: Col<s, string>): Col<s, number>
  • Type parameters

    • s

    Parameters

    • haystack: Col<s, string>
    • needle: Col<s, string>

    Returns Col<s, number>

substr

  • substr<s>(str: Col<s, string>, from: Col<s, number>): Col<s, string>
  • substr<s>(str: Col<s, string>, from: Col<s, number>, count: Col<s, number>): Col<s, string>
  • Type parameters

    • s

    Parameters

    • str: Col<s, string>
    • from: Col<s, number>

    Returns Col<s, string>

  • Type parameters

    • s

    Parameters

    • str: Col<s, string>
    • from: Col<s, number>
    • count: Col<s, number>

    Returns Col<s, string>

toHex

  • toHex<s>(num: Col<s, number>): Col<s, string>
  • Type parameters

    • s

    Parameters

    • num: Col<s, number>

    Returns Col<s, string>

upper

  • upper<s>(str: Col<s, string>): Col<s, string>
  • Type parameters

    • s

    Parameters

    • str: Col<s, string>

    Returns Col<s, string>

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc