This document provides examples and explanations of regular expressions. It covers basic regex syntax like | (or), [] (character sets), . (wildcards), ^/$ (start/end anchors), and *+? (quantifiers). Simple examples demonstrate matching numbers, ranges, and strings. More complex examples show grouping, repetition, and matching BGP autonomous system paths. The document concludes with examples of using regex to filter Cisco IOS show command output.