in reply to Re^4: Parsing a data field that is seperated by data/time entries
in thread Parsing a data field that is seperated by data/time entries
i don't fully understand what that is doingIt's not hard to find out:
rindex is finding the position of the last "\n[", +1 moves past the \n, and substr is taking everything from there on. It doesn't matter what else the string contains.
|
|---|