You are viewing a single comment's thread. Return to all comments →
hint: in typescript you can use
let char = char.toLowerCase(); /a-z/,test(char) -> to test all alphabet (a-z and A-Z)
Seems like cookies are disabled on this browser, please enable them to open this website
Pangrams
You are viewing a single comment's thread. Return to all comments →
hint: in typescript you can use
let char = char.toLowerCase(); /a-z/,test(char) -> to test all alphabet (a-z and A-Z)