1 # pat1 ~ pat2 matches if pat2 can be found within pat1, like words containing "e" 2 # Example: bp '{+`0-9 ~ `5}' matches "12345" and "72581", but not "789" 3 bp '{word ~ `e}'