(.{1,})(\S+)(\s*)Only the characters of the alphabet:
^[a-zA-Z]+Everything instead of digits:
^[\D]+Everything except the given string "mystring":
^((?!mystring).)*$http://www.cis.upenn.edu/~matuszek/General/RegexTester/regex-tester.html
"El primer paso para llegar a cualquier parte es decidir que no te vas a quedar donde estás.... da tu primer paso hoy no importa que no veas el camino......"
(.{1,})(\S+)(\s*)Only the characters of the alphabet:
^[a-zA-Z]+Everything instead of digits:
^[\D]+Everything except the given string "mystring":
^((?!mystring).)*$http://www.cis.upenn.edu/~matuszek/General/RegexTester/regex-tester.html
No hay comentarios:
Publicar un comentario