commit | 925a3225708c40c8cd58a7475c5a6d3bd89db01d | [log] [tgz] |
---|---|---|
author | R David Murray <rdmurray@bitdance.com> | Sat Jun 29 18:40:53 2013 -0400 |
committer | R David Murray <rdmurray@bitdance.com> | Sat Jun 29 18:40:53 2013 -0400 |
tree | d55f128b7c4b5b6757c6d2c96f5e6a62a54a4243 | |
parent | e4e530e7e8fa6883e553c898ea063dae82535fd1 [diff] |
#18155: Regex-escape delimiter, in case it is a regex special char. Patch by Vajrasky Kok, with slight modification to the tests by me.