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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:21:37+00:00 2026-05-25T01:21:37+00:00

I have a big database that has fields of paragraphs that are formatted like

  • 0

I have a big database that has fields of paragraphs that are formatted like this:

[“This is the first sentence”, “This is the second sentent”, “This is the third sentence”, “This is the fourth sentence”]

I would like to extract the (using PHP) and put them in an array where each array element is a sentence. Right now, I am using this:

$trim_joined = substr($joined, 2, -2); //gets rid of the first and last bracket and double quote
$sentences = explode('", "', $trim_joined);

It seems a bit fragile because I am not 100% sure that this field follows this exact same format for every row of the database (over 350,000 rows). I was wondering if there is a regular expression that extracts ALL elements of the strings that are inside double quotes and puts them in an array. This way, I don’t have to worry if there are entries without the brackets at beginning and end.

Unfortunately, i now little to nothing about regex so asking for help. Thanks in advance

  • 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-25T01:21:38+00:00Added an answer on May 25, 2026 at 1:21 am

    If the format was consistent you could just use json_decode – as the rows are pretty much lists of strings. I would totally test that first, even if it runs a few minutes.

    Failing that you can use a somewhat more robust CSV parser, after simply triming the square brackets (I would conjecture that’s the optimum approach here):

     $strings = str_getcsv(trim(trim($row, "["), "]"));
    

    The simplest regex solution would be:

     preg_match_all('/"([^"]*)"\K/', $row, $strings);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

first i want to say that this site has been a really big help
I have a web app that has a big and complex form (fields, checks,
I am working with a legacy database schema that looks like this: product_table table
I have a big rhyme database with 360000 words (entries). Every word has a
I have SQL Server 2008 Ent and OLTP database with two big tables. How
I have big system that make my system crash hard. When I boot up,
I have big element at the top of the webpage that sides down with
My boss has big dreams. He wants to write an application that runs on
I've just started my first development job for a reasonably sized company that has
I have a big (1.9 GB) XML file which has data I want to

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.