I have different URLs in A and B. URLs have different length and nested structure, but all of them have a part /id/any-number/
.
I want to compare their IDs (their numeric values) in any way like this:
IF((A2{\d}=B2{\d}),true,false)
Is this anyhow possible with RegexMatch?