You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If one text marker replaces "abc" with "Sheep" and another replaces "b" with "Horse", the result for "JJJabcKKK" will be "JJJSheepHorseKKK". Ideally, we want "JJJSheepKKK".
Thus, we need to define rules for overlapping matches. Some are permissible, others need to be ignored.
The text was updated successfully, but these errors were encountered:
If one text marker replaces "abc" with "Sheep" and another replaces "b" with "Horse", the result for "JJJabcKKK" will be "JJJSheepHorseKKK". Ideally, we want "JJJSheepKKK".
Thus, we need to define rules for overlapping matches. Some are permissible, others need to be ignored.
The text was updated successfully, but these errors were encountered: