davideme / libphonenumber-for-PHP

PHP version of Google's phone number handling library
125 stars 71 forks source link

Fix isNumberMatchingDesc method for Windows and other OS #21

Open behigh opened 11 years ago

behigh commented 11 years ago

Fix isNumberMatchingDesc method for Windows and other OS where PHP_EOL NOT "\n"

Used preg_replace instead of str_replace, search and replace any vertical whitespace character