🟣 Make Academy News: Working with Regular Expressions for text processing

Hey Makers :wave:

We’re here with fresh updates from the Academy team! :mortar_board:


We’ve recently released more content in our Make Advanced learning path - this time about regular expression (Regex).

:make: What will you learn in this course?

  • Understand text parsing: why is it useful and how to use it in the context of Make
  • Understand Regular Expressions: what they are, how they work, and what’s their importance in your scenarios. Identify when and how to apply Regex to solve real-world problems
  • Write and apply Regex patterns: learn to extract and validate text

There are a few different use cases you will build within these units to practice your Regex skills:

  • Search for specific patterns within a string
  • Extract specific data from unstructured text
  • Combine Regex with functions and other modules
  • Validate postal codes and car registration plates from different countries using Regex

Also, if you ever wondered how the Switch module works, now is the time to find out.

:medal_sports: Start learning now - take the next step to completing Make Advanced.

8 Likes

#RegExpressYourself :stuck_out_tongue_winking_eye:

2 Likes