links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Michael Shook, member since May 27, 2004
.
Search Everyone: "1999",
1 - 2 of 2   Watch mshook
 
// Regular Expressions function main() { var re = /(w+)(s+)(w+)/; var out = input.match(re); for(i = 0;i < out.length;i++) { print(i + " = [" + out[i] + "]n"); } }
  • There is a pseudo-function called "print()" (not part of javaScript) that allows data to be placed in the output window. See examples for its use.
by mshook 2009-05-16 14:40 javascript · test · example · good · useful · regex · re · interactive · code · 1999
http://www.arachnoid.com/javascript/interactiveJavaScript.html - cached - mail it - history
In alphabetical order by book title. Includes an author index. I bought it at the book sale.
by mshook 2008-08-02 20:15 fun · novel · atomize · book · gift · swhpl · 1999
http://www.amazon.com/Beginning-Great-First-Lines-Favorite/dp/0811800113/ - cached - mail it - history
1 - 2 of 2  
Related Tags
 
- exclude ~ optional + require
Add Dates