duydao / Text-Pastry

Extend the power of multiple selections in Sublime Text. Modify selections, insert numeric sequences, incremental numbers, generate uuids, date ranges, insert continuously from a word list and more.
MIT License
832 stars 46 forks source link

find REGEX command is case insensitive? #30

Closed miusuncle closed 9 years ago

miusuncle commented 9 years ago

When I execute find user, user are all highlighted, no matter what case it is. Is there any flag to set the case sensitive?

duydao commented 9 years ago

Yes, you can use the undocumented switch: --cs (case-sensitive)

find user --cs

or

find --cs user
miusuncle commented 9 years ago

I've tried it, thanks, it works fine.

duydao commented 9 years ago

Glad to help, thanks for using Text Pastry!