How can I search for a string inside a string and actually return the value of the string being searched for?

For example I am looking for *THIS in


sdfsdfsdfsdf*THISdfsdfsdfsdfsdfsdf

where the THIS may be different but the * stays the same.


I want to return the string *THIS.