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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T15:14:01+00:00 2026-06-09T15:14:01+00:00

I have the variables $pos , $toRemove and $line . I would like to

  • 0

I have the variables $pos, $toRemove and $line. I would like to remove from this string $toRemove from position $pos.

$line = "Hello kitty how are you kitty kitty nice kitty";
$toRemove = "kitty";
$pos = 30; # the 3rd 'kitty'

I want to check if from position 30 there is string kitty and I want to remove exactly this one.

Could you give me a solution of that? I can do it using a lot of loops and variables but it looks strange and works really slow.

  • 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-09T15:14:02+00:00Added an answer on June 9, 2026 at 3:14 pm
    if (substr($line, $pos, length($toRemove)) eq $toRemove) {
        substr($line, $pos, length($toRemove)) = "";
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have these variables: boost::regex re //regular expression to use std::string stringToChange //replace this
I have a url that is constructed using get variables like location.href = this.href
I have variables with values like 1.7m 1.8k and 1.2b how can I convert
I have an xsl page which uses <xsl:variable name=pos select=Position()/> in the onchange events
The following is in C++. I have a string that contains the environment variables
In Ruby, I have this class: class Position attr_reader :x, :y def initialize(x, y)
I have two variables in a jquery code and if item.a not exist, it
I have three variables ($var, $var2 & $var3) and I want it to output
I have 10 variables. q1 through q10 my script is as follows: if (q1
I have two variables, key and value , and I want to add them

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.