SHARE
Facebook X Pinterest WhatsApp

Checking Your Work: Validating Input – The Cool Stuff

Written By
thumbnail
Web Webster
Web Webster
Dec 4, 2009

“You will find this type of comparison especially helpful when
it comes to verifying numbers and validating character strings that
should not have any numbers, such as names, for example. Below are
scripts that apply to our form example in our first article where
we check to make sure the name input is all characters and our
number of years is a whole number. I have also included another
common script that is outside the scope of our example which you
will find useful for checking input to make sure it is formatted
properly.

“The first thing we will need to do is to create some common
variables to hold our expressions that we will use to validate
against. Don’t worry if the expressions don’t make any
sense to you. Creating regular expressions is an art form all its
own. Whenever possible you should try to find an expression that
someone else has already created and tested. Writing one from
scratch can be both time consuming and tedious, especially for the
novice.”


Complete Story

thumbnail
Web Webster

Web Webster

Web Webster has more than 20 years of writing and editorial experience in the tech sector. He’s written and edited news, demand generation, user-focused, and thought leadership content for business software solutions, consumer tech, and Linux Today, he edits and writes for a portfolio of tech industry news and analysis websites including webopedia.com, and DatabaseJournal.com.

Recommended for you...

5 Best Free and Open Source Text Expander Tools
webmaster
Jun 13, 2025
Grafito: Systemd Journal Log Viewer with a Beautiful Web UI
Bobby Borisov
Jun 12, 2025
FreeBSD Wants to Know a Few Things
brideoflinux
May 11, 2025
NVK enabled for Maxwell, Pascal, and Volta GPUs
Kara Bembridge
May 1, 2025
Linux Today Logo

LinuxToday is a trusted, contributor-driven news resource supporting all types of Linux users. Our thriving international community engages with us through social media and frequent content contributions aimed at solving problems ranging from personal computing to enterprise-level IT operations. LinuxToday serves as a home for a community that struggles to find comparable information elsewhere on the web.

Property of TechnologyAdvice. © 2025 TechnologyAdvice. All Rights Reserved

Advertiser Disclosure: Some of the products that appear on this site are from companies from which TechnologyAdvice receives compensation. This compensation may impact how and where products appear on this site including, for example, the order in which they appear. TechnologyAdvice does not include all companies or all types of products available in the marketplace.