Hey all.
I have a column of data from which I want to pull out only this pattern:
293847463_323847565_1
So 9numbers_9numbers_1number
but I'm not that fluent in regex
any help would be appreciated 🙂
Solved! Go to Solution.
Hi @soncoku
@atcodedog05Solution works great!! To further help you, look at the lesson notes section in this article - https://regexone.com/ I hope this makes RegEx easy and fun for you!
Answer should be:
Regex_Match([your data],"\d{9}_\d{9}_\d")
true or false as a Boolean variable in your formula or filter.
cheers,
mark
Wow. Thank you.
Much appreciated 🙂
User | Count |
---|---|
19 | |
15 | |
15 | |
8 | |
6 |