Maybe a stupid question: I have a string looks lik...
# android
a
Maybe a stupid question: I have a string looks like: “ oauth_token=123jkl456&oauth_token_secret=456jklsdjf9”, is there any way from Kotlin standard library that would quickly get the value of
oauth_token
and
oauth_token_secret
?