Search
All Categories
Categories
.NET Blogging Books Brain Cloud Database Design Patterns Development Practice Eclipse Eiffel Email FIT3015 member blog Grails Greek Groovy Hardware Hosting IntelliJ IDEA Java Java EE JavaFX JavaScript Links Linux Monitoring Netbeans Networking OSX86 Outrospective.org Payment Gateway Perl Phone PHP Platforms Scala Software Development Spiritual Spring Testing Time Management Tool Tunes Version Control Web Applications WindowsPreviously on Outrospective.Org
Tag Archives: groovy
CamelCaseString to Space Separated String
groovy> print ‘CamelCaseString’.replaceAll(/([A-Z][a-z]*)/, ‘$1 ‘).trim()Camel Case String There is probably a better regex approach that does not a space to the final word, and thus remove the need for a trim, but this is quick and easily embeddable anywhere, for … Continue reading







Byron Bay
