Rather, that would be, if you don't want the label of the field:
<cfoutput>#mid(thestring,arFound["pos"][2],arFound["len"][2])#</cfoutput>

Cheers,
Kris


On Tue, Jun 8, 2010 at 11:43 AM, Kris Jones <kris.jon...@verizon.net> wrote:
> How about something like this:
>
> <cfset arFound =
> refindnocase("Age:([^\r\n|\r|\n]*)[\r\n|\r|\n]",thestring,1,true) />
> <cfoutput>#mid(thestring,arFound["pos"][1],arFound["len"][1])#</cfoutput>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334366
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to