/apps/* =>
positive: /apps/foo, /apps/bar
negative: /apps/foo/, /apps/, /apps/foo/bar
/apps/*/qux =>
positive: /apps/foo/qux, /apps/bar/qux
negative: /apps/foo/qux/, /apps/foo/bar/qux
/apps* =>
positive: /appsmith
negative: /apps/
/apps*th =>
positive: /appsmith, /appsmithsmith
negative: /apps/, /appsth, /apps/th
/apps/** =>
positive: /apps/foo, /apps/foo/bar, /apps/bar/
negative: /apps/
/apps/**/qux =>
positive: /apps/foo/qux, /apps/foo/bar/qux, /apps/bar/qux
negative: /apps/, /apps/bar/qux/, /appsmithqux
/apps** =>
positive: /appsmith, /appsmith/ereens, /apps/
negative: /apps
/apps**th =>
positive: /appsmith, /apps/foo/th, /apps/foo/qux/th, /app/th/th
negative: /appsth, /apps/foo/th/