Pattern

object Pattern
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete methods

def compile(regex: String): Pattern
def compile(regex: String, flags: Int): Pattern
def matches(regex: String, input: CharSequence): Boolean
def quote(s: String): String

Concrete fields

final
final
val DOTALL: 2
final
val MULTILINE: 4