In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-22 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/02 Report--
This article mainly introduces the vscode input regular expression matching method, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, the following let Xiaobian take you to understand.
Vscode enters a regular expression to match:
Use the shortcut key "Ctrl+F" to bring up the search box
An example of a method for matching using regular expressions:
1) . - matches any character
Dot symbol. Used to match any character:
B.t
The above rule matches "bot", `"bat" and any three-character word that begins with b and ends with t. But if you want to search for a dot symbol, you need to escape it with\, so the following rule matches only the exact text "b.t":
B\ .t
2). * - matches anything
Here. It means "any character" and * means "this symbol repeats the previous content any number of times." Putting them together (. *) means "any symbol is repeated any number of times." For example, you can use it to find matches that begin or end with some text. Suppose we have a javascript method like this:
LoadScript (scriptName: string, pathToFile: string)
We want to find all calls to this method, where pathToFile points to any file in the folder "lua". You can use the following regular expressions:
LoadScript.*lua
This means that "matches all strings that start with" loadScript "and end with" lua ".
Thank you for reading this article carefully. I hope the article "vscode input regular expression matching method" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support and pay attention to the industry information channel. More related knowledge is waiting for you to learn!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.