What is simply meaning of regular expressions? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is simply meaning of regular expressions?

6th Jun 2020, 7:07 AM
Dheeraj C. Patil
Dheeraj C. Patil - avatar
2 Answers
+ 3
It's a sequence of characters that define a search pattern,so for example if you have a text 'pam pat par pum pim' and you would like to find only words beginning with 'pa' you could use a regular expression and it would find you only these 3 words: pam, pat, par
6th Jun 2020, 7:37 AM
Piotr Kraj
Piotr Kraj - avatar
+ 1
Thanks 👍
6th Jun 2020, 7:38 AM
Dheeraj C. Patil
Dheeraj C. Patil - avatar