PCRE multi line matche problem
- by Simone Margaritelli
Hi guys, i have this C++ program (actually it's just a snippet) :
#include <iostream>
#include <pcre.h>
#include <string>
using namespace std;
int main(){
string pattern = "<a\\s+href\\s*=\\s*\"([^\"]+)\"",
html = "<html>\n"
"<body>\n"
"<a…