Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

spliting the text to lines and keep the deliminaters python

raw_lines = re.split('(?<=!)|(?<=.)|(?<=?)', text)
 
PREVIOUS NEXT
Tagged: #spliting #text #lines #deliminaters #python
ADD COMMENT
Topic
Name
7+1 =