Regular Expressions
Regular expressions, also called regex or regexp, are patterns used to match text. They allow complex pattern matching using special characters.
Regular expressions are used in:
Search and replace tools like grep, sed and awk.
Programming languages...
sagecode.hashnode.dev5 min read