Categories

Updated: 09/27/2002

Regular Expression Parser

This is a custom CFML tag which will return a pattern matched string to an array, with each backreference occupying an element of the array and the whole matched string occupying the first element. This emulates the preg_match() function of PHP.
©2003-2019 jCay.com