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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T02:22:38+00:00 2026-06-04T02:22:38+00:00

I have a string that is the form of: {‘var1’:var2} I was able to

  • 0

I have a string that is the form of:

{'var1':var2}

I was able to parse this string so that var1 and var2 are both string variables. However it takes multiple string tokenizer calls, first to split from the “:” and then to extract the data.

So what would be the best (least lines of code) to do this?

  • 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-06-04T02:22:40+00:00Added an answer on June 4, 2026 at 2:22 am

    If you just want an array containing the two values, then you can can do it in two lines by extracting a substring and then splitting on “‘:”. It would end up looking something like this:

    s = s.substring(2, s.length()-1);
    String[] sarr = s.split("':");
    

    If you really wanted a single line of code, you could combine them into:

    String[] sarr = s.substring(2, s.length()-1).split("':");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have a string that contain some html in string form, like this one
I have a web form that uses if statements to create a string of
I have a date string of the form '2009/05/13 19:19:30 -0400'. It seems that
I have string that look like Array that fetched from other webservice like this
I have a String that looks like this String = Förpackning Flaska (375 ml)
I have a string that looks like this: <name>-<gender>-<age>.jpg I want to be very
I am trying to pass some JavaScript variables that I have assigned to form
I have a string that contains the following: <form class=form data-action=Create data-entity=Topic data-href=/Admin/Contents/JsonCreate data-rowkey=007H
I have a string that contains a url which looks like this: http://www.test.com/images/tony 's
I have a string that should contain a list of items in the form

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.