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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T09:57:53+00:00 2026-05-25T09:57:53+00:00

I am having some problem with my regular expression in preg_replace function. My code

  • 0

I am having some problem with my regular expression in preg_replace function. My code is as below.

$html = preg_replace("/{.*:C/", "func_call(", 'Hi Kevin. Your address is {Address:S111}. Your customer name is {Customer:C111}. Your customer id is {CustomerId:C1112}. You use laptop brand {Laptops:I4}. Thanks.');

print_r($html);

I am trying to replace {Customer:C111} by func_call(1111} and {CustomerId:C1112} by func_call(1112}. So I am expecting to get

Hi Kevin. Your address is {Address:S111}. Your customer name is
func_call(1111}. Your customer id is func_call(1112}. You use laptop
brand {Laptops:I4}. Thanks.

As you can see everything in the format {anything:Cnumber} will need to be replaced by func_call(number}

Currently am getting

Hi Kevin. Your address is func_call(1112}. You use laptop brand
{Laptops:I4}. Thanks.

  • 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-25T09:57:54+00:00Added an answer on May 25, 2026 at 9:57 am
    php > $str = 'Hi Kevin. Your address is {Address:S111}. Your customer name is {Customer:C111}. Your customer id is {CustomerId:C1112}. You use laptop brand {Laptops:I4}. Thanks.';
    php > echo preg_replace('#\{\w+:C(\d+)\}#', 'func_call(\\1)', $str);
    Hi Kevin. Your address is {Address:S111}. Your customer name is func_call(111). Your customer id is func_call(1112). You use laptop brand {Laptops:I4}. Thanks.
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm having a problem writing a regular expression for matching HTML tags. I found
I'm having a problem when trying to apply a regular expression to some strings
I am having some trouble with this code . The problem is when i
I am having some trouble with this regular expression, Can somebody maybe assist me
I'm having some issues with a regular expression I'm creating. I need a regex
I need some help with some regular expression problems I am having. First off,
I'm new to Ruby, so I'm having some trouble understanding this weird exception problem
I'm having a problem running a VS 2005 app on some machines and not
I've some pocket pc app and i'm having a serious problem with it described
I'm trying to do some basic paging in MSSQL. The problem I'm having is

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.