Actions
Bug #5560
closedRegexp browser validation fails if backslash is present
Description
If regexp validation has a slash it will fail browser side due to addslashes escaping the backslashes, but a backslash is necessary for RegExp object construction.
https://www.joomlapolis.com/forum/255-developer-members-support/231465-perl-regex-for-validation
Actions