SpecialCharacter class

Constructors

SpecialCharacter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

carriageReturn String
Same as: \u000D
final
digit String
Same as: 0-9
final
lineFeed String
Same as: \u000A
final
noneDigit String
Same as: ^0-9
final
noneWhiteSpace String
Same as: ^ \t\n\x0B\f\r
final
noneWordBoundary String
final
noneWordChar String
Same as: ^a-zA-Z0-9_
final
tab String
Same as: \u0009
final
whiteSpace String
Same as: \t\n\x0B\f\r
final
wordBoundary String
final
wordChar String
Same as: a-zA-Z0-9_
final