Using regex to find the id

Alternative to Regexp, you can use XPath expression:
You can select a div element with id=“Donors_1233klf323sd_Ti” by the following xpath:

//div[starts-with(@id, "Donors_") and substring(@id, string-length(@id) - string-length('_Ti')+1)="_Ti"]