data-item-type="tweet"the literal text data-item-type="tweet" (case sensitive) .*?any character, repeated any number of times
data-tweet-id="the literal text data-tweet-id=" (case sensitive) .*?any character, repeated any number of times
"the literal " (3410 / 428 / 2216)
.*?any character, repeated any number of times
data-permalink-path="the literal text data-permalink-path=" (case sensitive) .*?any character, repeated any number of times
"the literal " (3410 / 428 / 2216)
.*?any character, repeated any number of times
data-screen-name="the literal text data-screen-name=" (case sensitive) .*?any character, repeated any number of times
"the literal " (3410 / 428 / 2216)
.*?any character, repeated any number of times
data-name="the literal text data-name=" (case sensitive) .*?any character, repeated any number of times
"the literal " (3410 / 428 / 2216)
.*?any character, repeated any number of times
data-user-id="the literal text data-user-id=" (case sensitive) .*?any character, repeated any number of times
"the literal " (3410 / 428 / 2216)
.*?any character, repeated any number of times
tweet-text"the literal text tweet-text" (case sensitive) .*?any character, repeated any number of times
>the literal > (6210 / 768 / 3E16)
.*?any character, repeated any number of times
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
p>the literal text p> (case sensitive) g modifier: global. Finds all matches instead of stopping after the first
m modifier: multiline. Causes ^ and $ to match the start and end of each line, not only the start and end of the string
s modifier: single line. Allows a dot to match line terminators