1/12
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Length
When the length of a string is determined.
Position
When the position of a specified value is found and returned.
Substring
A smaller part or section of a string.
Concatenation
When two strings are joined together.
Character Code
The character set value of a specific character in a string.
Cast
When one data type is converted in to another data type.
String
A data type which can store a collection of more than one character, which has no numeric value.
Integer
A data type which can store whole numbers.
Real / Float
A data type which can store any decimal value.
Index Position
The specific position in a string where something can be
Uppercase
When a string can be converted in to, or checked for, capital letters.
Lowercase
When a string can be converted in to, or checked for, small letters.
String Functions
When operations are performed on a string data type.