Notifications
Clear all

What is RegExp?

1 Posts
2 Users
0 Likes
278 Views
0
Topic starter

What is RegExp?

1 Answer
0

Short for regular expression, a regex is a string of text that lets you create patterns that help match, locate, and manage text. Perl is a great example of a programming language that utilizes regular expressions. However, its only one of the many places you can find regular expressions. Regular expressions can also be used from the command line and in text editors to find text within a file.

Share: