So my Question as i never worked so much with String is :
How can i Check if a Text Contain 1 or More Words ?
Eg. : Word ONE , this is WORD two and this is the word THREE
Thanks All .
|
|
|
If you want to ignore case you can use regex like
This code will count words |
|||
|
|
|
Iterate over the words you want to check and call |
|||||||
|
|
- You can use String's method Eg:
|
|||
|
|