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
In reply to Re: pattern matching help
by fruiture
in thread pattern matching help
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |