Hi there, I recognize the power of regex expressions, but I’m just pathetic at composing them, so I’m reaching out for help from someone who actually understands the syntax.
I have a table in which all entries contain a URL with this structure:
From record to record, only two components of the URL change:
The number immediately following Details/ (i.e. 555555)
The number immediately following stdntID= (i.e. 444444)
I need to write two formulas, one for each of the components named above, to extract these unique numbers. If anyone could help in this regard, goodness what a kindness it would be.
Thank you for taking the time to read and consider.
Best answer by kuovonne
Try these formulas. They might be a bit more than you need, but they should work.
Interesting. I’ve never used REGEX in Airtable, but outside it many times. The extra backslashes are definitely not wanted.
I just tried to replicate your example in Airtable and I couldn’t avoid the extra backslashes. I’m not even sure that REGEX is fully implemented in Airtable. No way to know without getting rid of the auto backslashes.
Interesting. I’ve never used REGEX in Airtable, but outside it many times. The extra backslashes are definitely not wanted.
I just tried to replicate your example in Airtable and I couldn’t avoid the extra backslashes. I’m not even sure that REGEX is fully implemented in Airtable. No way to know without getting rid of the auto backslashes.
Really sorry that I can’t help.
Really appreciate your kind efforts nevertheless, @augmented! I may attempt to mark this as a bug, if I can.