summaryrefslogtreecommitdiff
path: root/test/files/scalacheck/t2460.scala
Commit message (Collapse)AuthorAgeFilesLines
* Regex improvementsDaniel C. Sobral2012-03-231-0/+32
This adds findAllMatchIn to Regex to mirror other similar methods. It also overloads StringLike's "r", adding a version that accepts group names. It includes test cases for both methods. Closes SI-2460.