There was an error while loading. Please reload this page.
1 parent 6567b69 commit e5579cfCopy full SHA for e5579cf
README.md
@@ -4,6 +4,6 @@ Tiny function to **split** a string by a array of the string for PHP.
4
5
## Different ways
6
7
-- preg_split (one of the best way)
8
-- str_replace + explode
9
-- explode + implode
+- `preg_split` (one of the best way)
+- `str_replace` + `explode`
+- `explode` + `implode`
0 commit comments