Community Patterns

Community Library Entry

-2

Regular Expression
Created·2022-01-27 13:30
Flavor·PCRE (Legacy)

~
^/(?<page>quizzes)(?:/(?<subpage>[\w-]+)?)?(?:\.xml)$
~
gm
Open regex in editor

Description

Matches the XML pages of the /quizzes routes for feedpager

Submitted by anonymous