DEV Community

Ssali Jonathan
Ssali Jonathan

Posted on

Matching literal Strings | Regular expressions for The Absolute Beginner

In this in this video will look at how to construct the same place regular expressions, using regular text. We also look at how we can set up our VS code text editor to use regular expressions to match text. In regex, matching literal characters means finding exact words or letters in a piece of text. For example, if you're looking for "apple," the regex will find that exact word. Matching literal characters helps you find specific words or letters in a text exactly as they are.

Top comments (0)