charAt() method
Learn how to use the charAt() method in Apps Script to retrieve characters at specific positions within a string.
Read more →Learn how to use the charAt() method in Apps Script to retrieve characters at specific positions within a string.
Read more →Learn how to use the charCodeAt() method in Apps Script to retrieve the Unicode value of characters at specific positions in a string.
Read more →Learn how to use the concat() method in Apps Script to join two or more strings together to create a new string.
Read more →Learn how to use the endsWith() method in Apps Script to check if a string ends with specific characters.
Read more →Learn how to use the fromCharCode() method in Apps Script to convert Unicode values into their corresponding characters.
Read more →Learn how to use the includes() method in Apps Script to determine if a string contains a specific substring.
Read more →Learn how to use the indexOf() method in Apps Script to find the first occurrence of a substring within a string.
Read more →Learn how to use the lastIndexOf() method in Apps Script to find the last occurrence of a substring within a string.
Read more →Learn how to use the localeCompare() method in Apps Script to compare strings while considering locale-specific sorting rules.
Read more →Learn how to use the match() method in Apps Script to search strings for patterns using regular expressions and retrieve the matches as arrays.
Read more →