Vyxapedia

Element - øp - Starts With

Characters: ø, p


Description

Check if one value starts with another


Overloads

  • any-any - a.startswith(b) (Starts with b?)

Examples

  • `hello` `h` øp = 1
  • `hello` `hello` øp = 1
  • `hello` `` øp = 1
  • ⟨5|9|3|5|2⟩ 5 øp = 1
  • 59352 5 øp = 1
  • 2 ⟨2|3|4⟩ øp = 1