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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T04:56:27+00:00 2026-05-21T04:56:27+00:00

I have a string such as: #sometag-{serialized-data-here} And I want to match this pattern

  • 0

I have a string such as:

#sometag-{serialized-data-here}

And I want to match this pattern, but use everything inside the curly braces (so I can unserialize it later). How can I match this text pattern with preg_match()?

So far I have:

preg_match('~{[^{}]*}~', $text, $match);

but this just matches the contents of the braces if in $text without the hash tag.

EDIT: Here is the logic of what im trying to accomplish:

  $user_post = "Here is my cool post that contains some media.";
  $media = array("mediatype" => "sometype", "id" => "ebJ2brErERQ", "title" => "Some cool video", "description" => "Some cool description");  
  $user_post .= "#sometag-" . serialize($media);

Later, when I fetch $user_post from the database, I want to match the text, strip it out and display the media.

I’ll have something like this:

Here is my cool post that contains some media.#sometag-a:4:{s:9:"mediatype";s:8:"sometype";s:2:"id";s:11:"ebJ2brErERQ";s:5:"title";s:15:"Some cool video";s:11:"description";s:21:"Some cool description";}
  • 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-21T04:56:27+00:00Added an answer on May 21, 2026 at 4:56 am

    Why not use explode()?

    $tag_data_arr = explode('-', $text, 2);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string such as this: Land of gray [example]here is an example[/example]
I have string like this /c SomeText\MoreText Some Text\More Text\Lol SomeText I want to
I have a string such as 'xxox-x' that I want to mask each line
Suppose I have a string such as this in a text file: (((var1 AND
Im new to objective-c Lets assume I have a string such as this NSString*
I have a string variable such as this: string title = string.empty; I have
I want to replace a string such as: <input type=hidden name=id value=12345 /> but
Have String str May 23 2011 12:20:00, want to convert it to date such
If I have a string with a valid math expression such as: String s
I have a string(char*), and i need to find its underlying datatype such as

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.