# Introduction In this challenge, we will be using regular expressions to correctly split two given strings. The first string contains a mathematical expression, while the second string contains a series of numbers separated by spaces. Our goal is to use the appropriate methods and regular expressions to split the strings and print the separated data.
Click the virtual machine below to start practicing