Membagi teks ke baris dan menjaga pembatas python

raw_lines = re.split('(?<=!)|(?<=\.)|(?<=\?)', text)
Adventurous Addax