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

  • Home
  • SEARCH
  • 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 6680635
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T04:29:53+00:00 2026-05-26T04:29:53+00:00

When I get the json from the rest api, it comes in plain text.

  • 0

When I get the json from the rest api, it comes in plain text. I need to convert the @..’s and #..’s to actual links. Anyway to do that with javascript?

  • 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-26T04:29:54+00:00Added an answer on May 26, 2026 at 4:29 am

    Assume text to be the string containing the message. A Regular expression can easily convert the @’s and #’s to links. The replace function takes two arguments:

    1. Search term (regular expression: @(\S+) means: “Match any non-whitespace after @, and group the non-whitespace characters (\s+))
    2. Replacement. The $1 refers to the grouped match at 1.

    Code:

    text = text.replace(/@(\S+)/g, '<a href="https://twitter.com/#!/$1">@$1</a>')
               .replace(/#(\S+)/g, '<a href="https://twitter.com/#!/%23$1">#$1</a>');
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using IE8, jQuery 1.6.1.min.js. The JSON that comes from the REST service seems to
I'm having trouble parsing an iso date from my json api/mongodb using rest kit.
Restful Service (from Server) @GET @Produces(application/json) @Consumes(application/json) @Path(/getStatus/) // server:8080/server/rest/admin/status/whatSoEver public void getStatus( @Context
I have a portion of my site that has a lightweight xml/json REST API.
I've created a basic MVC REST API to just get single Person from the
I need to get data from JSON, transferred by Ajax from the client. Basically
I have a website where an ajax call will get some Json data from
I cant find one way to get this value (comment) into json using javascript.
I'm trying to do AJAX on Twitter REST API (JSON Format). I did the
I'm trying to load a jqGrid from json data made via a REST call.

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.