Are you ready to take your regular expression game to the next level? In this section, you'll learn how to craft complex patterns that will make your code sing.
Given a string containing a list of pizza toppings, extract only the ones that are pepperoni or sausage.
^(pepperoni|sausage)(.*)