Re: newbie question re. fd:aggregate-widget

2004-11-09 Thread Paul Joseph
Is there anyway of genericizing the pattern to be able to handle any unicode char? thx Paul --- Paul Joseph <[EMAIL PROTECTED]> wrote: > Dan, > > This works very nicely! Thank you so much! > > rgds > Paul > --- Dan Durkin <[EMAIL PROTECTED]> wrote: > > > Paul, > > > > Could try something like

Re: newbie question re. fd:aggregate-widget

2004-11-09 Thread Paul Joseph
Dan, This works very nicely! Thank you so much! rgds Paul --- Dan Durkin <[EMAIL PROTECTED]> wrote: > Paul, > > Could try something like: > > pattern="([0-9a-zA-Z]+)-([0-9a-zA-Z]+)-([0-9a-zA-Z]+)-([0-9a-zA-Z]+)-([0-9a-zA-Z]+)"> > > Dan > > Paul Joseph wrote: > > > Hi, > > > > I am able to

Re: newbie question re. fd:aggregate-widget

2004-11-09 Thread Dan Durkin
Paul, Could try something like: Dan Paul Joseph wrote: Hi, I am able to use the fd:aggregate widget and it works well, but I know only how to use a split pattern that handles numbers (!) as follows: What kind of pattern should I use to handle any alpha-numeric character whose length could vary (

newbie question re. fd:aggregate-widget

2004-11-09 Thread Paul Joseph
Hi, I am able to use the fd:aggregate widget and it works well, but I know only how to use a split pattern that handles numbers (!) as follows: What kind of pattern should I use to handle any alpha-numeric character whose length could vary (not as shown above, klunkily handling numbers 1 to 10