[*index](./../README.md) --- ### `Psl\Str` Component #### `Constants` - [ALPHABET](./../../src/Psl/Str/constants.php#L0) - [ALPHABET_ALPHANUMERIC](./../../src/Psl/Str/constants.php#L0) #### `Functions` - [after](./../../src/Psl/Str/after.php#L15) - [after_ci](./../../src/Psl/Str/after_ci.php#L15) - [after_last](./../../src/Psl/Str/after_last.php#L15) - [after_last_ci](./../../src/Psl/Str/after_last_ci.php#L15) - [before](./../../src/Psl/Str/before.php#L15) - [before_ci](./../../src/Psl/Str/before_ci.php#L15) - [before_last](./../../src/Psl/Str/before_last.php#L15) - [before_last_ci](./../../src/Psl/Str/before_last_ci.php#L15) - [capitalize](./../../src/Psl/Str/capitalize.php#L33) - [capitalize_words](./../../src/Psl/Str/capitalize_words.php#L35) - [chr](./../../src/Psl/Str/chr.php#L27) - [chunk](./../../src/Psl/Str/chunk.php#L40) - [concat](./../../src/Psl/Str/concat.php#L20) - [contains](./../../src/Psl/Str/contains.php#L42) - [contains_ci](./../../src/Psl/Str/contains_ci.php#L42) - [convert_encoding](./../../src/Psl/Str/convert_encoding.php#L19) - [detect_encoding](./../../src/Psl/Str/detect_encoding.php#L21) - [ends_with](./../../src/Psl/Str/ends_with.php#L39) - [ends_with_ci](./../../src/Psl/Str/ends_with_ci.php#L39) - [fold](./../../src/Psl/Str/fold.php#L22) - [format](./../../src/Psl/Str/format.php#L26) - [format_number](./../../src/Psl/Str/format_number.php#L19) - [from_code_points](./../../src/Psl/Str/from_code_points.php#L20) - [is_empty](./../../src/Psl/Str/is_empty.php#L29) - [is_utf8](./../../src/Psl/Str/is_utf8.php#L14) - [join](./../../src/Psl/Str/join.php#L27) - [length](./../../src/Psl/Str/length.php#L30) - [levenshtein](./../../src/Psl/Str/levenshtein.php#L29) - [lowercase](./../../src/Psl/Str/lowercase.php#L35) - [metaphone](./../../src/Psl/Str/metaphone.php#L23) - [ord](./../../src/Psl/Str/ord.php#L27) - [pad_left](./../../src/Psl/Str/pad_left.php#L38) - [pad_right](./../../src/Psl/Str/pad_right.php#L38) - [repeat](./../../src/Psl/Str/repeat.php#L28) - [replace](./../../src/Psl/Str/replace.php#L19) - [replace_ci](./../../src/Psl/Str/replace_ci.php#L20) - [replace_every](./../../src/Psl/Str/replace_every.php#L19) - [replace_every_ci](./../../src/Psl/Str/replace_every_ci.php#L19) - [search](./../../src/Psl/Str/search.php#L25) - [search_ci](./../../src/Psl/Str/search_ci.php#L25) - [search_last](./../../src/Psl/Str/search_last.php#L25) - [search_last_ci](./../../src/Psl/Str/search_last_ci.php#L25) - [slice](./../../src/Psl/Str/slice.php#L25) - [splice](./../../src/Psl/Str/splice.php#L22) - [split](./../../src/Psl/Str/split.php#L24) - [starts_with](./../../src/Psl/Str/starts_with.php#L16) - [starts_with_ci](./../../src/Psl/Str/starts_with_ci.php#L16) - [strip_prefix](./../../src/Psl/Str/strip_prefix.php#L17) - [strip_suffix](./../../src/Psl/Str/strip_suffix.php#L17) - [to_int](./../../src/Psl/Str/to_int.php#L12) - [trim](./../../src/Psl/Str/trim.php#L18) - [trim_left](./../../src/Psl/Str/trim_left.php#L18) - [trim_right](./../../src/Psl/Str/trim_right.php#L18) - [truncate](./../../src/Psl/Str/truncate.php#L29) - [uppercase](./../../src/Psl/Str/uppercase.php#L19) - [width](./../../src/Psl/Str/width.php#L19) - [wrap](./../../src/Psl/Str/wrap.php#L23)