$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Martin Wille (mw8329_at_[hidden])
Date: 2003-11-18 04:09:57
Thorsten Ottosen wrote:
> escaped( "\A(\d{3,4})[- ]?(\d{4})[- ]?(\d{4})[- ]?(\d{4})\z" )
or escape('/')["/A(/d{3,4]})[- ]?..."]
But the escape character is not the only problem wrt to readabilty.
Even with the escape characters replaced, the RE Joel cited hurts
the untrained eye.
Regards,
m