run

fun run(s: String): Boolean

Returns true if the given string is accepted by this automaton.


fun run(s: CharArray, offset: Int, length: Int): Boolean

Returns true if the given char array is accepted by this automaton.