-
Notifications
You must be signed in to change notification settings - Fork 103
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
Add parsing of other things (add requests here) #2
Comments
The basic feature that is currently missing (IMHO), is that a regular expression for self-defined type (
This works already today, but only basic char matching is used.
A different datatype would be returned for these 2 choices, the regexp parser could preselect It would be nice if the regular expression would already do the checking/matching. Example:
The approach that is sketched above could also be used to define the built-in parse types. |
I provided a slightly simpler solution as pull-request. |
I agree, this is a very good approach, and though I have a couple of quibbles with your patch I do welcome it! Also I should have IP addresses in the core ;-) |
I'm going to close this general bucket as it's been open for well long enough now :) |
It'd be neat if it could parse:
...?
The text was updated successfully, but these errors were encountered: