Open sjinks opened 1 year ago
I see the problem. It is because the regex that is used s:\d+:\\\".*?\\\";
expects a \
before the quotation marks, such as s:15:\"aaaaacccccaaaaa\";
Browsing a sample WP database, \"
seems to be the standard delimiter - I cant find a single instance of s:##:"
. They all have s:##:\"
I suggest closing this issue (though there are other valid open issues and efforts related to serialize length.
To reproduce:
Expected result:
Actual result: empty output