Then first extract full line with using only nama as in the regex…
Then verify if there is us dollar and number…if yea then remove them if no …leave it as is.
For the above one regex might not suite so a little logic of extracting whole and then checking for extra values is needed
Cheers