Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

refactor(select): options regexp simplification #3903

Closed
wants to merge 1 commit into from

Conversation

hrbonz
Copy link
Contributor

@hrbonz hrbonz commented Sep 6, 2013

\w matches [a-zA-Z0-9_] and \d matches [0-9], using both in a character set is
simply redundant.

\w matches [a-zA-Z0-9_] and \d matches [0-9], using both in a character set is
simply redundant.
@mary-poppins
Copy link

Thanks for the PR!

  • Contributor signed CLA now or in the past
    • If you just signed, leave a comment here with your real name
  • PR's commit messages follow the commit message format

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

@petebacondarwin
Copy link
Contributor

@hrbonz - can you ensure that you have signed the CLA? Thanks

@hrbonz
Copy link
Contributor Author

hrbonz commented Oct 4, 2013

I did just before submitting the PR.

jamesdaily pushed a commit to jamesdaily/angular.js that referenced this pull request Jan 27, 2014
\w matches [a-zA-Z0-9_] and \d matches [0-9], using both in a character set is
simply redundant.

Closes angular#3903
jamesdaily pushed a commit to jamesdaily/angular.js that referenced this pull request Jan 27, 2014
\w matches [a-zA-Z0-9_] and \d matches [0-9], using both in a character set is
simply redundant.

Closes angular#3903
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants