Dart SDK
dart:core
String
codeUnits
property
codeUnits
String
Properties
length
hashCode
isEmpty
isNotEmpty
codeUnits
runes
Constructors
fromCharCodes
fromCharCode
fromEnvironment
Operators
operator []
operator ==
operator +
operator *
Methods
codeUnitAt
endsWith
startsWith
indexOf
lastIndexOf
substring
trim
trimLeft
trimRight
padLeft
padRight
contains
replaceFirst
replaceFirstMapped
replaceAll
replaceAllMapped
replaceRange
split
splitMapJoin
toLowerCase
toUpperCase
matchAsPrefix
allMatches
compareTo
List
<
int
>
codeUnits
read-only
Returns an unmodifiable list of the UTF-16 code units of this string.