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

  • Home
  • SEARCH
  • 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 3851554
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T17:10:51+00:00 2026-05-19T17:10:51+00:00

Here is the devilish character ‐ ; inspecting it I got 3 ASCII values:

  • 0

Here is the devilish character ‐; inspecting it I got 3 ASCII values:

ASCII code 226 128 147

Now I want to some how use this character in my regular expression.

  • 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-05-19T17:10:51+00:00Added an answer on May 19, 2026 at 5:10 pm

    None of those is an ASCII value, because the ASCII range is 0 through 127, and nothing higher. Code point U+2010 HYPHEN in UTF-8 is written with the three byte values you list there, as revealed by:

    $ perl -CS -e 'print "\x{2010}"' | perl -C0 -ne 'printf "%vd\n",$_'
    226.128.144
    

    You can get the name and character properties of that code point using the uniprops script:

    $ uniprops U+2010
    U+2010 ‹‐› \N{ HYPHEN }:
        \pP \p{Pd}
        All Any Assigned InGeneralPunctuation Common Zyyy Dash Dash_Punctuation Pd P General_Punctuation Gr_Base Grapheme_Base Graph GrBase Hyphen Punct Pat_Syn Pattern_Syntax PatSyn Print Punctuation
    

    Other common code points with the Unicode Dash property include these shown by the unichars script:

     $ unichars '\p{Dash}'
     -    45 002D HYPHEN-MINUS
     ‐  8208 2010 HYPHEN
     ‑  8209 2011 NON-BREAKING HYPHEN
     ‒  8210 2012 FIGURE DASH
     –  8211 2013 EN DASH
     —  8212 2014 EM DASH
     ―  8213 2015 HORIZONTAL BAR
     ⁓  8275 2053 SWUNG DASH
     ⁻  8315 207B SUPERSCRIPT MINUS
     ₋  8331 208B SUBSCRIPT MINUS
     −  8722 2212 MINUS SIGN
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Here is my code, which takes two version identifiers in the form 1, 5,
Here, i have coded to get data from DB. I want to store the
Here's the issue... if I use, say a directory catalog in MEF and have
here a a piece of code that is supposed to loop over and over
Here is my code: PtyView *v = [[PtyView alloc] init]; [v sendData([charlieImputText stringValue])]; in
Here is shown how to use styles in CamelCase, but how to use styles
Here is a synopsis of my code which is a moderately complex WinForms GUI.
Here's a basic regex technique that I've never managed to remember. Let's say I'm
Here's a problem I ran into recently. I have attributes strings of the form
Here is the issue I am having: I have a large query that needs

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.