#28591
spiros
Participant

Basically, I want to adapt (.*?) in a way that it will match anything, but it will stop matching if the character < or > appears. Does that make it simpler?

What I tried was
((?!<).*?)