Quote:
Originally Posted by Professional2
i have a lot of topic,does it add tags for them?
|
if you are referring to me, no it doesn't add at all tags at my threads because the reg exp is only for Latin words and non Unicode. I've tried some solutions with Unicode but nothing.
i'm using this site in order to create and test the reg exp for greek
http://www.regexplanet.com/simple/index.html
@testbot
i'm pretty close to solve it only i have a problem it strips spaces and can't place "," for the tag words here is the code
Code:
var subject = document.vbform.subject.value.replace(/[^[a-zA-Z0-9_\\u00A1-\\uFFFF]+/gi,"");