Can anyone give me a quick summary of the differences please?
To my mind they both do the same thing?
Thanks
|
Can anyone give me a quick summary of the differences please? To my mind they both do the same thing? Thanks
| |||
|
feedback
|
|
[EDIT] See for yourself:
The output is:
:) | |||||||||
feedback
|
|
The regular expression functions allow you to search for and replace with a non-fixed pattern called a regular expression. There are many "flavors" of regular expression which are mostly similar but have certain details differ; the one we are talking about here is Perl Compatible Regular Expressions (PCRE). If they look the same to you, then you should use | |||
|
feedback
|
|
str_replace searches for pure text occurences while preg_replace for patterns. | |||
|
feedback
|