Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

split the string on any and all periods, question mark using regex

const sentencesList = test.split("/(?|.|!)/");
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #split #string #question #mark #regex
ADD COMMENT
Topic
Name
6+8 =