Re: pattern matching
- Posted by "Cuny, David at DSS" <David.Cuny at DSS.CA.GOV> Dec 29, 1999
- 484 views
Warren wrote: > Here is an example of using the carrot to > see if the comparison begins with a string: Thanks, I finally figured that one out. I've got some questions on the OR construct (|). 1. Is it always delimited with parens? For example: (foo|bar|grill) 2. Does it always contain string literals, or can it also contain patterns; i.e.: (\d+|\w+) Thanks! -- David Cuny