string_text_compare (string text1, string text2) ⇒ boolean
Compares two pieces of text for character equality without spaces and case insensitively. It works by parsing the strings character by character and removing whitespace and lower casing the whole string.
First available: Version 1.7.9
Notes
This function is highly specialised and designed for a particular use case. One such use case for this function is when comparing code samples, for example, in a quiz program that asks the user to insert code and then compares it to a corrected sample that has been provided, since this will ignore whitespacing.

There are no comments on this page.
Comments are welcome and encouraged, including disagreement and critique. However, this is not a space for abuse. Disagreement is welcome; personal attacks, harassment, or hate will be removed instantly. This site reflects personal opinions, not universal truths. If you can’t distinguish between the two, this probably isn’t the place for you. The system temporarily stores IP addresses and browser user agents for the purposes of spam prevention, moderation, and safeguarding. This data is automatically removed after fourteen days.
Comments powered by BalfComment