Introduction
We use string length to know how many characters are in a word or sentence. Membership test helps us check if a letter or word is inside another word or sentence.
Checking if a password is long enough before accepting it.
Finding out if a message contains a certain word.
Counting how many letters are in a name.
Seeing if a letter is part of a word.