Improvements to the forum
-
@lia said in Improvements to the forum:
if \W instead of \w would work but no joy.
\Wis actually the inverse of\w, so it matches every character except[a-zA-Z0-9_]. -
@notsure 😛