Do you ever need to split a camel case or pascal case string to a set of words? This can be achieved simply by regular expressions in Java as well as C#. The following code is for Java: String camelCase = “StructuralDesignPattern”; StringBuffer label = new StringBuffer(camelCase + 10); java.util.regex.Pattern p = java.util.regex.Pattern.compile(“[A-Z][a-z]+”); java.util.regex.Matcher m [...]
-
« Home
Pages
-
RSS Feeds
-
Donate
Liked content? Please donate. -
Categories
-
Tags
3D adobe ajax android bug cloud+computing code Coding Guidelines computer science concept map csharp database domain download error firefox flash player Fun Google google maps hack Hacking hindi how it works html india Internet java javascript movie myself plugin privacy review search sharepoint software solution times of india tool tutorial ubuntu visual studio windows youtube
