java.lang. String

GPTKB entity

Statements (94)
Predicate Object
gptkbp:instance_of gptkb:class
gptkbp:can_be_compared_with equals()
gptkbp:can_be_deserialized_from byte stream
gptkbp:can_be_joined_with concat()
gptkbp:can_be_replaced_with replace()
gptkbp:can_be_searched_with index Of()
gptkbp:can_be_split_with split()
gptkbp:can_be_trimmed_with trim()
gptkbp:can_be_used_in localization
API development
configuration files
data serialization
data validation
debugging
error handling
logging
performance tuning
security measures
string interpolation
unit testing
web development
XML processing
internationalization
file handling
database queries
network programming
data parsing
string comparison
JSON processing
command line arguments
user input handling
string encoding
string decoding
gptkbp:can_be_used_with regular expressions
gptkbp:can_transform_into char array
gptkbp:constructor String(char[] value)
String(byte[] ascii)
gptkbp:contains boolean
Char Sequence
Unicode substring
gptkbp:data_return true or false
gptkbp:format format()
gptkbp:has_field value
gptkbp:has_method contains
length()
split(String regex)
trim()
to String()
is Empty()
to Char Array()
format(String format, Object... args)
offset By Code Points(int index, int code Point Offset)
region Matches(boolean ignore Case, int toffset, String other, int ooffset, int len)
region Matches(int toffset, String other, int ooffset, int len)
char At(int index)
code Point At(int index)
code Point Before(int index)
code Point Count(int begin Index, int end Index)
compare To Ignore Case(String str)
compare To(String another String)
concat(String str)
contains(Char Sequence sequence)
ends With(String suffix)
equals Ignore Case(String another String)
equals(Object an Object)
get Bytes()
index Of(String str)
index Of(int ch)
index Of(int ch, int from Index)
last Index Of(String str)
last Index Of(int ch)
last Index Of(int ch, int from Index)
matches(String regex)
replace All(String regex, String replacement)
replace First(String regex, String replacement)
replace(char old Char, char new Char)
starts With(String prefix)
substring(int begin Index)
to Lower Case()
to Upper Case()
value Of(Object obj)
get Chars(int src Begin, int src End, char[] dst, int dst Begin)
https://www.w3.org/2000/01/rdf-schema#label java.lang. String
gptkbp:inherits_from gptkb:true
gptkbp:is_case_sensitive gptkb:true
gptkbp:is_compared_to substring if found
gptkbp:is_compatible_with Unicode characters
gptkbp:is_not_equal_to substring if not found
gptkbp:is_often_used_in string manipulation
gptkbp:is_part_of gptkb:Java_programming_language
gptkb:Java_Standard_Library
gptkbp:is_used_for String manipulation
gptkbp:is_used_in text processing
gptkbp:serialization byte stream