Hi,
I have a parser script which reads from a log file, which is in Wide Character format. So the string is read with spaces between the characters, i.e "T A L K". And because of that none of my regular expression or parking works?
How do I convert the string/ling from "T A L K" to "TALK"?