Quantcast
Channel: CodeProject Latest postings for Regular Expressions
Viewing all articles
Browse latest Browse all 224

Regular Expression to Change Uppercase Text to Lowercase

$
0
0
Can someone assist with a regular expression that will replace and capitalize the first character in a text characters to lowercase

For example
PETER Before
Peter After

JohN Before
John After

paul Before
Paul After


The following Regex will locate the Uppercase characters

[A-Z]

But I don't know how to replace them by turning the first character to Uppercase.

Thanks

Viewing all articles
Browse latest Browse all 224

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>