I want to match if NO end
/(?<=start ).+(?!end)/gs
for example in this example I don’t want match, what should i used instead of .+ ?
start
blah
blah
blah
end
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
I want to match if NO end
/(?<=start ).+(?!end)/gs
for example in this example I don’t want match, what should i used instead of .+ ?
start
blah
blah
blah
end