Pulling a certain word out of a bunch of text?
Posted: Mon Mar 31, 2008 8:42 am
I was just wondering how or if not how, what function, to use to basically read some text and extract one certain word from it and put it into an array?
For example...
I have my text (as, lets say, a varible)

For example...
I have my text (as, lets say, a varible)
Then I want it (somehow) to allow me to select a word, for example "name" and return me with each occurence as an array.Hello everyone, my name is a name and I was just hoping that you like it... obviously you probably don't. Oh well.
Code: Select all
Array (
[0] = "name",
[1] = "name"
)