Hiya!

I went digging all over and can't seem to find this functionality

is there a way to get the string characters between two characters? Currently parsing a CSV and there's some nested data between a set of brackets.
Usecase: I'm splitting the string into substrings, but then need to get the data between the [ ]
"Brian,King,Longbeards[enemy],red"
Let me know if I'm missing something that may already exist, totally possible

best,
craigz