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
Your java lib is really nice ! But you use "contains()" so to can't make difference between $rabbit and $rabbitYellow during replacement. @seestackoverflow.com/questions/42904361/… So you can update source with : Pattern.compile("(?<!\S)" + Pattern.quote(bookmark) + "(?!\S)");
best !
David
The text was updated successfully, but these errors were encountered:
Your java lib is really nice ! But you use "contains()" so to can't make difference between $rabbit and $rabbitYellow during replacement. @see stackoverflow.com/questions/42904361/… So you can update source with : Pattern.compile("(?<!\S)" + Pattern.quote(bookmark) + "(?!\S)");
best !
David
The text was updated successfully, but these errors were encountered: