final class RemoteRegexSyntax extends AnyVal
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RemoteRegexSyntax
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def findFirstIn(source: Remote[String]): Remote[Option[String]]
- def findMatches(s: Remote[String]): Remote[Option[List[String]]]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def matches(source: Remote[String]): Remote[Boolean]
- def regex: Remote[String]
- def replaceAllIn(source: Remote[String], replacement: Remote[String]): Remote[String]
- def replaceFirstIn(source: Remote[String], replacement: Remote[String]): Remote[String]
- val self: Remote[Regex]
- def split(toSplit: Remote[String]): Remote[List[String]]
- def toString(): String
- Definition Classes
- Any