# File lib/chef/util/file_edit.rb, line 47
      def search_file_replace(regex, replace)
        search_match(regex, replace, 'r', 2)
      end