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

[FEATURE] add regexp_matches() function #1509

Closed
QGIS-feature-tracker opened this issue Nov 7, 2016 · 0 comments
Closed

[FEATURE] add regexp_matches() function #1509

QGIS-feature-tracker opened this issue Nov 7, 2016 · 0 comments
Labels
3.0 QGIS 3.0 new features Automatic new feature
Milestone

Comments

@QGIS-feature-tracker
Copy link
Collaborator

QGIS-feature-tracker commented Nov 7, 2016

Original commit: qgis/QGIS@1d245b2 by nirvn

The new function returns an array of strings captured by capturinggroups in a supplied regular expression. For e.g., the followingexpression: regexp_matches('qgis=>rocks','(.)=>(.)')will return the following array: 'qgis', 'rocks'... :-(

@QGIS-feature-tracker QGIS-feature-tracker added this to the QGIS 3.0 milestone Nov 7, 2016
@DelazJ DelazJ changed the title [FEATURE] add regexp_matches() function The new function returns an array of strings captured by capturing groups in a supplied regular expression. For e.g., the following expression: regexp_matches('qgis=>rocks','(.*)=>(.*)') will return the following array: 'qgis', 'rocks'. [FEATURE] add regexp_matches() function Nov 7, 2016
@DelazJ DelazJ closed this as completed Apr 26, 2017
@DelazJ DelazJ added the 3.0 QGIS 3.0 new features label Sep 27, 2019
@DelazJ DelazJ modified the milestones: QGIS 3.0, QGIS 3.4 Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.0 QGIS 3.0 new features Automatic new feature
Projects
None yet
Development

No branches or pull requests

2 participants