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