Generation

generate functionTue, 18 Jul 2023

Una función que me compruebe que un string no contenga números

Script function isNumber(x){ return x.match(/\d/) } isNumber("asdfa123")

Want to kickstart your project?Use the new AI Studio to create your code