I have in the database a field that will always have an tag. and also lots of text..
For example:
Hey there.. whats up?
This question has already been asked here.
string matchString = Regex.Match(original_text, "", RegexOptions.IgnoreCase).Groups[1].Value;