Event: 
Open Source Camp & Drupal Camp Chattanooga 2024
Speaker: 
Parent Track: 
Beginner Track
Audience: 
All Attendees

You're working with some data and find yourself needing to find a specific piece of information, but your searches keep matching on things that aren't what you want. While basic searches are fine for some things, in the case above, you need something more powerful. Enter regular expressions (also referred to as "regex"). BUT WAIT non-programmers! Before you scroll to the next session description: did you know that this powerful searching capability is available in things like Word and Excel, as well as Google Search Console and Google Analytics? And not only can you use it to search for information, you can also use it to transform information!

In this session, we'll jump into a brief history of regex, discuss pattern matching, and dive into the fundamentals of how we can use regex to surface the data we've been searching for in powerful ways. We'll play some regex-based games to help hone our skills, all while demystifying the idea that regular expressions are black magic, beyond the capabilities of mere mortals.