In my project coding standard is as follows
class members names as nameWithEachWordWithFirstLetterUpperCase
and related getters and setters have
getNameWithEachWordWithFirstLetterUpperCase and
setNameWithEachWordWithFirstLetterUpperCase respectively.
While using the DSL unlike ucfirst which converts first letter to upper case
and rest to lower case, I want to have only first letter converted to upper
case leaving other letters as they are.
How can it be achieved? I am using drools 5.3.3
thanks in advance,
Prashant
--
View this message in context:
http://drools.46999.n3.nabble.com/DSL-Translation-tp4021842.html
Sent from the Drools: User forum mailing list archive at
Nabble.com.