Library PHP Tek 2023 Regular Expressions Made Eas(y|ier)
Regular Expressions Made Eas(y|ier)

Log in to watch this talk

You need to be logged in to access this video. If you don't have an account, purchase a virtual pass for the latest php[tek] conference to get access to the full video library.

Regular Expressions Made Eas(y|ier)

Matthew Turland Matthew Turland PHP Tek 2023 Beginner Standard (50 minutes)

Distilled to its simplest form, engineers solve problems largely by manipulating text: writing code (that often writes other code), querying or transforming data, validating input, filtering output, and so forth. As such, text manipulation is a critical skill that demands our proficiency. You may have heard that regular expressions can be used to do this, but know little else about them besides their resemblance to what happens when a cat finds your keyboard, or you may be completely unfamiliar with them. Regardless of your current knowledge level, come see them be demystified and take the next step on your journey to becoming a master text manipulator.