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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T17:51:06+00:00 2026-05-23T17:51:06+00:00

HTML: <input type=text name=field id=field value=Select this text http://www.domain.com /> JavaScript/JQuery: $(document).ready(function() { var

  • 0

HTML:

<input type="text" name="field" id="field" value="Select this text http://www.domain.com" />

JavaScript/JQuery:

$(document).ready(function()
{
    var value = $('#field').val();

    //select text
});

How can I select all the text that appears before a url? Everything after the url (including the url itself) should not be selected.

BTW, the text may also contain numbers and special characters.

Solution:
I ended up using Rocket’s solution split(/\shttps?:\/\//) (see below).

  • 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-23T17:51:07+00:00Added an answer on May 23, 2026 at 5:51 pm

    If the url will always be of the hypertext protocol, then you can do the following:

    $(document).ready(function() {
        var myText = $('#field').val().split(' http')[0];
    });
    

    This will capture both http and https protocols, and is the least computing-intensive approach as far as I can tell.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this input text: <html><head><meta http-equiv=content-type content=text/html; charset=utf-8></head><body><table cellspacing=0 cellpadding=0 border=0 align=center width=603>
In form.php <html> <body> <form action=process.php method=post> <input type=text name=dat /> <input type=submit value=submit
I have an HTML input box <input type=text id=foo value=bar> I've attached a handler
I run through this Making a Cookbook tutorial (http://javascriptmvc.com/docs.html#&who=getstarted) Since I work with rails
So I have the following html: <div id=divForComponents> <input type=button value=+ onclick=addFilter('divForComponents')/> </div> And
I am using jQuery to replace the HTML of a text field when it
Is there a simple way to upload a single file through HTML input type
HTML has an input button type to reset all fields in a form to
Suppose I attach an blur function to an HTML input box like this: <input
I want to read the file path from html input type=file (the entry selected

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.