[fpc-pascal] Last fix for RegExpr (error on empty input)

AlexeyT aaa5500 at ya.ru
Sat Feb 15 14:41:53 CET 2020


1) typo in new Id: iMput.

2) wrong fix for 2nd "Error" call in Substitute(): you disabled Error 
call but didn't disable Exit, you need to skip Exit there too, so 
Substitute will return non empty result when user replaces regex "\b" to 
e.g. "__".

-- 
Regards,
Alexey



More information about the fpc-pascal mailing list