j
k
j a
j l
On 5 May 2010 16:10, Nat Goodspeed <nat@lindenlab.com> wrote:
This might (or might not) work better: "\\.\\/\\w+(\\.txt)"
Indeed I was missing a backslash. The following worked as I expected. std::string expression("\.\/\\w+(\.txt)"); Thanks, S.
Back to the thread
Back to the list