I am trying to come up with a simple regex that will look for the first ‘:’ followed by a unknow number of strings until a ‘.’ is found and return the string in between.
Example
test example:IWANTTHISBACK. [8909] test
Results
IWANTTHISBACK
Any help would be a great
Try this
Explanation