|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ T p ┃
Length: 930 (0x3a2) Types: TextFile Names: »pat«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/se/se_h/pat«
A PATTERN is a string of characters that specifies a set of possible strings of characters that are said to MATCH the pattern. Most characters in patterns stand for themselves, but there are metacharacters: "." that matches any character, "*" that along with the previous character, matches any number of repetitions of it (including none), "^" for beginning of line, "$" for end of line, and characters in brackets "[]" to match any of the characters. The special sense of metacharacters and of the delimiters in which the pattern is enclosed can always be turned off by preceeding them with the escape character "\". See also "hs", "hg", "hx" for uses of patterns. For the use of patterns in line numbers, type "hscan". For examples of pattern matches, type "hpatex".