What Is Your transpose-[chars|words|…] Story?

I wonder because I’ve got no story myself. I mean I know about it but probably don’t do it frequently enough for it to occur to me to use a function.

But a lot of people do and so greatly value this function.

What is your transpose-[chars|words|…] story? What kind of things are you transposing a lot and why?

One thought on “What Is Your transpose-[chars|words|…] Story?”

  1. This is my transpose word story.
    function (index, item) {
    }
    // put cursor on comma, transpose word
    function (item, index) {
    // new signature
    }

Leave a Reply

Your email address will not be published. Required fields are marked *