summaryrefslogtreecommitdiff
path: root/test/files/run/si4750.scala
Commit message (Collapse)AuthorAgeFilesLines
* Document regex replacement strings behavior.Daniel C. Sobral2012-03-231-0/+7
All replacement methods use dolar signs to identify groups in the matched string, and backslashes to escape characters. Document this behavior, and provide a method that can be used to properly quote replacement strings when this behavior is not desired. Closes SI-4750.