Vyxapedia

Element - øl - Strip from the left side

Characters: ø, l


Description

Strip from the left side of a string


Overloads

  • str-num - a.lstrip(b)

Examples

  • `dddabcddd` `d` øl = `abcddd`
  • ⟨3|3|1|2|3|3|3⟩ ⟨3⟩ øl = ⟨1|2|3|3|3⟩