Question: I’m looking for a negative lookahead that don’t allow an open tag inside a tag, I try failing negative lookahead #1 see the example failing negative lookahead #2 see the example In this exampled they’re the once containing: x ...

Question: I’m trying to match Strings up to a certain size which do not only consist of certain characters. So for the first part it’s rather easy. To match this: Yes: “abcde / asbas” Yes: “abcde/ asbas” Yes: “abcde/ ///” ...