Vyxapedia

Element - ør - Strip from the right side

Characters: ø, r


Description

Strip from the right side of a string


Overloads

  • str-num - a.rstrip(b)

Examples

  • `dddabcddd` `d` ør = `dddabc`
  • ⟨3|3|1|2|3|3|3⟩ ⟨3⟩ ør = ⟨3|3|1|2⟩