# File src/demos/text_demo_plugins/xform/CaseSwap.rb, line 9
  def xform(str)
    str.swapcase
  end