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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T20:24:57+00:00 2026-05-18T20:24:57+00:00

i have some data ab-cde0001 . i want to separate it become two part:

  • 0

i have some data ab-cde0001. i want to separate it become two part: ab-cde and 0001.
i’m just know to separate data if consist of some space inside it.

how do i do that?


var barcode;
barCode=$("#model").val();
var data=barCode.split("  ");   //must change this
$("#model").val(data[0]);
$("#serial").val(data[1]);

i have another idea, but i dont know how to start.

may be i’m just need some script read 4 digits behind the text, then split the choosen one.

  • 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-18T20:24:58+00:00Added an answer on May 18, 2026 at 8:24 pm

    i have combined the answer before, and then i found the real answer:

     var barcode;
     barCode=$("#model").val();
     var data1 = $("#model").val(barCode.substr(0,barCode.length-4));
     var data2 = $("#serial").val(barCode.substr(barCode.length-4,4));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i have some data ab-cde0001 . i want to separate it become two part:
I have some data inside this variable and I want to know how could
I have some data. I want to go through that data and change cells
I have some data that I want to store somewhere in my Rails app
I have some data stored as ArrayList . And when I want to backup
Have some data in a sybase image type column that I want to use
I have some data in my database this data updates everyday i want to
I have some data in CSV format that I want to pull into an
I have some data that I want to present in a FlowDocument . This
I have some data in my DB and i want to put that data

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.