Regex Hero | The .NET Regular Expression Tester
/
.NET Regex Library
First Name Last Name
0
Open in the
Regex Tester
^(?<FirstName>\w+)\s(?<LastName>\w+)$
Simply matches first and last names separated by a space and stores them in named groups: FirstName and LastName.
Steve Wortham
12/23/2009 5:42:36 PM
0 comments so far.
Log in
to leave a comment.
Preview
<< back to
Library
You cannot vote on your own.
(click to dismiss)
You may only vote once.
(click to dismiss)
You must log in to vote.
(click to dismiss)
Regex Hero
Log In
.NET Regex Tester
Reference
Library
Videos
Support