Android Pathpattern -

Unlike regex .* , pathPattern ’s * requires at least one character. For example:

This is where it gets weird. In Regex, * is a quantifier (meaning "zero or more of the preceding element"). android pathpattern

#AndroidDev #MobileDevelopment #DeepLinks #AndroidManifest #TechTips Unlike regex

Matches:

<data android:pathPattern="/product/*" /> Unlike regex .*