100% Geek

Welcome to my new gadgets and geekery weblog. Now a distinct area within my larger Sorcerer's Isle weblog, 100% Geek covers gadgets, gaming, technology, tinkering, and any other random ramblings I feel like throwing in here.

Topics Covered

Introducing the cfRegex Project!

The cfRegex project is two things. Firstly, it is a complete regex implementation for CFML, providing more functionality, flexibility, features and power than the existing CFML RE functions. Secondly, it is a drive to encourage people to properly learn and make use of regex.

Read the rest of this article to find out more.

cfRegeX :: First-class Regex for CFML :: http://cfregex.net

International Regular Expressions Day

It's 1st June 2010 today, and that means we're celebrating for the third time the annual International Regular Expressions Day.

Ben Nadel kicked off this event two years ago, in order to promote the use of Regex, especially amongst those who might consider them something scary and obscure.

As before, Ben is running a contest, this year's prizes being some O'Reily Regex books and IIS Mod-Rewrite Pro licenses.

Entry to the competition requires writing some code, and the deadline is today, so if you're interested then hurry up and read the blog entry to find out more.


Happy Regex Day!


Posted:
01 June 2010, 14:20
Tags:
Event
Fun
Miscellaneous
Regular Expressions
Web Development
Comments:
None

Java RegEx Utilities - v0.7 preview

Java RegEx Utilities, or jre-utils, is a CFC which provides a convenient way to access Java's regular expression functionality.

Whilst ColdFusion, Railo, and openBD are all built on Java, and CFML does have regular expression functions, they do not actually use the Java regular expression engine, which supports many useful regex constructs.

The purpose of jre-utils is to provide this extra power to CFML developers in a familiar and easy to use way.

I will shortly be releasing v0.7 of jre-utils, which adds a number of new functions, as well as making things more consistent, so I decided I would give this quick preview of what it contains.

Posted:
09 April 2009, 21:47
More
Tags:
Projects
Regular Expressions
Comments:
None

Java RegEx Utilities

I have just released Java RegEx Utilities on RIAForge, which is a CFC enabling easy access to Java Regular Expression functionality, adding to what is available in the standard CFML functions.

Posted:
05 April 2008, 23:30
More
Tags:
CFML
Projects
Regular Expressions
Comments:
1
RSS Atom