About the Regular Expressions (Regex) category

Join our workout exercises to enhance your pattern matching capabilities and command of Regex.

WHY PARTICIPATE?
Regular Expressions, also known as “Regex” (pronounced REJ-ex) are an incredibly powerful way of representing or specifying specific patterns found in text. They are extremely useful for data cleaning and validation - allowing you to do highly sophisticated pattern matching that can be used to extract, modify, replace, select, and/or split on strings that do or don’t match the specified regex. Most common code editors, such as VSCode and Notepad++ have built-in regex capabilities.

Via participation in this workout, you will learn how to build and apply regex expressions, as well as learn how to use the best modern online tools for creating, testing and managing your regex code.

HOW TO SUBMIT YOUR SOLUTION?
When you have completed the workout, simply post your code and a screenshot of your results. Please blur or hide the details of your code using the forum features to maintain the integrity of the learning process.