In Oxite.Infrastructure.OxiteRegularExpressions.loadExpressions() "TagReplace" is not inline with "IsTag"
"TagReplace" is defined as "([^a-z0-9]?)" while "IsTag" is defined as "^[a-z0-9-_ ]+$". this means that a tag like 'hello-there' could pass the "IsTag" expression while it shouldn't
"TagReplace" is defined as "([^a-z0-9]?)" while "IsTag" is defined as "^[a-z0-9-_ ]+$". this means that a tag like 'hello-there' could pass the "IsTag" expression while it shouldn't