sajjadboodaghi/my-string-utils

Simple string utils for dealing easier with them

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/sajjadboodaghi/my-string-utils

v1.0.0 2022-01-03 12:14 UTC

This package is auto-updated.

Last update: 2025-12-29 03:57:26 UTC


README

Simple string utils for dealing easier with them

Installation

Install using composer:

composer require sajjadboodaghi\my-string-utils

Example

<?php
require __DIR__.'/vendor/autoload.php';
use SajjadBoodaghi\MyStringUtils\Str;
var_dump(Str::contains('abcd', ['ab', 'x']);