chore(curriculum): remove blank line in regex lecture (#61559)

This commit is contained in:
Anna
2025-07-29 02:41:16 -04:00
committed by GitHub
parent f2d5aad54e
commit 8da2da879c

View File

@@ -7,7 +7,6 @@ dashedName: what-are-regular-expressions-and-what-are-some-common-methods
# --description--
Regular expressions, or regex, are a feature supported by many different programming languages.
A regular expression is a special syntax to create a "pattern", which you can then use to check against a string, extract text, and more.