# File control/EditProperties/EditProperties.rb, line 291
  def arg_regexp=(new_regexp)
    if (new_regexp && ! new_regexp.empty?) then
      @argument[:value] = Regexp.compile(new_regexp)
    else
      @argument[:value] = nil
    end
  end