The Wayback Machine - https://web.archive.org/web/20201102204010/https://github.com/BaseMax/PHPMultiExplode
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

README.md

PHP Multi Explode

Tiny function to split a string by a array of the string for PHP.

The mexplode(), mexplodes() function breaks a string into an array.

Different ways

  • preg_split (one of the best way)
  • str_replace + explode
  • explode + implode

About

Tiny function to split a string by a array of the string for PHP.

Topics

Resources

License

Releases

No releases published

Packages

No packages published

Languages

You can’t perform that action at this time.