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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T16:05:18+00:00 2026-05-28T16:05:18+00:00

This question relates to character class subtraction in regular expression (regex). I refer to

  • 0

This question relates to character class subtraction in regular expression (regex). I refer to the regex flavour of XPATH 2.0 second edition.

When there are negative groups within a character class subtraction, does the subtract operator (-) occur before? or after the negative group operator (^)?

The text of the XPATH/ XML schema specification is below. But to my mind, it reads ambiguously.

For any ·positive character group· or ·negative character group· G,
and any ·character class expression· C, G-C is a valid ·character
class subtraction·, identifying the set of all characters in C(G) that
are not also in C(C).

To be more specific, consider the following three regexes:

  1. [^abc-[ad]]
  2. [^abc-[^ad]]
  3. [abc-[^ad]]

being matched against the haystack text of:

  • abcdef

What are the possible match texts (first and subsequent)?

  • 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-28T16:05:19+00:00Added an answer on May 28, 2026 at 4:05 pm

    I don’t think that text is ambiguous, if we are lenient enough to read G-C as [G-[C]], and a negative group, ^G, as [^G]. Now, it looks clear that the caret is part of the first group, and does not negate both groups.

    Therefore, [^abc-[ad]] would match:

    {All Characters Besides a, b and c} \ {a and d} = { All Characters Besides a, b, c and d}

    Keep in mind, you can easily test to see the behavior :).
    As a bonus, .Net regular expressions also support this feature, making it a little easier to test online.
    See also: Character Class Subtraction

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

Sidebar

Related Questions

This question relates to an ASP.NET website, originally developed in VS 2005 and now
This question relates to this question which I asked earlier this week. The answer
This question relates to those parts of the KenKen Latin Square puzzles which ask
Background: This question relates to versions of Delphi below 2009 (ie without Unicode support
This relates to my other question on accessing a REST service that uses forms
This is kind of a two part question. But it both relates to the
I know this is not a real programming question. But, it relates to programming
Related to this question: URL characters replacement in JSP with UrlRewrite I want to
This question is related to (but perhaps not quite the same as): Does Django
This question is related to another question which I asked yesterday! List all links

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.