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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T21:44:31+00:00 2026-05-24T21:44:31+00:00

I have not found a good solution: I have a text box in which

  • 0

I have not found a good solution: I have a text box in which users need to be able to type specific info into. For example the command might be “9030 OUT FU [1234 TEST]”. I need to “scrub” this text box to ensure that the data was typed in exactly this format (caps not necessary). However there are approximately 50 of these different types of commands.

I am fairly new to javascript, but with good direction can understand it. Is this possible with javascript? Once the data is entered into the text box, it will run a function to return some information, and the text box will be clear for the next command. No 2 commands can be entered at the same time. I just need to check the format is 100% accurate for each command. Any help is appreciated, thank you.

  • 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-24T21:44:31+00:00Added an answer on May 24, 2026 at 9:44 pm
    <script type="text/javascript">   
    function scrub(text) {
        var commands = new Array{"someCommand","anotherCommand",...};
        for (var i = 0; i <= commands.length; i++) {
            if (text.value.toLowerCase().equals(commands[i])) {
                //command is valid; do something here
            } else {
               alert("Invalid command");
            }
        }
        text.value = ""; //clears the text box
    }
    </script>
    

    For your textarea do this:

    <textarea onblur="scrub(this);" ...></textarea>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have found jQuery: FadeOut then SlideUp and it's good, but it's not the
Search as I may I have not found a solution to my problem here
I have looked into this fairly extensively, but have not found quite what I
I have scanned 'the Google' and have not found the definitive answer on whether
I have searched far and wide on the Internet but have not found anything
Here is a hum-dinger of a problem that I have not found an answer
I've investigated several C# DLL's and have not found any that work especially well.
I know this issue has been touched on here but I have not found
I've searched the iPhone documentation and on google but have not found any information
should be simple right? but have not found any anwsers :

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.