scala.util.matching.Regex

object Match

[source: scala/util/matching/Regex.scala]

object Match
extends AnyRef
An extractor object for Matches, yielding the matched string
Method Summary
def unapply (m : Match) : Some[java.lang.String]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def unapply(m : Match) : Some[java.lang.String]