Details
-
Improvement
-
Resolution: Duplicate
-
Major - P3
-
None
-
None
-
Query
Description
Allow using regex (named) captures with projections for string selection.
> "test:foo".match(/(.*):(.*)/)
|
["test:foo", "test", "foo"]
|
Attachments
Issue Links
- duplicates
-
SERVER-11947 Add a regex expression to the aggregation language
-
- Closed
-