Removing text

I have forgotten the syntax for finding and removing data delimited by an "_".

Example - Christina Young_Set_Taste of Summer - I need to strip everything up to and including the second underscore

I had a script and lost it and now just cannot remember how to do it. Maybe turning 73 changed my brain to mush.

Thanks in advance

Christina Young
Replace method...

Replace: .*_
With: leave blank
Use regular expressions

I hope you're wrong about turning 73 - I'm just a few months shy of 70 and don't much fancy the idea of an imminent mushy brain!
Reply to #2:
Thanks heaps.

Yes I was joking. I am 73 but my brain is still going strong. Was being rather lazy I think. I have since been reading up on the help file.