Mikhail
05/31/2022, 9:58 PMRegex
override equals
?Mikhail
05/31/2022, 9:59 PMpattern
property but would be more convenient to not do so.Mikhail
05/31/2022, 10:01 PMephemient
05/31/2022, 10:08 PM"a".toRegex() == "a".toRegex(RegexOption.IGNORE_CASE)
as well as falsely "a".toRegex() != "(?:a)".toRegex()
. since there's no good way to determine structural equivalence, it isn't attemptedephemient
05/31/2022, 10:41 PMMikhail
05/31/2022, 10:41 PMilya.gorbunov
06/01/2022, 1:02 AMtodd.ginsberg
06/01/2022, 11:35 AM