How would the "found" C PCRE2 match object be made available to any Python replace functions? Would it be through the embedded Python interface somehow? Or Are you talking providing only pure match strings (perhaps an ordered dictionary of multiple captured strings) and a match count?
Last edited by DiapDealer; 03-24-2022 at 04:02 PM.
|