Validating Form Input using Regular Expressions
Writing form validation code is often the most thankless part of your job. The logic can get quite complex, and often quite messy. This article will show how to use Regular Expressions to simplify your code.
http://aspzone.com/articles/173.aspx
|
Regular Expressions Explained
An article by Jan Borsodi that gives an introduction to the world of regular expressions. It explains what regular expressions are and introduces the syntax. Also provides examples with varying complexity and a list of tools which use regular expressions.
http://zez.org/article/articleview/11/
|
Posix Basic Regular Expression
A description of both basic Posix Regular Expression syntax, the programming interface and some advanced features that are provided in the implementation of POSIX.2 regular expressions in the GNU C Library.
http://chaos4.phy.ohiou.edu/~thomas/ref/info/rx/Top.html
|
Web Programming Languages
Surveys current and planned languages and interfaces for developing World Wide Web based applications; prefaced by discussion of traits of such languages.
http://www.objs.com/survey/lang.htm
|
HyperNews Computer Language List
Programming language definitions and links to other similar websites. Includes bibliography, abbreviation finder, forum.
http://www.hypernews.org/HyperNews/get/computing/lang-list.html
|