Hi thanks for that great module colud be possible accept special characters like á Ç Ü ñ or & and some more? thank you
This regular expresión could be nice for me:
In line181 of hastags.module - $pattern = "/#[0-9A-Za-z_]+/"; + $pattern = "/#[0-9A-Za-záéíóúñäëïöü´`_&ç-]+/";
that accept words like this: #camión #España #car´s #starred-song´s
Comments
Comment #1
esculcar commentedThis regular expresión could be nice for me:
In line181 of hastags.module
- $pattern = "/#[0-9A-Za-z_]+/";
+ $pattern = "/#[0-9A-Za-záéíóúñäëïöü´`_&ç-]+/";
that accept words like this:
#camión
#España
#car´s
#starred-song´s