[pcre-dev] [Bug 1679] Ability to explicitly specify what to …

Αρχική Σελίδα
Delete this message
Συντάκτης: admin
Ημερομηνία:  
Προς: pcre-dev
Αντικείμενο: [pcre-dev] [Bug 1679] Ability to explicitly specify what to capture (feature request)
https://bugs.exim.org/show_bug.cgi?id=1679

--- Comment #13 from henrik.hank@??? ---
I mean something like that:
> (?x)
> (?:
>     # Find:
>     a\ 1
>     \s+
>     \Qb 2\E
> )
> (*MARK:
>     # Replace with:
>     c\ 3
>     \t
>     \Qd 4\E
> )


To my understanding you cannot space out the replacement string, right? Anyway,
this would make sense, at least for just the comment and the indenting:
> (*MARK:
>     # Replace with:
>     c\ 3\t\Qd 4\E
> )


--
You are receiving this mail because:
You are on the CC list for the bug.