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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T05:52:58+00:00 2026-05-26T05:52:58+00:00

Hi guys i have a a string like this String main = Sandy \children\:[]

  • 0

Hi guys i have a a string like this

String main = "Sandy \"children\":[]"
String foo = "\"children\":[]";

main = main.replaceAll(foo, "");

If I want to replace the whole foo in main with a single character “” then what regex I need to use?

I ll be having a json data like this i need to replace all the empty children object

{"data" : "Search engines",
                    "children":[ {
                    "data":"Yahoo","children":[{"data":"1","children":[{}]}]},
                    {"data":"Bing","children":[{"data":"2","children":[]}]},{"data":"Bing2"},{"data":"Bing3"},{"data":"Bing4"},{"data":"Bing5"},{"data":"Bing6"},{"data":"Bing7"},{"data":"Bing34"}]                    
                    }
  • 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-26T05:52:58+00:00Added an answer on May 26, 2026 at 5:52 am

    Okay, now you’ve given more information, I would thoroughly recommend not using regular expressions for this. Parse the JSON and use the DOM representation of it instead. Otherwise there are bound to be ways of fooling whatever you use. Text representations like this are simply not a good match for regular expressions IMO.


    (Original answer…)

    It’s not clear why you’re using replaceAll and regular expressions in the first place.

    I suspect you just want:

    main = main.replace(foo, "");
    

    That will treat foo as a normal string, not a regular expression. Unless you really want to use a regular expression, use replace instead of replaceAll.

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

Sidebar

Related Questions

Hey guys, I have a string like this: Something useful ( less than sign
I have a string like Welcome to McDonalds®: I'm loving it™ ... I want
I have a PHP String like this: $string = 'a => 1 , b
I have a string like this <person name=peter ><\person> URL encoding URLEncoder.encode(person.toString(),UTF-8); but the
Thus far you guys have been wildly helpful with me getting this little ditty
guys i have arrays in which i have to match this kind of text
Guys, I have a string that contains a decimal number. The problem is, sometimes
i have a problem so hope you guys can help! I have a string
I got a string like this one: var tweet =@fadil good:))RT @finnyajja: what a
I have a method like this public static DataSet GetAllDataBaseNames() { //Instance of connection

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.