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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

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

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to