Hi all,
I am running into an issue where, I suspect that split has the functionality and i'm simply not looking for the right thing to find the examples i'd like.
What i want is to use split like how excel works, where you can count characters to the right or left to exclude/include.
so for instance, i have a message like this:
BTF_CWING_LOW_TEMP **= 2021-11-19 14:10:55
where, i'd like to split on the left by **, but, the character 3rd in the string = could be any of a number of different characters, so, i'd like to split it at the space before 2021, but, i want to account for whatever that character is. so if i were doing this in excel, i'd count 2 to the right when splitting - does that make sense?
I look forward to your responses, and thanks for your time!