data-event-title=the literal text data-event-title= (case sensitive) \"the literal " (3410 / 428 / 2216)
Negated Character Class[^*]+ +matches at least one character outside the set below:
*the literal * (4210 / 528 / 2A16)
.*any Unicode character, repeated any number of times
class=the literal text class= (case sensitive) \"the literal " (3410 / 428 / 2216)
oddsthe literal text odds (case sensitive) \"the literal " (3410 / 428 / 2216)
>the literal > (6210 / 768 / 3E16)
Negated Character Class[^<]+ +matches at least one character outside the set below:
<the literal < (6010 / 748 / 3C16)
s modifier: single line. Allows a dot to match line terminators