Installing it now!
Thank you Andy, we are truly grateful for you!
Agreed--our staff is stressed enough! Helps keep thread titles tidy.Thank you Andy, we are truly grateful for you!
Love the addition of capitalizing the first letter in every title as well, one less job for our mods to do daily!
What extra characters does that expression allow? Sorry if that's a simple question, but i really struggle with regexI may go about it like this, to allow a handful of additional characters:
/^[\x22-\x7e\xbf-\xff]+$
This is exactly why we want to get rid of it. I have not yet converted two forums from 1.5 to 2.2 and honestly, this is the reason why. We want it in in message bodies only--members are asking for that. But we have that small subset of members who will abuse it once they realize they can "emoji all the things." I would attempt to create an add-on to filter it out but have no clue as to how I would do it.
That expression isn't working for me, but, if I figure it out properly (when I get some time), it will allow some European characters and a few more punctuation marks.What extra characters does that expression allow? Sorry if that's a simple question, but i really struggle with regex![]()
Thank you RudyThat expression isn't working for me, but, if I figure it out properly (when I get some time), it will allow some European characters and a few more punctuation marks.
This has been helpful in testing regex:
![]()
regex101: build, test, and debug regex
Regular expression tester with syntax highlighting, explanation, cheat sheet for PHP/PCRE, Python, GO, JavaScript, Java, C#/.NET, Rust.regex101.com
Does this still work? I had a user sign-up with a load of emoji's in it's username and found it to be too noisy so I've followed your suggestion and hoping it works without any issues.You can set the 'Username match regular expression' option (under 'Username validation') to only permit usernames with alphanumerics and white-space using something like/^[a-z0-9\s]+$/i.
/[^\x00-\xff\x{1f300}-\x{1f9ff}\x{2116}-\x{215e}\x{2600}-\x{27ff}]/uWe use essential cookies to make this site work, and optional cookies to enhance your experience.