Which regex flavor does the app use?
Regex Tool uses ICU regex (the same engine as NSRegularExpression on iOS, similar to PCRE2). Most patterns you find online for JavaScript, Java, or Python work directly. The cheat sheet inside the app calls out the small differences (like \K not being supported).