You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I do some string parse work.
Remove last character then find index of sep string.
I really want is: Does there have a easy way(less code and better performance) to resolve my problem?
If don't, How can I compare the three way I wrote(both memory used and performance)?