Open BenRutlandWeb opened 2 years ago
the ability to add additional Str methods would be good, I.e. `Str::of('hello')->md5();
The current way Str and Stringable work doesn't allow for the Macroable trait to be added so some though on this is needed as to how calls to Str will store macros on the Stringable object.
Str
Stringable
Macroable
the ability to add additional Str methods would be good, I.e. `Str::of('hello')->md5();