RegExLib.com - The first Regular Expression Library on the Web!

Please support RegExLib Sponsors

Sponsors

Regular Expression Details

Title Test Find DB naming convention - Regex
Expression
\b([A-Za-z0-9]+)( )([A-Za-z0-9]+)\b
Description
Replaces the space character with an underscore, this regex replacement will be useful if you have change the naming convention for DB field names. The replacement string will be: $1_$3 (you can opt anything instead of "_" in the replacement string for instance, $1-$2
Matches
(ABC CBA) (abc cba) (123 321) (aBc123 123Abc)
Non-Matches
(wordswithoutspaceinbetween)
Author Rating: Not yet rated. Mukundh
Source own
Your Rating
Bad Good

Enter New Comment

Title
 
Name
 
Comment
 
Spammers suck - we apologize. Please enter the text shown below to enable your comment (not case sensitive - try as many times as you need to if the first ones are too hard):

Existing User Comments

Copyright © 2001-2024, RegexAdvice.com | ASP.NET Tutorials