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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T11:52:04+00:00 2026-05-27T11:52:04+00:00

I have $String1 which I know has the value 999 and is 3 digits

  • 0

I have $String1 which I know has the value 999 and is 3 digits and starts at pos 7 in $String2.

$String1 = 999;  
$String2 = 789992399987;  

I would like to eliminate $String1 from $String2, to create $String3

$String3 = 789992387;

I don’t think I can use strstr, because as in this case 999 appears 0,1 or more times before the string I want to eliminate

My current work around is the unelegant way of making $String2 an array and because I know the position and length of $String1 unset those keys.

  • 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-27T11:52:05+00:00Added an answer on May 27, 2026 at 11:52 am

    If you want to remove a substring from a string by position and length, you can use substr_replace.

    $String3 = substr_replace($String2, '', 7, 3);
    

    http://codepad.viper-7.com/ttQhvA

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

Sidebar

Related Questions

I have a String which I would like to modify in some way. For
I have a function which must return one dimensional associate array, like $user_info[$index]=value where
I have a Model called statistics which has a value field that contains Goals
I have a string which is like this: this is "a test" I'm trying
I have a string which starts with //#... goes upto the newline characater. I
I have a string which holds a decimal value in it and I need
I Have a page which has comments left by users, each post has has
I have a database that has four columns like this level_1, level_2, level_3, level_4
I have a JTable which has certain cells editable. If the user enters in
I have a user control which implements INotifyPropertyChanged and has a property SelectedTopicDescription and

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.