Using Regular Expressions in JavaScript ver 1.0

  Using Regular Expressions in JavaScript
  Category : Javascript Tutorials-tips Development  
  Platform : Linux,  Windows,  Mac OSX,  Sun Solaris  
  Price :  
  Developer:  
  Version : 1.0  
  HomePage Address :  
  Demo URL :  
  Date added :  
  Download Link : Click to Download  
Script Description:
 

  

Regular expressions are represented as samples for searching set symbols combinations in text lines (this search refers to comparison to the sample).

 

more Tag: expressions, regular, regular expressions,

Also see ...


Overview of scripting in NS6 1)    Overview of scripting in NS6
 This tutorial discusses some essential techniques for scripting and getting your scripts to work in the new NS6....

An Object Lesson in Javascript 2)    An Object Lesson in Javascript
 This is a new article on Devshed.com that may be of interest. It`s called "An Object Lesson in Javascript," and it`s all about using Object Oriented Programming techniques to enhance JavaScript coding....

Javascript Event Handlers 3)    Javascript Event Handlers
 An event handler executes a segment of a code based on certain events occurring within the application, such as onLoad or onClick. This tutorial along with an example explains each of all the event handlers in JavaScript....

Defining arrays using literal notation 4)    Defining arrays using literal notation
 Literal notation is a new way of defining arrays in JavaScript that`s extremely flexible and robust. Learn about literal notation in this tutorial....

Introductory Guide to Regular Expressions 5)    Introductory Guide to Regular Expressions
 Comprehensive tutorial on Regular Expressions written in a gentle, easy to follow style....

Events in JavaScript: An Inside Look 6)    Events in JavaScript: An Inside Look
 Events are the glue which hold together the word inter-active. In learning to control and handle events you bridge the gap between a two-dimensional web page and a three-dimensional one. In this article we look closely at events, what they are, how to handle them with JavaScript, and how they differ -- in some cases significantly -- between the fourth generation versions of Netscape Navigator and Microsoft Internet Explorer....

Basic array building with javascripting 7)    Basic array building with javascripting
 This is for those new to javascripting. This tutorial will show you how to create a javascript array in the internet browser....

Programmer`s Guide to Regular Expressions 8)    Programmer`s Guide to Regular Expressions
 Concise, to-the-point tutorial on Regular Expressions with sections on more advanced aspects of the feature....

Writing Classes in Javascript 9)    Writing Classes in Javascript
 Writing classes in JavaScript doesn`t give full functionality of an object oriented language, but it at least gives data hiding and encapsulation which are very useful specially when JavaScript is not a strongly typed language. It is very useful in cases when you need to handle multiple objects , instead of having arrays for all kinds of variables and then managing those arrays in methods you can just write a class to handle one object and then make many instances of that class. This also giv...

Window Shaker 1)    Window Shaker
 Window Shaker can be implemented in your web pages to implement a tremor effect to the visitor’s web browser. This script when the page is called to be loaded shakes the browser of the visitor vigorously. This is a freeware JavaScript, which can be implemented in your web pages for reasons (for fun, to scare etc.) best known to you. Copy and paste the respective codes in the body and head section of your web page....

List Chooser 2)    List Chooser
 Similar to Microsoft help files - type the first letter of a word and all words starting with that letter are returned in a drop-down field, type the next letter - the words starting with these two letters are returned, and so on, and so on....

SpreadSheet Editor 3)    SpreadSheet Editor
 This is a content management program that helps users to create and edit data in a excel format on their web pages. They can add, delete or resize columns or rows as they wish and can copy the contents from the clip board. This program has many features like, displaying cell value, ability to edit multiple lines, restoring previous values, ability for CVS importing and more....

Drop Down Navigation Menu JavaScript 4)    Drop Down Navigation Menu JavaScript
 This is an article that tells the users how to use drop down navigation menu on their webpage. This tutorial provide info to the users that the visitors can get their required details from the website they search. This tutorial guides the visitors in selecting their webpage from the list of pages in the drop down menu. This tutorial provide info that they can generate customized menu with the support of navigation menu wizard. This article provides sample codes for the users to use it on the...

JavaScript Alternatice to Colored Scrollbars 5)    JavaScript Alternatice to Colored Scrollbars
 Useful trick for getting those colored scrollbars if you want to have a W3C (w3.org) valid site :) This tutorial explains it all....

Ajax Cache Busting with Javascript 6)    Ajax Cache Busting with Javascript
 Browsers are notorious at hanging on tenaciously to cached pages. This problem is evident in Ajax applications when sending XMLHTTPRequest GET requests to Internet Explorer. Even when you use all manner of fancy headers like "Pragma: no-cache" or "Cache-Control: must-revalidate" you`ll often find that you receive a cached page rather than a `live` one. Here`s something else you can try, which has worked well for me, and essentially only needs one line of Javascript....

Java Script Math Object 7)    Java Script Math Object
 We saw in previous sections the String and Date Objects of Java Script. Now in this section let us see another object of Java Script mentioned earlier in our sections namely the Math Object....

Easy to Make Draggable Div Tutorial 8)    Easy to Make Draggable Div Tutorial
 On this tutorial you will learn how to easily make a draggable div. The code is easy to understand so you can apply the code on your own projects, and also cross browser compatible....

Flash and JavaScript 3D Physics with Sandy-HX 9)    Flash and JavaScript 3D Physics with Sandy-HX
 Learn how to implement 3D physics with your JavaScript or Flash Sandy-HX application....