stripLeft

Cuts off consecutive unnecessary characters from the left side.

  1. string stripLeft(string line, char symbol)
  2. string stripLeft(string line, char[] symbols)
    nothrow
    string
    stripLeft
    (
    string line
    ,
    in char[] symbols
    )

Return Value

Type: string

truncated string.

Meta