Changes between Version 1 and Version 2 of Ticket #23587, comment 2
- Timestamp:
- 03/02/2013 09:54:16 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #23587, comment 2
v1 v2 1 Attached a patch that replaces the regular expression delimiters of "!" with "#" for an instance of preg_match. I also noticed the same pattern with an instance of preg_replaceand performed the same substitution. This was done to allow for regular expressions containing the "!" character.1 Attached a patch that replaces the regular expression delimiters of "!" with "#" for an instance of `preg_match()`. I also noticed the same pattern with an instance of `preg_replace()` and performed the same substitution. This was done to allow for regular expressions containing the "!" character.