Regex

flatgraph.misc.Regex
object Regex

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Regex.type

Members list

Type members

Classlikes

class InvalidRegexException(regexp: String, cause: PatternSyntaxException) extends RuntimeException

Attributes

Supertypes
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete methods

def isRegex(pattern: String): Boolean
def multilineMatcher(pattern: String): Matcher

compiles given string into a regex matcher, prefixes the pattern with (?s) to enable multi line matching

compiles given string into a regex matcher, prefixes the pattern with (?s) to enable multi line matching

Attributes