Hello,
I am receiving an entry like this from remote database:
My question is how can i use regex to get 3 values like :
BTC Bitcoin 0.5
ETH Ethereum 15
seperately so insert them to database as I like. ?
Regex always blows my mind..
I am receiving an entry like this from remote database:
B4X:
BTC---Bitcoin---0.5,ETH---Ethereum---15,.......
My question is how can i use regex to get 3 values like :
BTC Bitcoin 0.5
ETH Ethereum 15
seperately so insert them to database as I like. ?
Regex always blows my mind..