12-24-2010, 12:45 AM
Quote:Explanation:
It searches a text file for a terminator in each line and then rips out all the text before it.
eg.
text file:
wizoo:[junk text]
wizkid:[junk text]
pk8:[junk text]
wolfman:[junk text]
Yin:[junk text]
[junk text]
[junk text]
[junk text]
(...)
terminator:
":" without the quotes
extracted text:
wizoo
wizkid
pk8
wolfman
Yin