# File lib/mirimiri/regexp.rb, line 24
  def negated
    /^((?!#{self}).)*$/
  end