10
Answers

get the word after search key word

mary jean ligas

mary jean ligas

9y
419
1

please help me on this: i want to find a search keyword then if i get it then the output will be the next word or number

example:

string keyword = "REM ACCT"
string myString = "the amount can be verify in REM ACCT 123456789 number"

in that variable i want to get the next word "123456789" only after the search key word "REM ACCT". Please help me what is the logic of this. Thanks
 


Answers (10)