
March 29, 2022
9:55 p.m.
On Tue, Mar 29, 2022 at 09:12:36AM +0200, StrikerOmega wrote:
The grab function would find the index of the first occurrence of the "start" string in the parent string and then the next occurrence of the "end" string starting from that index and return the substring between those.
That's what I guessed it would do. So your earlier statement: "You can also "grab" values enclosed in brackets or in any kind of character and It works as you would expect." is wrong. When using brackets I expect it to understand nesting. -- Steve