>command arg1#arg2#arg3
The ">" is included in the command.
I'm trying to strip >command from the entire string, but I can't seem to do it. I tried string_delete, string_copy, string_replace_all to strip the command and everything is also stripping the argument.
Here are some constraints:
- Commands may aren't all fixed length
- Arguments are allowed to contain spaces, hence they are seperated with # as opposed to " ".
- I only need the "arg1#arg2#arg3" because I have no problem parsing those.
Thanks
~bigttcool2



Find content
Male
