stripLeft

Cuts off consecutive unnecessary characters from the left side.

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

Return Value

Type: string

truncated string.

Meta