Top » JAVASCRIPTS » SEARCH20 If you find this page useful
please make a secure donation
My Account  |  Cart Contents  |  Checkout   

Javascript Searching

Search Results: Found 20 Matches!Page 1 / 2
 1 | 2   >>Next>>

AD
AD

TITLE: String Compare Ignore Case
These JavaScript functions implement equals and equalsIgnoreCase for javascript String object.
TITLE: Format Integers - Insert Commas
This will format form fields by inserted commas in them.
TITLE: String Validation for IPs
This will compare the input string to that of a known IP address.
TITLE: Phone Number Parser
This code will determine the three main parts of a phone number.
TITLE: Split Text and Replace Parts
Use split and replace to change patterns of strings.
TITLE: Text Trimmer
Utility functions to trim left or right white spaces are provided.
TITLE: Trimming Strings
This example will trim white spaces from the left and right sides.
TITLE: Mod and Format Currency Numbers
This code can be used "as it is" to convert a Numeric value to a human readable string. Remember, after conversion, the value is a string and not usable for math values. To use the number for math - call the original number and convert it for dispaly aft
TITLE: Invalid Character Filter
Looks for the Invalid characters and Gives a User friendly Message if a Invalid Character is found.
TITLE: Convert a Letter UPPERCASE
This example will change one letter of your choice per function call from lower case to upper case.
 1 | 2   >>Next>>