Regex to select word in the next line of a string

(?<=EX\.RATE.+\s+\r?\n?\d+\s+)\S+
2 Likes