Re: propertyregex question

2010-06-23 Thread Andy2008
27;d probably benefit from reading up on > Java regular expression syntax. > > > > > >regexp="([^/]+)" select="\0" casesensitive="false" /> > > > > -- > Michael Ludwig > > -

Re: propertyregex question

2010-06-23 Thread Michael Ludwig
Andy2008 schrieb am 22.06.2010 um 17:17 (-0700): > > Here's my input > > abc/long/distance > > I want to get abc back. Here's my code > >input="${input}" > regexp="(.*)/*" > select="\0" > casesensitive="false" /> > > but I got back the

Re: propertyregex question

2010-06-22 Thread Scot P. Floess
Try select="\1" On Tue, 22 Jun 2010, Andy2008 wrote: Here's my input abc/long/distance I want to get abc back. Here's my code but I got back the whole string (abc/long/distance) Do you have any ideas? Thanks -- Scot P. Floess 27 Lake Royale Louisburg, NC 27549 252-478-8087 (Home

propertyregex question

2010-06-22 Thread Andy2008
Here's my input abc/long/distance I want to get abc back. Here's my code but I got back the whole string (abc/long/distance) Do you have any ideas? Thanks -- View this message in context: http://old.nabble.com/propertyregex-question-tp28966275p28966275.html Sent from the A