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

Pure Swift extension methods for getting substrings from RegularExpressionMatch.Range and Range<Int> #16

Merged
merged 7 commits into from
Dec 13, 2015
Merged

Pure Swift extension methods for getting substrings from RegularExpressionMatch.Range and Range<Int> #16

merged 7 commits into from
Dec 13, 2015

Commits on Dec 6, 2015

  1. Substring from RegularExpressionMatch.Range

    Craig Radnovich committed Dec 6, 2015
    Configuration menu
    Copy the full SHA
    c736a0a View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2015

  1. Merge branch 'develop' into feature/regex-match-substring

    Craig Radnovich committed Dec 9, 2015
    Configuration menu
    Copy the full SHA
    a5756f2 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2015

  1. Merge branch 'develop' into feature/regex-match-substring

    Craig Radnovich committed Dec 11, 2015
    Configuration menu
    Copy the full SHA
    e2aaaca View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2015

  1. Configuration menu
    Copy the full SHA
    861b8cb View commit details
    Browse the repository at this point in the history
  2. String extensions to get substrings from Range<Int> and RegularExpres…

    …sionMatch.Range without NSRange
    Craig Radnovich committed Dec 13, 2015
    Configuration menu
    Copy the full SHA
    24446cc View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' into feature/regex-match-substring

    Craig Radnovich committed Dec 13, 2015
    Configuration menu
    Copy the full SHA
    c9e7dbd View commit details
    Browse the repository at this point in the history
  4. Added test for emoji and for the new substring methods

    Craig Radnovich committed Dec 13, 2015
    Configuration menu
    Copy the full SHA
    74aacb9 View commit details
    Browse the repository at this point in the history