I have the following string:
"Text before the string I want to get. Description: This is the string I want to keep. Rating: 5 stars."
From this string I want to cut of the first part and the last part. Only the middle is what I need. The program I use to load these strings can do a RegEx "Search and Replace". So I can replace the first and last part of the string with a space to empty these parts.
The words Description and Rating are always present in this form, so can be used to create the RegEx.