char
io.github.iltotore.iron.constraint.char
object char
Attributes
- Source
- char.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
char.type
Members list
Type members
Classlikes
Tests if the input is a digit (from 0 to 9).
Tests if the input is a digit (from 0 to 9).
Attributes
- Companion
- object
- Source
- char.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object Digit
Attributes
- Companion
- class
- Source
- char.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Digit.type
Tests if the input is a letter (from a to z, case insensitive).
Tests if the input is a letter (from a to z, case insensitive).
Attributes
- Companion
- object
- Source
- char.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object Letter
Attributes
- Companion
- class
- Source
- char.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Letter.type
Tests if the given input is lower-cased.
Tests if the given input is lower-cased.
Attributes
- Companion
- object
- Source
- char.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object LowerCase
Attributes
- Companion
- class
- Source
- char.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
LowerCase.type
Tests if the input is upper-cased.
Tests if the input is upper-cased.
Attributes
- Companion
- object
- Source
- char.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object UpperCase
Attributes
- Companion
- class
- Source
- char.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
UpperCase.type
Tests if the input is whitespace.
Tests if the input is whitespace.
Attributes
- Companion
- object
- Source
- char.scala
- Supertypes
-
class Objecttrait Matchableclass Any
object Whitespace
Attributes
- Companion
- class
- Source
- char.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Whitespace.type
In this article