Hi, I have following string:
split string into words
5
Hi,
I have following string:
"ilikewarriorforum"
How do i detect english words and split them into array that would contain the following:
Array
(
[0] => i
[1] => like
[2] => warrior
[3]=> forum
)
Can someone point me to the right direction.
I code in PHP
Any help would be appreciated.
I have following string:
"ilikewarriorforum"
How do i detect english words and split them into array that would contain the following:
Array
(
[0] => i
[1] => like
[2] => warrior
[3]=> forum
)
Can someone point me to the right direction.
I code in PHP
Any help would be appreciated.
- mojojuju
- [1] reply
- alexts
- [1] reply
- phpbbxpert
- peanutbutter Banned
Next Topics on Trending Feed
-
5