CharPredicates

fastparse.CharPredicates$

Fast, pre-computed character predicates for charactes from 0 to 65535

Useful because FastParse does it's parsing character by character, so although this doesn't have the full range of the java Character.getType(c: Int) functions, it still is good enough for a wide range of use cases

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def isDigit(c: Char): Boolean
def isLetter(c: Char): Boolean
def isLower(c: Char): Boolean
def isMathSymbol(c: Char): Boolean
def isOtherSymbol(c: Char): Boolean
def isPrintableChar(c: Char): Boolean
def isUpper(c: Char): Boolean