import retext = "Text... Text. Text! Text? UPPERCASE.UPPERCASE. Name. Text."print(re.split(r'(?<=[.?!])(?<![A-Z]\.(?=\s+Name))\s+', text))
Standard input is empty
['Text...', 'Text.', 'Text!', 'Text?', 'UPPERCASE.UPPERCASE. Name.', 'Text.']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!