How can I remove all elements from an array that contain only special characters (such as ., * etc...).
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
Something like this? This will filter all words that do not contain characters or numbers. |
|||
|
|
array_filter– Kolink Jan 26 at 21:47