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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T04:37:01+00:00 2026-06-04T04:37:01+00:00

What would be the quickest way to remove everything from a string, starting from

  • 0

What would be the quickest way to remove “everything” from a string, starting from the first “dot”.

For example:

This.Is.A.Test

=> would become

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-04T04:37:01+00:00Added an answer on June 4, 2026 at 4:37 am

    You can use the the split() function like this:

    "This.Is.A.Test".split(".")[0]; // will work even if there are no dots
    

    Or you could use the substr() function in combination with the indexOf() function, like this:

    var myStr = "This.Is.A.Test";
    var justTheFirstBit = myStr.substr(0, myStr.indexOf(".")); // needs 1 dot minimum
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

List<String> test which contains several items, what would be the quickest way to output
What would be the quickest way to find the position of a member in
Given a timestamp and a directory path, what would be the quickest way to
What is the quickest way in ColdFusion (or Java) for converting a string as
What would be the best/quickest way to have a IDE-type setup when I have
What would be the quickest way to construct a Python binding to a C
What would be the quickest way to delete the contents in the documents directory.
What's the quickest/neatest way to calculate the next anniversary of someone's birthday. For example,
Would following the table below be the best way of determining the access type
Would it be possible to add a new operator to the String class that

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.