StringName
There is currently no description for this class. Please help us by contributing one!
Note
There are notable differences when using this API with C#. See C# Differences for more information.
Constructors
StringName ( ) |
|
StringName ( StringName from ) |
|
StringName ( String from ) |
Methods
begins_with ( String text ) const |
|
bigrams ( ) const |
|
bin_to_int ( ) const |
|
c_escape ( ) const |
|
c_unescape ( ) const |
|
capitalize ( ) const |
|
casecmp_to ( String to ) const |
|
dedent ( ) const |
|
filecasecmp_to ( String to ) const |
|
filenocasecmp_to ( String to ) const |
|
get_base_dir ( ) const |
|
get_basename ( ) const |
|
get_extension ( ) const |
|
get_file ( ) const |
|
get_slice_count ( String delimiter ) const |
|
get_slicec ( int delimiter, int slice ) const |
|
hash ( ) const |
|
hex_decode ( ) const |
|
hex_to_int ( ) const |
|
is_absolute_path ( ) const |
|
is_empty ( ) const |
|
is_relative_path ( ) const |
|
is_subsequence_of ( String text ) const |
|
is_subsequence_ofn ( String text ) const |
|
is_valid_filename ( ) const |
|
is_valid_float ( ) const |
|
is_valid_hex_number ( bool with_prefix=false ) const |
|
is_valid_html_color ( ) const |
|
is_valid_identifier ( ) const |
|
is_valid_int ( ) const |
|
is_valid_ip_address ( ) const |
|
join ( PackedStringArray parts ) const |
|
json_escape ( ) const |
|
length ( ) const |
|
md5_buffer ( ) const |
|
md5_text ( ) const |
|
naturalcasecmp_to ( String to ) const |
|
naturalnocasecmp_to ( String to ) const |
|
nocasecmp_to ( String to ) const |
|
pad_decimals ( int digits ) const |
|
reverse ( ) const |
|
rsplit ( String delimiter=””, bool allow_empty=true, int maxsplit=0 ) const |
|
sha1_buffer ( ) const |
|
sha1_text ( ) const |
|
sha256_buffer ( ) const |
|
sha256_text ( ) const |
|
similarity ( String text ) const |
|
simplify_path ( ) const |
|
split ( String delimiter=””, bool allow_empty=true, int maxsplit=0 ) const |
|
split_floats ( String delimiter, bool allow_empty=true ) const |
|
strip_edges ( bool left=true, bool right=true ) const |
|
strip_escapes ( ) const |
|
to_ascii_buffer ( ) const |
|
to_camel_case ( ) const |
|
to_float ( ) const |
|
to_int ( ) const |
|
to_lower ( ) const |
|
to_pascal_case ( ) const |
|
to_snake_case ( ) const |
|
to_upper ( ) const |
|
to_utf8_buffer ( ) const |
|
to_utf16_buffer ( ) const |
|
to_utf32_buffer ( ) const |
|
to_wchar_buffer ( ) const |
|
trim_prefix ( String prefix ) const |
|
trim_suffix ( String suffix ) const |
|
unicode_at ( int at ) const |
|
uri_decode ( ) const |
|
uri_encode ( ) const |
|
validate_filename ( ) const |
|
validate_node_name ( ) const |
|
xml_escape ( bool escape_quotes=false ) const |
|
xml_unescape ( ) const |
Operators
operator != ( String right ) |
|
operator != ( StringName right ) |
|
operator % ( Variant right ) |
|
operator + ( String right ) |
|
operator + ( StringName right ) |
|
operator < ( StringName right ) |
|
operator <= ( StringName right ) |
|
operator == ( String right ) |
|
operator == ( StringName right ) |
|
operator > ( StringName right ) |
|
operator >= ( StringName right ) |
Constructor Descriptions
StringName StringName ( )
There is currently no description for this constructor. Please help us by contributing one!
StringName StringName ( StringName from )
There is currently no description for this constructor. Please help us by contributing one!
StringName StringName ( String from )
There is currently no description for this constructor. Please help us by contributing one!
Method Descriptions
bool begins_with ( String text ) const
There is currently no description for this method. Please help us by contributing one!
PackedStringArray bigrams ( ) const
There is currently no description for this method. Please help us by contributing one!
int bin_to_int ( ) const
There is currently no description for this method. Please help us by contributing one!
String c_escape ( ) const
There is currently no description for this method. Please help us by contributing one!
String c_unescape ( ) const
There is currently no description for this method. Please help us by contributing one!
String capitalize ( ) const
There is currently no description for this method. Please help us by contributing one!
int casecmp_to ( String to ) const
There is currently no description for this method. Please help us by contributing one!
bool contains ( String what ) const
There is currently no description for this method. Please help us by contributing one!
bool containsn ( String what ) const
There is currently no description for this method. Please help us by contributing one!
int count ( String what, int from=0, int to=0 ) const
There is currently no description for this method. Please help us by contributing one!
int countn ( String what, int from=0, int to=0 ) const
There is currently no description for this method. Please help us by contributing one!
String dedent ( ) const
There is currently no description for this method. Please help us by contributing one!
bool ends_with ( String text ) const
There is currently no description for this method. Please help us by contributing one!
String erase ( int position, int chars=1 ) const
There is currently no description for this method. Please help us by contributing one!
int filecasecmp_to ( String to ) const
There is currently no description for this method. Please help us by contributing one!
int filenocasecmp_to ( String to ) const
There is currently no description for this method. Please help us by contributing one!
int find ( String what, int from=0 ) const
There is currently no description for this method. Please help us by contributing one!
int findn ( String what, int from=0 ) const
There is currently no description for this method. Please help us by contributing one!
String format ( Variant values, String placeholder=”{_}” ) const
There is currently no description for this method. Please help us by contributing one!
String get_base_dir ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_basename ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_extension ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_file ( ) const
There is currently no description for this method. Please help us by contributing one!
String get_slice ( String delimiter, int slice ) const
There is currently no description for this method. Please help us by contributing one!
int get_slice_count ( String delimiter ) const
There is currently no description for this method. Please help us by contributing one!
String get_slicec ( int delimiter, int slice ) const
There is currently no description for this method. Please help us by contributing one!
int hash ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedByteArray hex_decode ( ) const
There is currently no description for this method. Please help us by contributing one!
int hex_to_int ( ) const
There is currently no description for this method. Please help us by contributing one!
String indent ( String prefix ) const
There is currently no description for this method. Please help us by contributing one!
String insert ( int position, String what ) const
There is currently no description for this method. Please help us by contributing one!
bool is_absolute_path ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_empty ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_relative_path ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_subsequence_of ( String text ) const
There is currently no description for this method. Please help us by contributing one!
bool is_subsequence_ofn ( String text ) const
There is currently no description for this method. Please help us by contributing one!
bool is_valid_filename ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_valid_float ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_valid_hex_number ( bool with_prefix=false ) const
There is currently no description for this method. Please help us by contributing one!
bool is_valid_html_color ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_valid_identifier ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_valid_int ( ) const
There is currently no description for this method. Please help us by contributing one!
bool is_valid_ip_address ( ) const
There is currently no description for this method. Please help us by contributing one!
String join ( PackedStringArray parts ) const
There is currently no description for this method. Please help us by contributing one!
String json_escape ( ) const
There is currently no description for this method. Please help us by contributing one!
String left ( int length ) const
There is currently no description for this method. Please help us by contributing one!
int length ( ) const
There is currently no description for this method. Please help us by contributing one!
String lpad ( int min_length, String character=” “ ) const
There is currently no description for this method. Please help us by contributing one!
String lstrip ( String chars ) const
There is currently no description for this method. Please help us by contributing one!
bool match ( String expr ) const
There is currently no description for this method. Please help us by contributing one!
bool matchn ( String expr ) const
There is currently no description for this method. Please help us by contributing one!
PackedByteArray md5_buffer ( ) const
There is currently no description for this method. Please help us by contributing one!
String md5_text ( ) const
There is currently no description for this method. Please help us by contributing one!
int naturalcasecmp_to ( String to ) const
There is currently no description for this method. Please help us by contributing one!
int naturalnocasecmp_to ( String to ) const
There is currently no description for this method. Please help us by contributing one!
int nocasecmp_to ( String to ) const
There is currently no description for this method. Please help us by contributing one!
String pad_decimals ( int digits ) const
There is currently no description for this method. Please help us by contributing one!
String pad_zeros ( int digits ) const
There is currently no description for this method. Please help us by contributing one!
String path_join ( String file ) const
There is currently no description for this method. Please help us by contributing one!
String repeat ( int count ) const
There is currently no description for this method. Please help us by contributing one!
String replace ( String what, String forwhat ) const
There is currently no description for this method. Please help us by contributing one!
String replacen ( String what, String forwhat ) const
There is currently no description for this method. Please help us by contributing one!
String reverse ( ) const
There is currently no description for this method. Please help us by contributing one!
int rfind ( String what, int from=-1 ) const
There is currently no description for this method. Please help us by contributing one!
int rfindn ( String what, int from=-1 ) const
There is currently no description for this method. Please help us by contributing one!
String right ( int length ) const
There is currently no description for this method. Please help us by contributing one!
String rpad ( int min_length, String character=” “ ) const
There is currently no description for this method. Please help us by contributing one!
PackedStringArray rsplit ( String delimiter=””, bool allow_empty=true, int maxsplit=0 ) const
There is currently no description for this method. Please help us by contributing one!
String rstrip ( String chars ) const
There is currently no description for this method. Please help us by contributing one!
PackedByteArray sha1_buffer ( ) const
There is currently no description for this method. Please help us by contributing one!
String sha1_text ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedByteArray sha256_buffer ( ) const
There is currently no description for this method. Please help us by contributing one!
String sha256_text ( ) const
There is currently no description for this method. Please help us by contributing one!
float similarity ( String text ) const
There is currently no description for this method. Please help us by contributing one!
String simplify_path ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedStringArray split ( String delimiter=””, bool allow_empty=true, int maxsplit=0 ) const
There is currently no description for this method. Please help us by contributing one!
PackedFloat64Array split_floats ( String delimiter, bool allow_empty=true ) const
There is currently no description for this method. Please help us by contributing one!
String strip_edges ( bool left=true, bool right=true ) const
There is currently no description for this method. Please help us by contributing one!
String strip_escapes ( ) const
There is currently no description for this method. Please help us by contributing one!
String substr ( int from, int len=-1 ) const
There is currently no description for this method. Please help us by contributing one!
PackedByteArray to_ascii_buffer ( ) const
There is currently no description for this method. Please help us by contributing one!
String to_camel_case ( ) const
There is currently no description for this method. Please help us by contributing one!
float to_float ( ) const
There is currently no description for this method. Please help us by contributing one!
int to_int ( ) const
There is currently no description for this method. Please help us by contributing one!
String to_lower ( ) const
There is currently no description for this method. Please help us by contributing one!
String to_pascal_case ( ) const
There is currently no description for this method. Please help us by contributing one!
String to_snake_case ( ) const
There is currently no description for this method. Please help us by contributing one!
String to_upper ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedByteArray to_utf8_buffer ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedByteArray to_utf16_buffer ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedByteArray to_utf32_buffer ( ) const
There is currently no description for this method. Please help us by contributing one!
PackedByteArray to_wchar_buffer ( ) const
There is currently no description for this method. Please help us by contributing one!
String trim_prefix ( String prefix ) const
There is currently no description for this method. Please help us by contributing one!
String trim_suffix ( String suffix ) const
There is currently no description for this method. Please help us by contributing one!
int unicode_at ( int at ) const
There is currently no description for this method. Please help us by contributing one!
String uri_decode ( ) const
There is currently no description for this method. Please help us by contributing one!
String uri_encode ( ) const
There is currently no description for this method. Please help us by contributing one!
String validate_filename ( ) const
There is currently no description for this method. Please help us by contributing one!
String validate_node_name ( ) const
There is currently no description for this method. Please help us by contributing one!
String xml_escape ( bool escape_quotes=false ) const
There is currently no description for this method. Please help us by contributing one!
String xml_unescape ( ) const
There is currently no description for this method. Please help us by contributing one!
Operator Descriptions
bool operator != ( String right )
There is currently no description for this operator. Please help us by contributing one!
bool operator != ( StringName right )
There is currently no description for this operator. Please help us by contributing one!
String operator % ( Variant right )
There is currently no description for this operator. Please help us by contributing one!
String operator + ( String right )
There is currently no description for this operator. Please help us by contributing one!
String operator + ( StringName right )
There is currently no description for this operator. Please help us by contributing one!
bool operator < ( StringName right )
There is currently no description for this operator. Please help us by contributing one!
bool operator <= ( StringName right )
There is currently no description for this operator. Please help us by contributing one!
bool operator == ( String right )
There is currently no description for this operator. Please help us by contributing one!
bool operator == ( StringName right )
There is currently no description for this operator. Please help us by contributing one!
bool operator > ( StringName right )
There is currently no description for this operator. Please help us by contributing one!
bool operator >= ( StringName right )
There is currently no description for this operator. Please help us by contributing one!