-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Master ticket tracking expression API completeness #6484
Comments
Inspired by this issue, I attempted to compile a similar issue to track feature parity with NSPredicate and NSExpression: mapbox/mapbox-gl-native#11786. |
Hi, I have not found
|
Oh, I didn't know about this ticket! Me, I would love more string-handling functions:
|
@stevage, just letting you know that my PR #9450 was merged in and soon you will have It's not perfect but if you had just a single word you could always slice the first letter and uppercase it and concat with the remainder of the string, something like the below (untested!)
|
@mourner We extended mapbox-gl with a few basic date functions (new datetype, epoch: int -> date, hour and minute to get those values from a date value). Those are obviously pretty specific for our use case, but I could dedicate time to implement a more general date API. My questions would be:
|
This ticket is intended to define what set of operators would constitute a "complete" expression API and track its implementation.
Math.*
functions from JavascriptNSExpression
is-nan
Add is-nan expression #5494Regular Expressions Implement "regex" expression that returns an array of match groups or… #6228The text was updated successfully, but these errors were encountered: