asked on October 5, 2021
I would like to parse a path into separate or a multi-value token that would separate by the "\"
For instance
\Directory\Sub Directory\Addendum Directory\Entry Name
I would like tokens for Each value between the "\"
Can I do that with pattern matching? If so HELP!!! Please.
0
0