/ Published in: PHP
Expand |
Embed | Plain Text
function trim_whitespace($source) { $pattern = '/[^\w]\s*/'; }
You need to login to post a comment.
function trim_whitespace($source) { $pattern = '/[^\w]\s*/'; }
You need to login to post a comment.