Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implemented remaining string pattern API #23952

Merged
merged 6 commits into from Apr 7, 2015

Commits on Apr 5, 2015

  1. Implemented remaining string pattern iterators.

    - Added missing reverse versions of methods
    - Added [r]matches()
    - Generated the string pattern iterators with a macro
    - Added where bounds to the methods returning reverse iterators
      for better error messages.
    Kimundi committed Apr 5, 2015
    Configuration menu
    Copy the full SHA
    1b4cddc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2bff14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91d1aa7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c04f22a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c29559d View commit details
    Browse the repository at this point in the history
  6. Added smoke tests for new methods.

    Fixed bug in existing StrSearcher impl
    Kimundi committed Apr 5, 2015
    Configuration menu
    Copy the full SHA
    fbba28e View commit details
    Browse the repository at this point in the history