Dart SDK
dart:core
String
codeUnitAt
codeUnitAt
Dart SDK
dart:core
String
codeUnitAt
method
codeUnitAt
Source
Dart SDK
dart:core
String
Constructors
fromCharCode
fromCharCodes
fromEnvironment
Properties
codeUnits
hashCode
isEmpty
isNotEmpty
length
runes
runtimeType
Operators
operator *
operator +
operator ==
operator []
Methods
allMatches
codeUnitAt
compareTo
contains
endsWith
indexOf
lastIndexOf
matchAsPrefix
noSuchMethod
padLeft
padRight
replaceAll
replaceAllMapped
replaceFirst
replaceFirstMapped
replaceRange
split
splitMapJoin
startsWith
substring
toLowerCase
toString
toUpperCase
trim
trimLeft
trimRight
int
codeUnitAt
(
int
index
)
Returns the 16-bit UTF-16 code unit at the given
index
.
Source
int codeUnitAt(int index);