# 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.
Click the virtual machine below to start practicing