Packages

trait Compiled extends AnyRef

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Compiled
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Abstract Value Members

  1. abstract def test(index: Int, chars: String): Int

    Tests the compiled regex against the specified character sequence.

    Tests the compiled regex against the specified character sequence. Returns the new index into the chunk.

Concrete Value Members

  1. final def matches(value: String): Boolean

    Determines if the compiled regex matches the specified string.