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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T20:49:13+00:00 2026-06-11T20:49:13+00:00

I am trying to match Begin_Page {Some Number} while trying to avoid Begin_Page_{Some Number}

  • 0

I am trying to match

Begin_Page {Some Number}

while trying to avoid

Begin_Page_{Some Number}

I tried

$line =~ m/^Begin_Page\s/

but I noticed it sometimes does not match anything file while surely had Begin_Page 8703

  • 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-11T20:49:14+00:00Added an answer on June 11, 2026 at 8:49 pm

    Your regexp is correct; the line should match:

    while (<DATA>) {
        if (/^Begin_Page\s/) { print "OK: " }
        else                 { print "KO: " }
        print;
    }
    
    __DATA__
    test
    1233
    Begin_Page 123
    Begin_Page_456
    Begin_Page 8703
    

    Output:

    KO: test
    KO: 1233
    OK: Begin_Page 123
    KO: Begin_Page_456
    OK: Begin_Page 8703
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to match a string against a pattern, but there's one thing I
I'm trying to match variables in some PHP code which are missing their leading
I am trying to use named back-references in Boost. I tried this, but it
Need some help with regex matching please. I'm trying to match a double quoted
I am trying to match on a string that begins with ./media I have
Im trying to match forum_id with several different forum_id's, something like forum_id = 5,7,12,43,63,78
I'm trying to match the '12345' from a url in this form: http://domain.com/folder/title_of_this_12345 So
I'm trying to match expressions that start with PRE and end with PRE. I'm
I am trying to match words driven from a database in a string input
I am trying to match for country or Country using lower-case function in XPath.

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.