Description
Tests regular expressions from the terminal so developers can check whether a pattern matches the text they expect. It is useful while writing scripts, data filters, validation rules, or search patterns.
Regular expressions can become hard to read and may match more text than intended. Use representative examples before putting a pattern into automation that renames, deletes, extracts, or publishes data.