Are you talking about UDFs? I have a custom tag that will scan a UDF library
for UDFs and either generate HTML docs or return a structure. If you want
the code, let me know. It's going to be downloadable once CFLib.org gets
relaunched this week, but I can send you a copy now if you would like.

=======================================================================
Raymond Camden, Principal Spectra Compliance Engineer for Macromedia

Email   : [EMAIL PROTECTED]
ICQ UIN : 3679482

"My ally is the Force, and a powerful ally it is." - Yoda

> -----Original Message-----
> From: Bryan LaPlante [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 17, 2001 5:00 PM
> To: CF-Talk
> Subject: Regexp help
>
>
> I need some help from one of the RegExp guru's. I am trying to
> get a list of
> function names from my page for example the following functions
> name resides
> in the page at position 9 to 17. I need a regular expression that
> will find
> everything between the word function and the parenthesis
> character ( so that
> I can get the word addition into a list. Here is what I have so far.
>
> <cfset funcName = refindnocase("([function]+) [ ]+
> \(",thistag.generatedcontent,1,true)>
>
> function addition(a,b){
> somevar = a + b;
> return somevar;
> }
>
> Bryan LaPlante
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to