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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T22:21:07+00:00 2026-05-10T22:21:07+00:00

I have a full path which I would like to remove certain levels of

  • 0

I have a full path which I would like to remove certain levels of it. So for instance,

/home/john/smith/web/test/testing/nothing/ 

I would like to get rid of 4 levels, so I get

/test/testing/nothing/ 

What would be a good of doing this?

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. 2026-05-10T22:21:08+00:00Added an answer on May 10, 2026 at 10:21 pm

    A simple solution is to slice the path up into parts, and then manipulate the array before sticking it back together again:

    join('/', array_slice(explode('/', $path), 5)); 

    Of course, if you wanted to remove that specific path, you could also use a regular expression:

    preg_replace('~^/home/john/smith/web/~', '', $path); 

    One word of advice though. If your application is juggling around with paths a lot, it may be a good idea to create a class to represent paths, so as to encapsulate the logic, rather than have a lot of string manipulations all over the place. This is especially a good idea, if you mix absolute and relative paths.

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

Sidebar

Ask A Question

Stats

  • Questions 65k
  • Answers 65k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer I don't know what is available in PL/SQL, but T-SQL… May 11, 2026 at 11:12 am
  • added an answer You should use System.Web.HttpUtility.UrlDecode not Encoding.ASCII to peform the decoding.… May 11, 2026 at 11:12 am
  • added an answer Use 'REPLACE INTO': REPLACE INTO table SET id = 42,… May 11, 2026 at 11:12 am

Related Questions

I have a full path which I would like to remove certain levels of
I have a full MS SQL Backup file that I would like to extract
I have a customer that has set up a full backup of the database
What I'm doing is I have a full-screen form, with no title bar, and
I have a database full of customer data. It's so big that it's really
I have a database full of small HTML documents and I need to programmatically
I have a directory full of files and I need to pull the headers
I have a directory full (~10 3 , 10 4 ) of XML files
I have a JPanel full of JTextFields... for (int i=0; i<maxPoints; i++) { JTextField
I have a directory full of legacy code from a VB6 application. I have

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.