diff --git a/docs/users/placeholder-list/hytale.md b/docs/users/placeholder-list/hytale.md index 24fdd31..5de228c 100644 --- a/docs/users/placeholder-list/hytale.md +++ b/docs/users/placeholder-list/hytale.md @@ -294,6 +294,7 @@ More info about the expansion can be found on the [Github-Repository](https://gi %string_equalsIgnoreCase__% %string_contains__% %string_containsIgnoreCase__% +%string_charAt__% %string_indexOf__% %string_lastIndexOf__% %string_substring__% @@ -302,8 +303,16 @@ More info about the expansion can be found on the [Github-Repository](https://gi %string_shuffle_% %string_uppercase_% %string_lowercase_% +%string_sentencecase_% +%string_capitalize_% %string_length_% %string_random_,,,% +%string_replaceCharacters__% +%string_alternateuppercase_% +%string_startswith__% +%string_endswith__% +%string_trim_% +%string_occurences_count__% ``` ----