Regular expression or in short Regex is a string of text that lets you create patterns that help match, locate, and manage text. It's an important tool in a wide variety of computing applications, from programming languages like JS, Java and Perl, to text processing tools like grep, sed, and vim.
Share this post
RegEx 101
Share this post
Regular expression or in short Regex is a string of text that lets you create patterns that help match, locate, and manage text. It's an important tool in a wide variety of computing applications, from programming languages like JS, Java and Perl, to text processing tools like grep, sed, and vim.