Extract Usernames from Text with Python (Challenge)

# Introduction In this challenge, we will implement a function that can extract usernames from a given text. The function should identify usernames that follow the `@` character and meet specific criteria, such as consisting of Chinese characters, numbers, letters, and underscores. The extracted usernames should be returned as a list, sorted based on their occurrence in the text.

|60 : 00

Click the virtual machine below to start practicing