Dear all,
I've found a bug in this add-on which allows to introduce working Perl code into abbreviations.
For example, the abbreviation "P.S." (with two dots, where a dot means "any character" in Perl Regular Expressions, unless escaped with a backslash: "\.") does not only match the intended text "P.S.", but also "Post", or "PxSx" in general.
In order to fix this, one needs to insert a call to the PHP function "
preg_quote()".
This has been done in the attached distribution file ("Acronym_Mod_fixed_2.zip").
The difference ("Acronym_Mod_patch_2.txt") between this modified distribution and the original one ("Acronym_Mod_new.zip") is attached here for the convenience of interested people only.
I hope this helps!
Best regards,
ibeji
in the name of Feechen