I have a long string that has static characters in the string that I want to use for splitting the string up into parts. What would be the best way to break down the string based on key characters in the string.
Example: 12345645/883700892.log Date Time [4] kkdjkdkd 889298383/883729083.dat
I want the 883700892, the Date time, and the 883729083 and leave everything else out.
Also, I am looking for a easy say to skip a string if it ends in a ")" or if it ends in ".sta" or something like that.
Ideas?
Thx,
Ad.
In reply to splitting up a string based on character locations by batcater98
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |