Hi, I have three questions about regular expressions,
-
What is the difference between re. from_ecma2020 and re.from.str ?
-
Does OSTRICH currently support regular expressions with backreferences? E.g., (.)\1.
-
I found that (?=a).|c -> (model (define-fun w () String "a")), but ((?=a).|c) -> (model (define-fun w () String "\u{0}")), but \u0000 is not accepted by ((?=a).|c).