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 8821005
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T05:44:53+00:00 2026-06-14T05:44:53+00:00

Following code: $string =’۱۲۳۴۵۶۷۸۹۰’; $regex =’@۱@’; preg_match_all($regex,$string,$match); var_dump($match); will output: array(1) { [0] =>

  • 0

Following code:

    $string ='۱۲۳۴۵۶۷۸۹۰';
    $regex ='@۱@';
    preg_match_all($regex,$string,$match);
    var_dump($match);

will output:

    array(1) {
      [0] =>
      array(1) {
        [0] =>
        string(2) "۱"
      }
    }

but

    $regex2 ='@[۱]@';
    preg_match_all($regex2,$string,$match);
    var_dump($match);

will output

  array (size=1)
  0 => 
    array (size=11)
      0 => string '�' (length=1)
      1 => string '�' (length=1)
      2 => string '�' (length=1)
      3 => string '�' (length=1)
      4 => string '�' (length=1)
      5 => string '�' (length=1)
      6 => string '�' (length=1)
      7 => string '�' (length=1)
      8 => string '�' (length=1)
      9 => string '�' (length=1)
     10 => string '�' (length=1)

Indeed I want use RegEx like [۱۲۳۴۵۶۷۸۹۰]‍‍‍‍‍‍, but the function output strange result with such RegEx’s. I am using PHP 5.4

  • 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-14T05:44:54+00:00Added an answer on June 14, 2026 at 5:44 am

    Try adding the Unicode flag:

    $regex = '@[۱]@u';
    

    The reason for this is because ۱ is actually several bytes long. On it’s own, it’s harmless because those exact bytes are either the symbol, or the individual bytes being there coincidentally. However, in a character class any of the individual bytes may match any of the individual bytes in the other characters, which is does because they are close together in the map.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following code: string filterTerm = txtDocFilterTerm.Text.ToLower(); var regEx = new Regex(filterTerm);
I am trying following code String s1 = ß.cfg; System.out.println (s.toUpperCase()); output I am
currently I have the following code: String select = qry.substring(select .length(),qry2.indexOf( from )); String[]
I have the following code: string foo = blah.PadLeft(4, ' '); But when I
Using the following code: string pat = @ENGL101_.*_(.*); Regex r = new Regex(pat, RegexOptions.IgnoreCase);
I ran the following code String str = null; System.out.println(str); Output was null .
I am trying the following code:- String x = asdfg/dgws; x.replaceAll(/, \\); But this
See the following code: string test = ; int output = -1; if (int.TryParse(test,
I have the following code: String website = http://www.somewebsite.com/; Document doc = Jsoup.connect(website).get(); Elements
Given the following code: string source = Some Unicode String; foreach( char value in

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.