| FUNCTION | DESCRIPTION |
|---|---|
| the preg_match() function | The preg_match() function tests an expression against a pattern. |
| the preg_replace() function | The preg_replace() function searches and replaces a string in a pattern. |
| the preg_split() function | The preg_split() function splits a pattern and saves it in an array. |
| FUNCTION | DESCRIPTION |
|---|---|
| the ereg() function | The ereg() function tests an expression against a pattern. |
| the ereg_replace() function | The ereg_replace() function searches and replaces a string in a pattern. |
| the split() function | The split() function splits a pattern and saves it in an array. |
Comments
No comments have been made yet.
Please login to leave a comment. Login now