Sublime Forum

Find and Replace changes case

#1

I am using the Find & Replace functionality within a file and I am finding that the case gets changed to something different. My file is a .js file that has JavaScript (Babel) selected as the language. When I go to Find & Replace “RelatedContentCarousel” with “VoicesCarousel” I end up with “VoicescArousel”. You can see that the “C” of Carousel is changed to lowercase and the “a” in Carousel is made uppercase. Any thoughts on this, has this been seen before?

0 Likes

#2

one of the toggle button icons is “preserve case” iirc, (hover over it to see a tooltip to identify which one) try turning it off

1 Like

#3

Well, that’s embarrassing, such a simple solution that I overlooked. Thanks for the quick support.

1 Like