Java Mailing List Archive

http://www.ant-tasks.com/

Apache Ant Archive

» Ant Users List
» Ant Developers List
Need help writing regular expression??

Need help writing regular expression??

2005-06-22       - By Alexey N. Solofnenko
Reply:     1     2     3     4     5  

I would try to replace all spaces '\s' with empty values.

- Alexey.

Ninju Bohra wrote:
> Hello all,
>
> Quick question... I need write a regular expression to
> generate <FirstLetterOfFirstName><LastName> from a
> full name (i.e. <First Name> <Last Name>)
>
> Given the string:  Ninju Bohra
>
> I want:  NBohra
>
> What is the regular expression (if any) I would use?
>
> <property name="full.name" value="Ninju Bohra"/>
>
> <propertyregex property="userID"
>               input="${full.name}"
>               regexp="<need help here>"
>               select="\1"
>               casesensitive="false" />
>    
> Thanx,
>
> Ninju
>
>
>
>
>
>    
> ____________________________________________________
> Yahoo! Sports
> Rekindle the Rivalries. Sign up for Fantasy Football
> http://football.fantasysports.yahoo.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@(protected)
> For additional commands, e-mail: user-help@(protected)
>  

--
------------------------------------------------------------------------
/ Alexey N. Solofnenko
home: http://trelony.cjb.net/
/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)


©2008 ant-tasks.com - Jax Systems, LLC, U.S.A.