Questions tagged [re2-syntax]

Regular expressions are a notation for describing sets of character strings. When a particular string is in the set described by a regular expression, we often say that the regular expression matches the string.

1 questions
1
vote
1 answer

Firebase Dynamic Link Url patterns

I need to add url patterns for a domain that has multiple subdomains in the Url. For example: https://demo.site1.mybrand.company/ Where .company is the top-level domain and mybrand is the domain. The problem is that the demo subdomain can change…
WrightsCS
  • 50,551
  • 22
  • 134
  • 186