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

Added Linux Support to Project #18

Closed
wants to merge 2 commits into from
Closed

Conversation

Bored0ne
Copy link
Contributor

This commit rewrites a few functions and adds linux support to the project. If approved I also ask that you tag this and the Dollar project so that they can both be used on a linux system.

@@ -36,14 +39,14 @@ public class Regex {
}

public class func escapeStr(str: String) -> String {
let matches = RegexPatternRegex.matches(testStr: str)
let matches = Regex(RegexEscapePattern).matches(testStr: str)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why use this instead of RegexPatternRegex?

@ankurp
Copy link
Owner

ankurp commented Oct 24, 2016

Thanks for the PR and will create a release once this is merged. Can you address my comment https://github.com/ankurp/Cent/pull/18/files/5c19b62077f28212e565122e05b8f053de198889#r84699225

@Bored0ne
Copy link
Contributor Author

@ankurp In response to your comment, I thought it was causing a separate issue. It turns out to be perfectly fine the way it was.

@ankurp
Copy link
Owner

ankurp commented Oct 25, 2016

I squashed your commits and merging it as part of this PR. Will create release soon. #19

@ankurp ankurp closed this Oct 25, 2016
@ankurp
Copy link
Owner

ankurp commented Oct 25, 2016

@Bored0ne This is now published and tagged as version 6.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants