- join_identifier_parts(+Style, +Parts, -Identifier)
- Join parts of an identifier according to Style. Style is one of:
- 'OneTwo'
- oneTwo
- one_two
- 'One_Two'
- Predefined self explanatory style identifiers
- style(+CapitaliseFirst, +CapitaliseRest, +Separator)
- This generalises the above styles. CapitaliseFirst defines
whether the first character of the first part must be a
capital, CapitaliseRest defines capitalization of the remaining
identifier parts and Separator is the character to place between
the parts.