makeString

Returns a new (deterministic) automaton that accepts the single given string.


fun makeString(word: IntArray, offset: Int, length: Int): Automaton

Returns a new (deterministic) automaton that accepts the single given string from the specified unicode code points.