0

In ruby, I need the equivalent of:

[^abc] Any single character except: a, b, or c

but for the whole abc, so it would read `Any single character except: abc

I've tried things like [^(abc)] but can't figure the right syntax

https://rubular.com/r/W6PiK89i2U1U1c

Lluís
  • 1,267
  • 1
  • 14
  • 36

0 Answers0