final class RegexWithGroups extends AnyRef
This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers
for an overview of
the matchers DSL.
- Source
- RegexWithGroups.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RegexWithGroups
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new RegexWithGroups(regex: Regex, groups: IndexedSeq[String])
Value Members
- val groups: IndexedSeq[String]
- val regex: Regex
-
def
toString(): String
Overrides toString to return regex and groups (if available)
Overrides toString to return regex and groups (if available)
- Definition Classes
- RegexWithGroups → AnyRef → Any