Is there anyway you can support multi-line matching? :smile: ```kotlin """ This is some multiline 123 text """.trimIndent().should.match("some multiline \\d+".toRegex(RegexOption.MULTILINE)) ```
Is there anyway you can support multi-line matching? 😄