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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:27:55+00:00 2026-05-22T18:27:55+00:00

Given this string: var str = ‘One two three four five’; and this parameters:

  • 0

Given this string:

var str = 'One two three four five';

and this parameters:

position: 8
length: 5

I would like to wrap the part of the string that starts at the given position and has the given length inside SPAN tags. In this case, I want this result:

'One two <span>three</span> four five'

How can this be done most elegantly?


Update: My own solution is here: http://jsfiddle.net/simevidas/XjbvN/

  • 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-22T18:27:56+00:00Added an answer on May 22, 2026 at 6:27 pm
    var str = 'One two three four five';
    var position = 8
    var length = 5
    
    var newstr=str.slice(0,position)+'<span>'+str.slice(position,position+length)+'</span>'+str.slice(position+length);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Given the following string: var str = one,two,three; If I split the string on
Given this string: var str = 'A1=B2;C3,D0*E9+F6-'; I would like to retrieve the substring
Given the string below: string str = 1,2,3; Will this be the best extension
Given this: Interface IBase {string X {get;set;}} Interface ISuper {string Y {get;set;}} class Base
Given a string like this: a,string, with,various,values, and some,quoted What is a good algorithm
Given a UTC time string like this: 2005-11-01T00:00:00-04:00 What is the best way to
There's something very unsatisfactory about this code: /* Given a command string in which
given a string: msg=hello world How can I define this as a ctypes.c_void_p() data
Given a struct like this: public struct SomeStruct { public SomeStruct(String stringProperty, Int32 intProperty)
Possible Duplicate: Reversing an MD5 Hash Given this method in c# public string CalculateFileHash(string

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.