# File lib/org-ruby/regexp_helper.rb, line 66
    def match_all(str)
      str.scan(@org_emphasis_regexp) do |match|
        yield $2, $3
      end
    end