rex icon indicating copy to clipboard operation
rex copied to clipboard

Helper for negative look-ahead. How?

Open hedhyw opened this issue 3 years ago • 0 comments

https://stackoverflow.com/questions/26771592/negative-look-ahead-in-go-regular-expressions https://betterprogramming.pub/demystifying-look-ahead-and-look-behind-in-regex-4a604f99fb8c

Generate composite?

NotText("hello")
// (?:[^h]|h[^e]|hel[^l]|hell[^o])

hedhyw avatar Jun 15 '22 04:06 hedhyw