Sam
Sam
Cool On Mon, 29 Aug 2022 at 10:55, clojj ***@***.***> wrote: > @sksamuel > Issue with JsonUnwrapped resolved, I'll try to polish this PR soon > > — > Reply...
Would this return a 200 for both error and success?
I'll check it out. On Sun, 4 Sept 2022 at 12:09, clojj ***@***.***> wrote: > @sksamuel > I think this is could be ready for merge, what do you think...
This is nice. Pity we need the wrapper json but otherwise slick.
Ok cool. On Wed, 24 Aug 2022 at 01:19, clojj ***@***.***> wrote: > Hi, no merge yet. > I will fix some quirks and add the spring module first.... >...
I like the global setting option because you're likely to want to set it in one place.
I like the last suggestion too as we could have multiple options like trim and case insensitive
Yeah I think this is a great pattern
Kotest has shouldMatch, shouldNotMatch, shouldContain and shouldNotContain, all of which accept Regex versions.
I think what we are missing is the the same thing with the parameters flipped, so: `Regex.shouldMatch(str)` `Regex.shouldNotMatch(str)` `Regex.shouldMatchAll(strs)` `Regex.shouldMatchNone(str)` And a group extractor might be good. `Regex.shouldMatchWithGroups(str, g1, g2)`...