OrFullyMatchWord

final class OrFullyMatchWord

This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers for an overview of the matchers DSL.

class Object
trait Matchable
class Any

Value members

Concrete methods

infix def regex(regexString: String): Matcher[T & String]

This method enables the following syntax:

This method enables the following syntax:

aMatcher or fullyMatch regex (decimal)
                      ^
infix def regex(regexWithGroups: RegexWithGroups): Matcher[T & String]

This method enables the following syntax:

This method enables the following syntax:

aMatcher or fullyMatch regex ("a(b*)c" withGroup "bb")
                      ^
infix def regex(regex: Regex): Matcher[T & String]

This method enables the following syntax:

This method enables the following syntax:

aMatcher or fullyMatch regex (decimal)
                      ^