Hi All,
The whole question is in the title ;-) : What is the syntax to be used in Find/Replace dialog to move text to Upper- or Lower- case? there was such a feature in BBEdit, but could not find it in TextMate.
Find : <.+?> Replace : lowercase($0)
Thanks,