# Str

The String class provides a set of handy methods for string handling and manipulation.

****

- Full class name: `Kirby\Toolkit\Str`
- Alias: `Str`
- Source: <https://github.com/getkirby/kirby/tree/5.5.3/src/Toolkit/Str.php#L25>

****

### Str

- [Str::accepted()](https://getkirby.com/docs/reference/objects/toolkit/str/accepted.md)
- [Str::after()](https://getkirby.com/docs/reference/objects/toolkit/str/after.md)
- [Str::afterStart()](https://getkirby.com/docs/reference/objects/toolkit/str/after-start.md)
- [Str::ascii()](https://getkirby.com/docs/reference/objects/toolkit/str/ascii.md)
- [Str::before()](https://getkirby.com/docs/reference/objects/toolkit/str/before.md)
- [Str::beforeEnd()](https://getkirby.com/docs/reference/objects/toolkit/str/before-end.md)
- [Str::between()](https://getkirby.com/docs/reference/objects/toolkit/str/between.md)
- [Str::camel()](https://getkirby.com/docs/reference/objects/toolkit/str/camel.md)
- [Str::camelToKebab()](https://getkirby.com/docs/reference/objects/toolkit/str/camel-to-kebab.md)
- [Str::contains()](https://getkirby.com/docs/reference/objects/toolkit/str/contains.md)
- [Str::convert()](https://getkirby.com/docs/reference/objects/toolkit/str/convert.md)
- [Str::date()](https://getkirby.com/docs/reference/objects/toolkit/str/date.md)
- [Str::encode()](https://getkirby.com/docs/reference/objects/toolkit/str/encode.md)
- [Str::encoding()](https://getkirby.com/docs/reference/objects/toolkit/str/encoding.md)
- [Str::endsWith()](https://getkirby.com/docs/reference/objects/toolkit/str/ends-with.md)
- [Str::esc()](https://getkirby.com/docs/reference/objects/toolkit/str/esc.md)
- [Str::excerpt()](https://getkirby.com/docs/reference/objects/toolkit/str/excerpt.md)
- [Str::float()](https://getkirby.com/docs/reference/objects/toolkit/str/float.md)
- [Str::from()](https://getkirby.com/docs/reference/objects/toolkit/str/from.md)
- [Str::increment()](https://getkirby.com/docs/reference/objects/toolkit/str/increment.md)
- [Str::kebab()](https://getkirby.com/docs/reference/objects/toolkit/str/kebab.md)
- [Str::kebabToCamel()](https://getkirby.com/docs/reference/objects/toolkit/str/kebab-to-camel.md)
- [Str::label()](https://getkirby.com/docs/reference/objects/toolkit/str/label.md)
- [Str::length()](https://getkirby.com/docs/reference/objects/toolkit/str/length.md)
- [Str::lower()](https://getkirby.com/docs/reference/objects/toolkit/str/lower.md)
- [Str::ltrim()](https://getkirby.com/docs/reference/objects/toolkit/str/ltrim.md)
- [Str::match()](https://getkirby.com/docs/reference/objects/toolkit/str/match.md)
- [Str::matchAll()](https://getkirby.com/docs/reference/objects/toolkit/str/match-all.md)
- [Str::matches()](https://getkirby.com/docs/reference/objects/toolkit/str/matches.md)
- [Str::pool()](https://getkirby.com/docs/reference/objects/toolkit/str/pool.md)
- [Str::position()](https://getkirby.com/docs/reference/objects/toolkit/str/position.md)
- [Str::query()](https://getkirby.com/docs/reference/objects/toolkit/str/query.md)
- [Str::random()](https://getkirby.com/docs/reference/objects/toolkit/str/random.md)
- [Str::replace()](https://getkirby.com/docs/reference/objects/toolkit/str/replace.md)
- [Str::replaceReplacements()](https://getkirby.com/docs/reference/objects/toolkit/str/replace-replacements.md)
- [Str::replacements()](https://getkirby.com/docs/reference/objects/toolkit/str/replacements.md)
- [Str::rtrim()](https://getkirby.com/docs/reference/objects/toolkit/str/rtrim.md)
- [Str::safeTemplate()](https://getkirby.com/docs/reference/objects/toolkit/str/safe-template.md)
- [Str::short()](https://getkirby.com/docs/reference/objects/toolkit/str/short.md)
- [Str::similarity()](https://getkirby.com/docs/reference/objects/toolkit/str/similarity.md)
- [Str::slug()](https://getkirby.com/docs/reference/objects/toolkit/str/slug.md)
- [Str::snake()](https://getkirby.com/docs/reference/objects/toolkit/str/snake.md)
- [Str::split()](https://getkirby.com/docs/reference/objects/toolkit/str/split.md)
- [Str::startsWith()](https://getkirby.com/docs/reference/objects/toolkit/str/starts-with.md)
- [Str::studly()](https://getkirby.com/docs/reference/objects/toolkit/str/studly.md)
- [Str::substr()](https://getkirby.com/docs/reference/objects/toolkit/str/substr.md)
- [Str::template()](https://getkirby.com/docs/reference/objects/toolkit/str/template.md)
- [Str::toBytes()](https://getkirby.com/docs/reference/objects/toolkit/str/to-bytes.md)
- [Str::toType()](https://getkirby.com/docs/reference/objects/toolkit/str/to-type.md)
- [Str::trim()](https://getkirby.com/docs/reference/objects/toolkit/str/trim.md)
- [Str::ucfirst()](https://getkirby.com/docs/reference/objects/toolkit/str/ucfirst.md)
- [Str::ucwords()](https://getkirby.com/docs/reference/objects/toolkit/str/ucwords.md)
- [Str::unhtml()](https://getkirby.com/docs/reference/objects/toolkit/str/unhtml.md)
- [Str::until()](https://getkirby.com/docs/reference/objects/toolkit/str/until.md)
- [Str::upper()](https://getkirby.com/docs/reference/objects/toolkit/str/upper.md)
- [Str::uuid()](https://getkirby.com/docs/reference/objects/toolkit/str/uuid.md)
- [Str::widont()](https://getkirby.com/docs/reference/objects/toolkit/str/widont.md)
- [Str::wrap()](https://getkirby.com/docs/reference/objects/toolkit/str/wrap.md)