Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9159559
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T13:31:21+00:00 2026-06-17T13:31:21+00:00

Does anyone know if Mysql’s regexp supports unicode? I’ve been doing some research and

  • 0

Does anyone know if Mysql’s regexp supports unicode? I’ve been doing some research and the majority of blogs etc. seem to indicate that there is a problem or its not supported. I’m wondering then is it best to use LIKE for unicode pattern matching and regexp for ASCII enhanced pattern matching?

I Like the idea of being able to search for matches at the beginning or end of a string, but if regexp doesn’t support unicode then this could be difficult if my text is unicode.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T13:31:23+00:00Added an answer on June 17, 2026 at 1:31 pm
    1. Does anyone know if Mysql’s regexp supports unicode? I’ve been doing some research and the majority of blogs etc. seem to indicate that there is a problem or its not supported.

      As documented under Regular Expressions:

      Warning

      The REGEXP and RLIKE operators work in byte-wise fashion, so they are not multi-byte safe and may produce unexpected results with multi-byte character sets. In addition, these operators compare characters by their byte values and accented characters may not compare as equal even if a given collation treats them as equal.

    2. I’m wondering then is it best to use LIKE for unicode pattern matching and regexp for ASCII enhanced pattern matching?

      Yes, that would be best.

    3. I Like the idea of being able to search for matches at the beginning or end of a string, but if regexp doesn’t support unicode then this could be difficult if my text is unicode.

      One can do that with LIKE too:

      WHERE foo LIKE 'bar%'
      

      And:

      WHERE foo LIKE '%bar'
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Does anyone know how to import a mysql sql file into microsoft visio 2007,
Does anyone know any open source project or adapter for MySQL-AdWhirl? We try to
I am trying to learn how to create tags in PHP/MySQL. Does anyone know
Does anyone know if you can use mySQL Cluster with Hibernate?
Does anyone know how I can take a MySQL datetime data type value, such
Does anyone know whether there is a java library for parsing a MySQL schema?
Does anyone know of a MySQL implementation of the Damerau–Levenshtein distance algorithm as a
Does anyone know how to bring in all of a mysql tables' results, only
Does anyone know if there's a problem with the mysql query browser using connections
Does anyone know what files are required for MySql to work with a Tcl

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.