Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 381 Bytes

pattern-matching.md

File metadata and controls

12 lines (10 loc) · 381 Bytes
description
Can be used for some treatments and sources.

Pattern Matching

Pattern Matching
* matches everything
? matches any single character
[seq] matches any character in seq
[!seq] matches any character not in seq