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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T18:21:27+00:00 2026-06-17T18:21:27+00:00

This is from the PHP manual regarding PCRE conditional subpatterns: The two possible forms

  • 0

This is from the PHP manual regarding PCRE conditional subpatterns:

The two possible forms of conditional subpattern are:
(?(condition)yes-pattern)
(?(condition)yes-pattern|no-pattern)

That’s OK as long as the condition is a digit or an assertion. But I don’t quite understand the following

If the condition is the string (R), it is satisfied if a recursive
call to the pattern or subpattern has been made. At “top level”, the
condition is false. (…) If the condition is not a sequence of digits
or (R), it must be an assertion.

I would be grateful if someone could explain on an example what (R) is in conditional subpattern and how to use it. Thanks in advance.

  • 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-17T18:21:28+00:00Added an answer on June 17, 2026 at 6:21 pm

    As an additional and clearer answer…

    2 days ago I was writing a pattern to match an IPv4 address and I found myself using the recursion in condition so I thought I should share (because it makes more sense than imaginative examples).

    ~
    (?:(?:f|ht)tps?://)?            # possibly a protocol
    (
        (?(R)\.)                    # if it\'s a recursion, require a dot
        (?:                         # this part basically looks for 0-255
            2(?:[0-4]\d|5[0-5])
            | 1\d\d
            | \d\d?
        )
    )(?1){3}                        # go into recursion 3 times
                                    # for clarity I\'m not including the remaining part
    ~xi
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I read the manual from the php homepage It writes: // this doesn't go
This is from the php manual: http://us.php.net/manual/en/language.constants.syntax.php If you use an undefined constant, PHP
I really not getting how to do this From PHP Manual Cookies names can
I can't seem to figure this out from the php manual. The following code
Given this example taken from http://php.net/manual/en/function.crypt.php crypt('rasmuslerdorf', '$2a$07$usesomesillystringforsalt$') Firstly: What is the length that
The following example is taken from: http://php.net/manual/en/function.curl-multi-close.php#example-3540 This example will create two cURL handles,
I took these sentences from the PHP manual: 'this is a simple string', 'Arnold
It seems like the following from the PHP manual regarding for loops is incorrect.
I got this from php.net website. This is related to the problem I am
So I am doing this query from PHP, and here listerally the exact query

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.