Vyxapedia

Element - øE - Ends With

Characters: ø, E


Description

Check if one value ends with another


Overloads

  • any-any - a.endswith(b) (ends with b?)

Examples

  • `hello` `hello` øE = 1
  • `hello` `` øE = 1
  • `hello` `o` øE = 1
  • ⟨5|9|3|5|2⟩ 2 øE = 1
  • 4 ⟨2|3|4⟩ øE = 1