On Jun 3, 2010, at 2:31 AM, Laurent PETIT wrote: > * why ltrim / rtrim , but upper-case / lower-case ? Why not ltrim / rtrim + > ucase / lcase , or left-trim right-trim + upper-case / lower-case ? Will > left-trim/right-trim be so often used that they must be shortened to > ltrim/rtrim (especially compared to upper-case / lower-case) ? Oh and also, > with some IDEs, having left-trim enables the possibility to write l-t and > then have autocomplete work by expanding to left-trim (so it's more > readable, and it's even faster to write with the right tools :-) ).
Someone suggested triml/trimr instead of ltrim/rtrim, which I like. I would also accept trim-left/trim-right. How about case-up/case-down? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en