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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T21:54:50+00:00 2026-06-04T21:54:50+00:00

In python 3.2.2 I confronted with strange errors when I try to use *

  • 0

In python 3.2.2 I confronted with strange errors when I try to use * in regex patterns. When * stads after / all is ok. But when I try to remove / from patter, this code falls down with error: sre_constants.error: bad character range

import re
foo = re.search("[^123+-/*]", "123+-/*w")
if foo:
    print("foo")
else:
    print("doo")

In the python docs I found that using * is acceptable without any backslashes or other stuff. However problem with code like this remains.

  • 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-04T21:54:51+00:00Added an answer on June 4, 2026 at 9:54 pm

    Your problem isn’t *, it’s the hyphen-minus which represents a range in a character class, in this case all characters between + and / (+,-./). The invalid range occurs because * comes before /.

    If you want to include a literal hyphen in a character class you have to either escape it or put it at the very end or start:

    [^123+/*-]
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Python, Perl and PHP, all support TCP stream sockets . But exactly how do
Python decorators are fun to use, but I appear to have hit a wall
Python 2.5 won't let me use this syntax: try: code_that_raises_exception() except Exception as e:
Python is installed in a directory all users have full access to, but when
Python has a lot of GUI libraries: tkinter, wxWidgets, pyGTK etc. But all these
Python does not print traceback messages from exceptions raised in daemon threads. For example,
python decimal comparison >>> from decimal import Decimal >>> Decimal('1.0') > 2.0 True I
Python sorts by byte value by default, which means é comes after z and
Python loves raising exceptions, which is usually great. But I'm facing some strings I
Python regular expression I have a string that contains keywords but sometimes the keywords

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.