substring: A substring is a smaller part of a larger string. It refers to extracting a portion of characters from a string.
length: The length is the number of characters in a string. It helps determine the size or amount of content within the string.
concatenation: Concatenation is combining two or more strings together to create one longer string.