开始使用免费开始使用

Find the correct pattern

You visit a website and it asks you to fill in a registration form. The username section requires you to choose a name between 3 and 16 characters long. It can only include alphanumeric characters (no capital letters), hyphens, and underscores. Which of the following patterns will your input be matched against?

The symbols ^ and $ were not discussed in the video lecture: they simply indicate the beginning and end of a line (in this case, the beginning and end of the chosen username).

The module re is already imported for you.

本练习是课程的一部分

Practicing Coding Interview Questions in Python

查看课程

动手互动练习

通过我们的互动练习之一,将理论转化为实践

开始练习