*) If there is more than one pair of patterns in a line, all of them (and not only one pair) will be replaced.

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3333 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
low012 18 years ago
parent ea7a8cf7aa
commit 1bc4d8d470

@ -1061,6 +1061,8 @@ public class wikiCode {
}
}
}
//recursion if the pattern can still be found in the line
if(input.indexOf(pat) >= 0) {input = pairReplace(input, pat, repl1, repl2);}
return input;
}

Loading…
Cancel
Save