Category:LFP template with ID not matching pattern

From WikiProjectMed
Jump to navigation Jump to search

Examples:

  • john-smith matches the pattern [a-z][a-z-]+[a-z0-9]
  • john-smith-1 matches the pattern [a-z][a-z-]+[a-z0-9]
  • /john-smith does not match the pattern [a-z][a-z-]+[a-z0-9]
  • john-smith- does not match the pattern [a-z][a-z-]+[a-z0-9]
  • -john-smith does not match the pattern [a-z][a-z-]+[a-z0-9]
  • john-1-smith does not match the pattern [a-z][a-z-]+[a-z0-9]

This category currently contains no pages or media.