Hint: check out list functions and use delimiter="_"
On Aug 4, 2011 1:05 PM, "Les Irvin" <[email protected]> wrote:
>
> Let's say I have a number of strings as such:
>
> xx123_23
> xx37465_2345
> xx2_12
> xx21_4374837438
> xx4655_432
>
> all have xx at the beginning and then an underscore somewhere beyond that.
>
> With such random and varied lengths, how do I return the following
strings:
> 1) only the digits between the xx and the _
> 2) only the digits after the _
>
> Thanks in advance for your help!
> Les
>
> 

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

Reply via email to