regular expression for firstname [modified]
-
Hi, I need regular expression for first name that the word should not be case sensitive that should contain only alphabets and spaces(optional upto 3 spaces) single quotes(optional) the name should start with alphabet and should end with alphabet or space Can anybody help me regarding this
hi
modified on Tuesday, December 1, 2009 12:47 AM
-
Hi, I need regular expression for first name that the word should not be case sensitive that should contain only alphabets and spaces(optional upto 3 spaces) single quotes(optional) the name should start with alphabet and should end with alphabet or space Can anybody help me regarding this
hi
modified on Tuesday, December 1, 2009 12:47 AM
how about
[\w\s]+
:thumbsup:Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
how about
[\w\s]+
:thumbsup:Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascriptthere is no charcter range in this
hi
-
there is no charcter range in this
hi
Whose character? :sigh:
Exam-O-Matic - Online exam conduction tool in ASP.net
-
there is no charcter range in this
hi
Do u need to add character range at all.... for names.. ?? I think you are talking about first name of an individual ??
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript