Can we use regular expressions other than (*) with browser URLs on page's name mapping url
- 5 years ago
What I've found as best practice is to NOT wildcard the specific page. If part of the URL changes (such as .stg.xyz) you can wildcard that. However, if you want to keep "home" and "about" separate, the second wildcard is not only unnecessary, I would consider it not a best practice.
As for using RegEx... it depends upon how you are using the URL and where. If you're talking about using it within the NameMapping panel as the property value for URL... then no, I don't believe RegEx is allowed there.
Note that NameMapping ALSO has the options for "conditional"; mapping where you can, effectively, use And/Or logic in properties and property values to distinguish one from another. Try expanding upon different NameMapping techniques to give you what you want.