CharUtils

aptus.aptutils.CharUtils
object CharUtils

Attributes

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

Members list

Value members

Concrete fields

lazy val AlphaNumericalSet: Set[Char]
lazy val AlphaNumericalWithDashAndDotSet: Set[Char]
lazy val AlphaNumericalWithDashSet: Set[Char]
lazy val AlphaNumericalWithDotSet: Set[Char]
lazy val AlphaNumericalWithUnderscoreSet: Set[Char]
lazy val AlphaSet: Set[Char]
lazy val DigitSet: Set[Char]
lazy val LowerAlphaSet: Set[Char]
lazy val NumberLikeChars: Set[Char]
lazy val NumericalSet: Set[Char]
lazy val UpperAlphaSet: Set[Char]
lazy val Whitespaces: Set[Char]