The titles says it all, how do i find how many times a word comes out in a string. I have no idea what the user will input, so i cant test it by using case, can anyone help?
Can i also extract only the important words?
For example the string "testing apples testing"
It should tell me that "testing"
came out 2 times, "apples"
1 time and then return a list with {"testing","apples"}