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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T12:29:46+00:00 2026-06-17T12:29:46+00:00

In one tutorial, there is text like this: Windows 1.03 and Windows 2.0 fisrt

  • 0

In one tutorial, there is text like this:

Windows 1.03 and Windows 2.0 fisrt Released in 1985 and 1987 respectively.
Windows 95 and Windows 98 are the successor.
Then Windows 2000 and Windows Xp appeared.
Windows Vista is the Latest version of the family.

It uses Windows [\d.]+\b to match, but why the result is only

Windows 1.03  
Windows 2.0   
Windows 95   
Windows 98   
Windows 2000

I wonder what [\d.] means?

  • 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-17T12:29:47+00:00Added an answer on June 17, 2026 at 12:29 pm

    \d means any digit. So [\d.] is the same as [0-9.] and will match any digit, or a period.

    Note that . usually means “anything except \n“, but inside a character class ([]), it just means the actual period character.

    The only special characters inside a character class are:

    • ^ at the beginning, to mean “not these characters”
    • ] to mark the end (unless it comes first)
    • - to mark a range (unless it comes first or last)
    • \x for an escape sequence (though this depends on the particular engine)
    • [:foo:] for POSIX character classes (which again depends on the engine)

    Anything else is just a regular character.

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

Sidebar

Related Questions

Linux Assembly Tutorial states: there is one very important thing to remember: If you
Is there any tutorials how to make responsive layout similar to this one ?
I am working on simple form to validate fields like this one. public class
Is it even possible to do something like this with just text, HTML and
I am going through this tutorial http://www.9lessons.info/2009/04/exactly-twitter-like-follow-and-remove.html on how to implement a twitter-like follow/unfollow
I've noticed in more than one SQLite tutorial that the table is recreated in
How do you do it? I saw one video tutorial on it, but the
As total clojure noob, I am trying to start one small tutorial app, in
I've come across a tutorial (reputable one if I may add) where the closing
Can any one suggest a good tutorial for Mozilla rhino. What i want to

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.