how to check if the first character of a string is a letter in javascript?
Hi Friends 馃憢, Welcome To Infinitbility! 鉂わ笍 Today, I鈥檓 going to show How do check if the first character of a string is a letter in Javascript, here I will use the javascript string charAt() method and regex expression to check if the first character of a string is an alphabet or not. What is a charAt() method? The String object鈥檚 charAt() method returns a new string consisting of the single UTF-16 code unit located at the specified offset into the string....