What I need to do is this: let's assume the string is - > :
.
However, I want to select "only" the string before :
using Regex
.
To get clearer:
" select this word : another word here"
Remembering that :
should not be selected.