object RegexExtractor
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RegexExtractor
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DEFAULT_REGEX: String
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extract[R](text: String, f: PartialFunction[Any, R], regexToUse: => Regex = DEFAULT_REGEX.r): R
- def extract1(t: String, full: => Regex = "".r, group: => Regex = DEFAULT_REGEX.r): String
- def extract10(t: String, full: => Regex = "".r, group: => Regex = DEFAULT_REGEX.r): (String, String, String, String, String, String, String, String, String, String)
- def extract2(t: String, full: => Regex = "".r, group: => Regex = DEFAULT_REGEX.r): (String, String)
- def extract3(t: String, full: => Regex = "".r, group: => Regex = DEFAULT_REGEX.r): (String, String, String)
- def extract4(t: String, full: => Regex = "".r, group: => Regex = DEFAULT_REGEX.r): (String, String, String, String)
- def extract5(t: String, full: => Regex = "".r, group: => Regex = DEFAULT_REGEX.r): (String, String, String, String, String)
- def extract6(t: String, full: => Regex = "".r, group: => Regex = DEFAULT_REGEX.r): (String, String, String, String, String, String)
- def extract7(t: String, full: => Regex = "".r, group: => Regex = DEFAULT_REGEX.r): (String, String, String, String, String, String, String)
- def extract8(t: String, full: => Regex = "".r, group: => Regex = DEFAULT_REGEX.r): (String, String, String, String, String, String, String, String)
- def extract9(t: String, full: => Regex = "".r, group: => Regex = DEFAULT_REGEX.r): (String, String, String, String, String, String, String, String, String)
- def extractAll(text: String, full: => Regex = "".r, group: => Regex = DEFAULT_REGEX.r): List[String]
extract all groups and return a list of strings
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def strip(text: String, full: => Regex, group: => Regex): String
Apparently, the expression to replace can have any regex special character except '\'
- def strip(text: String): String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()