Javascript

FacebookTwitter
<div class="note"> JavaScript is not enabled. http://www.jslab.dk/tools.regex.php

JavaScript Lab - Tools - JS Regex Generator

Found at: http://publish.ez.no/article/articleprint/11/ This article will give you an introduction to the world of . I'll start off with explaining what regular expressions are and introduce it's syntax, then some examples with varying complexity and last a list of tools which use .

about code

http://zez.org/article/articleprint/11

What the JavaScript RegExp API Got Wrong, &amp; How to Fix It

Over the last few years, I've occasionally commented on JavaScript's RegExp API, syntax, and behavior on the ES-Discuss mailing list . Recently, JavaScript inventor Brendan Eich suggested that, in order to get more discussion going, I write up a list of regex changes to consider for future ECMAScript standards (or as he humorously put it, have my "95 [regex] theses nailed to the ES3 cathedral door"). I figured I'd give it a shot, but I'm going to split my response into a few parts. http://blog.stevenlevithan.com/archives/fixing-javascript-regexp
Jslibs is a standalone JavaScript development runtime environment for using JavaScript as a general-purpose scripting language.

jslibs - Project Hosting on Google Code

http://code.google.com/p/jslibs/
RegExp

JavaScript Kit- Array Object

http://www.javascriptkit.com/jsref/arrays.shtml By default sorts an array alphabetically and ascending. By passing in an optional SortFunction , you can sort numerically and by other criteria as well. If SortFunction is defined, the array elements are sorted based on the relationship between each pair of elements within the array, " a " and " b ", and your function's return value.