# Add functionality to extract groups from a Regex match in a single function

**URL:** https://community.tulip.co/t/add-functionality-to-extract-groups-from-a-regex-match-in-a-single-function/10587
**Category:** Product Suggestions
**Created:** [February 14, 2024, 11:45am UTC](https://community.tulip.co/t/add-functionality-to-extract-groups-from-a-regex-match-in-a-single-function/10587 "2024-02-14T11:45:30Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![sebme](https://avatars.discourse-cdn.com/v4/letter/s/439d5e/32.png) [@sebme](https://community.tulip.co/u/sebme)
#### Post date: [May 23, 2024, 1:11pm UTC](https://community.tulip.co/t/add-functionality-to-extract-groups-from-a-regex-match-in-a-single-function/10587/4 "2024-05-23T13:11:03Z")

</div>

In case someone else stumbles across this and is missing a final answer: this kind of thing is now (since when actually?) possible by adding an additional “g” modifier flag to the match function… also see this post here to figure out the correct string syntax… [Expression REGEX\_(MATCH|REPLACE) documentation](https://community.tulip.co/t/expression-regex-match-replace-documentation/11250)

---

_[View the full topic](https://community.tulip.co/t/add-functionality-to-extract-groups-from-a-regex-match-in-a-single-function/10587)._
