======Regular Expressions====== [[https://www.cheatography.com/davechild/cheat-sheets/regular-expressions/|Cheatography - Regular Expressions Cheat Sheet by DaveChild]] \\ [[https://regex101.com/|regular expressions 101]] for regular expression testing/dissection and explanation. =====Notes===== ====Match a GUID==== [[wp>Universally_unique_identifier|GUID]] {[a-z0-9]{8}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{4}-[a-z0-9]{12}}