Timeline for answer to How do I check if a string contains a specific word? by Jason OOO
Current License: CC BY-SA 3.0
Post Revisions
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 4, 2018 at 6:13 | history | made wiki | Post Made Community Wiki by samliew | ||
| May 18, 2015 at 10:45 | history | edited | Jason OOO | CC BY-SA 3.0 |
A typo corrected
|
| May 18, 2015 at 10:44 | comment | added | Jason OOO | @Sunny: it was typo: var_dump(is_str_contain("mystringss", "strings")); //true | |
| May 17, 2015 at 21:29 | comment | added | Sunny | last var_dump is false | |
| Apr 13, 2014 at 20:18 | history | edited | Jason OOO | CC BY-SA 3.0 |
improved, comments added.
|
| Sep 24, 2013 at 18:35 | history | edited | Peter Mortensen | CC BY-SA 3.0 |
Copy edited.
|
| Sep 19, 2013 at 19:33 | comment | added | Jason OOO | @sg3s: you are totally right, however, strpos also based on something like that, also, I didn't posted it for rep just for sharing a bit of knowledge | |
| Sep 19, 2013 at 14:05 | comment | added | sg3s | Could you please tell me why in the world you would use a function like this, when strpos is a perfectly viable solution?... | |
| Sep 19, 2013 at 14:00 | history | answered | Jason OOO | CC BY-SA 3.0 |