Pattern

object Pattern
Companion:
class
class Object
trait Matchable
class Any
Pattern.type

Value members

Concrete methods

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

Concrete fields

final val CASE_INSENSITIVE: 1
final val DOTALL: 2
final val MULTILINE: 4