Answer the question
In order to leave comments, you need to log in
How to get value from and to in multiline text?
`abcde`.match(/b.*d/); // bcd
`a
b
c
d
e`.match(/b.*d/); // null
"b↵c↵d"
?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question