G Gill Smith May 24, 2004 #1 Is there any inbuilt function I can use in the .net frame work to identify whether the string has only A to Z in it ? Thanks, Gill
Is there any inbuilt function I can use in the .net frame work to identify whether the string has only A to Z in it ? Thanks, Gill
K Kevin Spencer May 24, 2004 #2 Hi Gill, Regular Expressions is the answer. See the following (and related) MSDN article: http://msdn.microsoft.com/library/d...s/cpguide/html/cpconCOMRegularExpressions.asp -- HTH, Kevin Spencer ..Net Developer Microsoft MVP Big things are made up of lots of little things.
Hi Gill, Regular Expressions is the answer. See the following (and related) MSDN article: http://msdn.microsoft.com/library/d...s/cpguide/html/cpconCOMRegularExpressions.asp -- HTH, Kevin Spencer ..Net Developer Microsoft MVP Big things are made up of lots of little things.