Implementation of delimiterReplace() with a behaviour much closer to that of the...
authorTim Starling <tstarling@users.mediawiki.org>
Wed, 22 Nov 2006 07:08:50 +0000 (07:08 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Wed, 22 Nov 2006 07:08:50 +0000 (07:08 +0000)
commit61af76f260c66bb354e3160c87b24d3f1e4ac37f
tree95e682e5d3528108ba7b38b6b91507a88d87f06d
parent2b109a6dc4b66b7737e526b995eb767cb101625e
Implementation of delimiterReplace() with a behaviour much closer to that of the model regex. Tested using comparitive fuzz testing. The only known difference now is where the start delimiter ends with an initial substring of the end delimiter, e.g. the previously mentioned case of C-style comments.
includes/Sanitizer.php
includes/StringUtils.php