Package Exports
- stringable-laravel
- stringable-laravel/dist/Stringable.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (stringable-laravel) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Stringable
Javascript version's of Laravel's Illuminate\Support\Str
Based on great Laravel string helper
Introduction
Fluent strings provide a more fluent, object-oriented interface for working with string values, allowing you to chain multiple string operations together using a more readable syntax compared to traditional string operations.
Available Methods
List of all fluent methods you can find here.
Strings methods
- Str.preg_quote
- Str.random
- Str.createRandomStringsUsing
- Str.createRandomStringsUsingSequence
- Str.createRandomStringsNormally
- Str.substr
- Str.uuid
TO DO
Changelog
Detailed changes for each release are documented in the release notes.