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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T09:42:43+00:00 2026-05-29T09:42:43+00:00

I have a form that I have to pull some strings out of. The

  • 0

I have a form that I have to pull some strings out of. The form uses long dashed lines for dividing data sets. It would be handy to use:

strpos($string, "----")

and

$file2= explode("-----", $file1)

but they don’t seem to work. I have replaced the “-” with “.” and used “…..” in the above to successfully extract the needed data, but it removes wanted dashes, such as 2-year-old, in the extracted data. So I’m back to wanting to use “—-” in the code lines above.

I also tried to just replace “–” to “..” but the following doesn’t work either.

$string = str_ireplace("--", "..",$string );

Any suggestions would be appreciated.
Thanks.

Is there a way to make this work?

  • 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-29T09:42:44+00:00Added an answer on May 29, 2026 at 9:42 am

    This works perfectly fine.

        <?php
    
        $test = 'name----address----2-year-old----dob';
    
        $test_chunks = explode("----", $test);
    
        echo $test_chunks[2];
    
        ?>
    

    Displays “2-year-old” w/o any issues. If you must convert the dashes to something else, try this as well:

        test_convert = str_replace("----", "....", $test);
    

    …and then explode using periods.

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

Sidebar

Related Questions

I have a form that a user would fill out while creating a ticket
So I have a form that users fill out with some radio buttons. The
I have a form that has label values that I would like to pass
I have a form that i want an administrator to fill out, then click
I have a form that is a table built with php to pull a
I have created a user defined type to contain some data that I will
I have some content that contains a token string in the form $string_text =
I have a data entry form that had several comboboxes on it. Each of
I have a windows form application that uses a Shared class to house all
I currently have form that checks if a user has unsubmitted changes when they

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.