Common String Operations
- Q170: How do I get the length of a string in EK9?
- Q171: How do I check if a string contains a substring in EK9?
- Q172: How do I convert a string to uppercase or lowercase in EK9?
- Q173: How do I trim whitespace from a string in EK9?
- Q174: How do I join or concatenate strings in EK9?
- Q175: How do I replace or transform text in a string in EK9?
- Q176: How do I pad a string to a fixed width in EK9?
- Q177: How do I check if a string starts or ends with a value in EK9?
- Q178: How do I get the first or last character of a string in EK9?
- Q179: How do I compare strings for fuzzy or approximate matching in EK9?
- Q309: Why does string concatenation with + cause a compiler error in EK9?