Postgresql String Extension
Under development
Planned functions are similar to the ones available from Laravel: https://laravel.com/docs/8.x/helpers#strings-method-list
- Str::after
- Str::afterLast
- Str::ascii
- Str::before
- Str::beforeLast
- Str::between
- Str::camel [done]
- Str::contains
- Str::containsAll
- Str::endsWith
- Str::finish
- Str::headline
- Str::is
- Str::isAscii
- Str::isUuid
- Str::kebab [done]
- Str::length
- Str::limit
- Str::lower [done]
- Str::markdown [done]
- Str::mask
- Str::orderedUuid
- Str::padBoth
- Str::padLeft
- Str::padRight
- Str::plural [done]
- Str::pluralStudly
- Str::random
- Str::remove
- Str::replace
- Str::replaceArray
- Str::replaceFirst
- Str::replaceLast
- Str::reverse
- Str::singular [done]
- Str::slug [done]
- Str::snake [done]
- Str::start
- Str::startsWith
- Str::studly [done]
- Str::substr
- Str::substrCount
- Str::substrReplace
- Str::title [done]
- Str::toHtmlString
- Str::ucfirst
- Str::upper [done]
- Str::uuid
- Str::wordCount
- Str::words