Search and replace regular expression bug
Posted: Thu Aug 15, 2013 11:31 pm
When I use the pattern
as a regular expression in a Find/Replace, It will not find the code below
unless I define it as
then it will find it and any other lines that match the pattern that have less than 4 new lines in the pattern matched
I hope i've made this clear, and reproducible
Zeus 3.97q beta4
win7 pro 64-bit
Grant
Code: Select all
(CALL errorlog\()([A-Za-z0-9_.,' "\|\)\(\n]+)(\)$)
Code: Select all
CALL errorlog("FUNCTION v1716_txfer_post_stock(",
l_tferqty, ",",
l_smavgcst, ",",
i, ",",
l_dockno CLIPPED, ")")
Code: Select all
(CALL errorlog\()([A-Za-z0-9_.,' "\|\)\(\n\n\n\n]+)(\)$)
I hope i've made this clear, and reproducible

Zeus 3.97q beta4
win7 pro 64-bit
Grant