org.scalatest.matchers.ClassicMatchers
This method enables the following syntax:
This method enables the following syntax:
string should fullymatch regex ("Hel*o world".r) ^
This method enables the following syntax:
This method enables the following syntax:
string should fullMatch regex ("Hel*o world") ^
This class is part of the ScalaTest matchers DSL. Please see the documentation for
ShouldMatchers
orMustMatchers
for an overview of the matchers DSL.