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
Updated by krileon about 9 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Fixed in MR !972
Actions