From fcde3337847c98b75f04a7c00750ed61a1aa9eef Mon Sep 17 00:00:00 2001 From: amirpny <60701809+amirpny@users.noreply.github.com> Date: Sat, 2 Oct 2021 10:25:35 +0200 Subject: [PATCH] Add files via upload --- README.md | 25 +++++++++++++++++++++++++ composer.json | 19 +++++++++++++++++++ src/Str.php | 42 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 86 insertions(+) create mode 100644 README.md create mode 100644 composer.json create mode 100644 src/Str.php diff --git a/README.md b/README.md new file mode 100644 index 0000000..68fc23c --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +# String Utils + +--- + +Simple string utils for dealing easier with them + +# Installation + +Install using composer: + +‌``` +composer require queracollege/string-utils +‌``` + +# Example + +‌```php +