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

Allow periods in the variable name #287

Merged
merged 1 commit into from
Mar 24, 2016

Conversation

keanu-delgado
Copy link
Contributor

From https://tools.ietf.org/html/rfc6570#section-2.3 :

variable-list =  varspec *( "," varspec )
varspec       =  varname [ modifier-level4 ]
varname       =  varchar *( ["."] varchar )
varchar       =  ALPHA / DIGIT / "_" / pct-encoded

@rodneyrehm
Copy link
Member

Nice!
(My RegExp is so rusty, I spent the last 10 minutes trying to understand your change)

@rodneyrehm rodneyrehm merged commit 670ea0d into medialize:master Mar 24, 2016
@keanu-delgado keanu-delgado deleted the patch-1 branch March 25, 2016 14:15
rodneyrehm added a commit that referenced this pull request Mar 30, 2016
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