Synopsis: split_words( words, sep, exceptions=[] )
Argument words is a list of strings. Each of these lists will be splitted by separator sep . The resulting lists will be concatenated where sep is inserted where it has caused a split. This list is the result. Argument exceptions is an optional list of words that will no be splitted.