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

  • Home
  • SEARCH
  • 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 9237189
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T07:28:46+00:00 2026-06-18T07:28:46+00:00

I want to edit string like below example : $str = ‘$variable$123’ Convert to

  • 0

I want to edit string like below example :

$str = '$variable$123'

Convert to

$str = '$variable$*123'

I tried below code :

<?php

$str = '$variable$123';
$str= preg_replace('/(\$\w*\$.[0-9]*)+/i', '$1*$2', $str);
echo $str;

?>

But didn’t get as i want…

Please help…..

  • 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-18T07:28:47+00:00Added an answer on June 18, 2026 at 7:28 am

    I got the answer.

    <?
    
    $str1 = '$variable$123$variable2$';    
    echo replace($str1);
    
    $str2 = '$variable$123';
    echo replace($str2);
    
    function replace($str)
    {
        $str = preg_replace('/(\$\w*\$)(\d+)/i', '$1*$2', $str);
        $str = preg_replace('/(\d+)(\$\w*\$)/i', '$1*$2', $str);        
        return $str
    }
    
    ?>
    

    output :

    $variable$*123*$variable2$

    $variable$*123

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

Sidebar

Related Questions

I want to create a class like below class enumClass { int msdnEnum; std::string
In my view the call below generates url ending with Tasks/Edit but I want
Original I want to parse a string of html code and add newlines after
I have got below string values in a variable. var mystring = '{img_src:/english/images/spa.jpg, img_title:Enjoy
I have set up the SharedPreferences like below: Editor editor = getSharedPreferences(FileName, MODE_PRIVATE).edit(); editor.clear();
I am trying to create an html parser like BBCode. For example I want
i have a text file like below : string string string string string string
i want to use string inside Union. if i write as below union U
Ok so I have a string of text, encoded in Base 64 like below:
I want edit multiple strings at once by selection the list of strings needs

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.