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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T12:28:11+00:00 2026-06-02T12:28:11+00:00

Reading an online resource on PHP about Regexp(TuxRadar). According to the author the following

  • 0

Reading an online resource on PHP about Regexp(TuxRadar).
According to the author the following should not match “aaa1” to the pattern and therefore return false(0), but I get true(1).

<?php

$str = "aaa1";
print preg_match("/[a-z]+[0-9]?[a-z]{1}/", $str);

?>

Why?

Regular Expressions

  • 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-02T12:28:14+00:00Added an answer on June 2, 2026 at 12:28 pm

    Are you sure there isn’t supposed to be a trailing $ there? Without it, returning true makes a lot of sense – the first [a-z] block matches the first 2 a characters, the [0-9] matches nothing, and the last [a-z] matches the 3rd a. The trailing 1 is ignored.

    Looking at the link to the book, it does seem there’s an error there:

    Must end with a lower case letter

    This is only true if the regular expression is anchored to the end of the string with a $.

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

Sidebar

Related Questions

I'm looking for some advice on how to go about reading the online documentation
Reading about the Dispose pattern , I see the documentation repeatedly refer to cleaning
Reading online about this topic is confusing. Is there a way to cut around
After reading online about hash-bangs. Ive decided to stick with our current url structure.
I've done a bit of reading online as to how to go about this
I've been reading online about the pros and cons of using static methods for
Reading the Online Developer Guide page on XML layouts , I've found the following
I'm learning Java by reading the online Java book, but im finding it hard
After searching online and reading the Oracle documentation for this, I need some help
Reading manual about Sling http://sling.apache.org/site/46-line-blog.html added folder blog and blog.html to destination: \launchpad\content\src\main\resources\content\ but

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.