Home > Software design >  How effectively detect surrogate pair in a string?
How effectively detect surrogate pair in a string?

Time:08-31

I need to detect surrogate pairs in hundreds of thousands of strings of various lengths.

I wonder what might be the fastest and most efficient way to do this.

    string srcString = "           
  • Related