Subject: Re: are all strings in a sequence valid potential QNames
From: David Carlisle <davidc@xxxxxxxxx>
Date: Wed, 03 Feb 2010 11:21:57 +0000
|
On 03/02/2010 10:40, ac wrote:
Hi Ken,
That looks great. The only thing better would be to have a single regex
expression, typically stored in a string variable to be used in any
match. The alternative is probably to build a smal function that
combines the two "match", to better isolate the logic.
Thank you.
'^(\i([\c-[:]])*:)?\i([\c-[:]])*$'
David
________________________________________________________________________
The Numerical Algorithms Group Ltd is a company registered in England
and Wales with company number 1249803. The registered office is:
Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.
This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs.
________________________________________________________________________
|