$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] Getting Original Regular Expression Out From sregex (Boost Xpressive)
From: Yan Cheng Cheok (yccheok_at_[hidden])
Date: 2010-01-20 22:15:58
I have the following code.
sregex rex = sregex::compile( "(\\w+) (\\w+)!" );
How I can get "(\w+) (\w+)!" out from rex?
Thanks and Regards
Yan Cheng CHEOK