Skip to content

Commit e5579cf

Browse files
authored
Update README.md
1 parent 6567b69 commit e5579cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Tiny function to **split** a string by a array of the string for PHP.
44

55
## Different ways
66

7-
- preg_split (one of the best way)
8-
- str_replace + explode
9-
- explode + implode
7+
- `preg_split` (one of the best way)
8+
- `str_replace` + `explode`
9+
- `explode` + `implode`

0 commit comments

Comments
 (0)