samedi 18 avril 2015

Allow more characters in string:match()


string:match( "[^%w%s]" )


This currently allows only letters, numbers and spaces as far as I understand. How can I add characters to it? For example I'd like to allow ( and _ too.


Aucun commentaire:

Enregistrer un commentaire