/ Published in: PHP
URL: http://www.misteroneill.com
This function simply returns a Boolean value to determine whether or not a string containers new line characters. Useful in cleaning data.
Expand |
Embed | Plain Text
function has_new_lines($input) { }
You need to login to post a comment.
