13,420
edits
Changes
→KEY CONCEPTS
= KEY CONCEPTS =
A regular expression … is a sequence of characters that define a search pattern. Usually such patterns are used by string searching algorithms for "find" or "find and replace" operations on strings, or for input validation.Reference: https://en.wikipedia.org/wiki/Regular_expression
===Regular Expressions vs. Filename Expansion===