Visual Studio Code searching with regular expression flag modifiers?

后端 未结 1 1962
日久生厌
日久生厌 2021-01-13 10:27

For example, how do you set the i flag to perform a case insensitive match? Is it even possible?

In code I would usually do something like /needle

相关标签:
1条回答
  • 2021-01-13 10:45

    In the find panels, selecting the "Match Case" option turns a case-insensitive search into a case-sensitive search. So if the option is not selected, the search is case-insensitive.

    0 讨论(0)
提交回复
热议问题