org.specs2.text

RegexExtractor

object RegexExtractor

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. RegexExtractor
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val DEFAULT_REGEX: String

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def extract[R](text: String, f: PartialFunction[Any, R], regexToUse: ⇒ Regex = DEFAULT_REGEX.r): R

  12. def extract1(t: String, full: ⇒ Regex = "".r, group: ⇒ Regex = DEFAULT_REGEX.r): String

  13. def extract10(t: String, full: ⇒ Regex = "".r, group: ⇒ Regex = DEFAULT_REGEX.r): (String, String, String, String, String, String, String, String, String, String)

  14. def extract2(t: String, full: ⇒ Regex = "".r, group: ⇒ Regex = DEFAULT_REGEX.r): (String, String)

  15. def extract3(t: String, full: ⇒ Regex = "".r, group: ⇒ Regex = DEFAULT_REGEX.r): (String, String, String)

  16. def extract4(t: String, full: ⇒ Regex = "".r, group: ⇒ Regex = DEFAULT_REGEX.r): (String, String, String, String)

  17. def extract5(t: String, full: ⇒ Regex = "".r, group: ⇒ Regex = DEFAULT_REGEX.r): (String, String, String, String, String)

  18. def extract6(t: String, full: ⇒ Regex = "".r, group: ⇒ Regex = DEFAULT_REGEX.r): (String, String, String, String, String, String)

  19. def extract7(t: String, full: ⇒ Regex = "".r, group: ⇒ Regex = DEFAULT_REGEX.r): (String, String, String, String, String, String, String)

  20. def extract8(t: String, full: ⇒ Regex = "".r, group: ⇒ Regex = DEFAULT_REGEX.r): (String, String, String, String, String, String, String, String)

  21. def extract9(t: String, full: ⇒ Regex = "".r, group: ⇒ Regex = DEFAULT_REGEX.r): (String, String, String, String, String, String, String, String, String)

  22. def extractAll(text: String, full: ⇒ Regex = "".r, group: ⇒ Regex = DEFAULT_REGEX.r): List[String]

    extract all groups and return a list of strings

  23. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def strip(text: String, full: ⇒ Regex, group: ⇒ Regex): String

    Apparently, the expression to replace can have any regex special character except '\'

  31. def strip(text: String): String

  32. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  33. def toString(): String

    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped