-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 find-and-replace expression operator #4100
Comments
From @jfirebaugh on August 4, 2015 0:53 #233 is for the use of regexes in filters, which is a different use case. I seem to recall an issue for wrapping on newlines, but I can't find it at the moment. |
We have a separate issue for regex support and have already implemented newline support. |
From @jfirebaugh on December 22, 2016 18:25 As noted above: the other issue is for regex support in filters. This is about regex support in functions. |
As of #5434, expressions (the successor to functions) can be used as filters. #4089 tracks adding an expression operator for testing whether a string matches a regular expression, but we can leave this issue open to track adding an expression operator for finding and replacing occurrences of a substring or regular expression match within a given string. |
Currently you can kind of workaround find-and-replace without regex, but it's pretty clunky:
This would certainly improve the ergonomics of that. |
From @nickidlugash on August 3, 2015 23:46
Currently we can't make use of the way duplex shields in the mapbox streets data are designed to be styled, because we can't use regex as part of values, and we also don't accept
\n
as a space for line wrapping. Is it feasible to implement the ability to use find/replace and\n
?Copied from original issue: mapbox/mapbox-gl-style-spec#321
The text was updated successfully, but these errors were encountered: