Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

auroraextensions/libxstring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP string manipulation functions for highly recurrent tasks.

The purpose of libxstring is to curtail usage of trim($str, '/') and explode('/', $str) when manipulating strings in PHP.

composer require auroraextensions/libxstring
  • bsimplode Join array elements with backslash.
  • fsimplode Join array elements with forward slash.
  • hyimplode Join array elements with hyphen.
  • usimplode Join array elements with underscore.

About

Useful PHP string manipulation functions.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages