spenczar commented on issue #38150:
URL: https://github.com/apache/arrow/issues/38150#issuecomment-1753296865

   `\b` is the "ASCII word boundary" expression in RE2. `méxico` is not an 
ASCII string, it's Unicode, and `m` is indeed a complete ASCII subsequence in 
there.
   
   https://github.com/google/re2/issues/433 suggests a workaround.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to