AlphaInt

ostrat.AlphaInt
object AlphaInt

Extraction object for extracting a sequence of letters followed by an Int.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
AlphaInt.type

Members list

Value members

Concrete methods

def unapply(inp: String): Option[(String, Int)]

Extractor for extracting a sequence of letters followed by an Int.

Extractor for extracting a sequence of letters followed by an Int.

Attributes