I am trying to find a regex that groups a word that ends on two identical symbols followed by 'ter' and splits it on the two symbols. Example: The word 'Letter' should be grouped into 'Let' and 'ter'. I'm using python and this is what i've gotten so far:I am trying to find a regex that groups a word