in reply to pattern matching help
Do literate Programming: the solution is a function of the problem. Know the problem, know the solution.
--m{(?x) # i want to match [A-Z] # windos drive letter : #colon (?: #cluster \\ # backslash [^\\]+ # directory- or filename )+ #one or more }#end of pattern
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: pattern matching help
by Anonymous Monk on Dec 16, 2002 at 14:23 UTC | |
by dingus (Friar) on Dec 16, 2002 at 14:27 UTC |