Quote:
Originally Posted by ILB
Does that mean I should have gotten an error message if I try to save personal.ini with that backslash ?
Because there was none.
|
No. The form is:
Code:
replace_metadata:
metdata keyword(s)=>regexp=>replacement pattern
FFF checks the regexp part (you'll get that error as a warning if you put a trailing / in the regexp), but doesn't check anything with the replacement pattern.
I was surprised Python's regexp engine made that complaint about the replacement pattern.