If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Do standard find/replace, replacing "22" with "3". Choose "Replace All."
If "Wrap Search" is off, it functions as expected, returning:
23
32
If "Wrap Search" is on, it instead returns:
32
32
A similar bug occurs when searching with "Search up" (regardless of whether "Wrap Search" is checked. Using the search below:
Code:
222
222|
It should return:
23
23
but instead returns
32
32
Note that this issue also occurs when using "Replace." I find it interesting that replace with "Search up" correctly reads from right to left when searching 2222 but not when searching 222.
Unlike the original issue, this issue is rather minor. Overlapping searches of this type are probably not overly common and it is not leaving extraneous characters in place, just picking the wrong replacement order.
Leave a comment: