Hello to everyone, and thank you for your help!

Sorry for the delay in response, as I was busy with family matters. However, upon returning today, and with everyone's help, I have successfully gotten it to work. The code below worked out swimmingly:


auto reg = regex(`[ 0-9a-zA-Z.*=+-;()"'\[\]<>,{}^#/\\]`);
auto m = match(contents, reg);
auto token = m.captures;

Once again, thank you all for your help! :)

Reply via email to