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
Comments: ** Comment from web user: shadysayed **
"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
Comments: ** Comment from web user: shadysayed **
Sorry. didn't realize that I do not have the trunk version till after I posted the issue. my bad :(