Hi,
Eager to use the new Mapper support for snake_case I discovered that
the snakify method doesn' handle abbreviations well:
StringHelpers.snakify("HTML")
res5: java.lang.String = h_t_m_l
StringHelpers.snakify("HTMLEditor")
res6: java.lang.String = h_t_m_l_editor
I would expect those to be html and html_editor respectively...
What do people think?
/Jeppe
--
You received this message because you are subscribed to the Google Groups
"Lift" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/liftweb?hl=en.