Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

js regex find newlines

`Text with newlines
another line
yet another
`.match(/[

]/g);
 
PREVIOUS NEXT
Tagged: #js #regex #find #newlines
ADD COMMENT
Topic
Name
9+8 =