Jamie Balfour

Welcome to my personal website.

Find out more about me, my personal projects, reviews, courses and much more here.

Official ZPE/YASS documentationstring_compare

Official ZPE/YASS documentationstring_compare

string_compare (string text1, string text2, boolean insensitively) ⇒ boolean

Compares two strings alphabetically. Returns -1 if the first word comes before the second, returns 0 if both words are exactly equal, return 1 if the second word comes before the first.

First available: Version 1.11.12

Notes

This function allows you to develop fast and efficient sorting algorithms on strings.

Comments
Feedback 👍
Comments are sent via email to me.