Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过使用 c# Regex 从给定的 aspx 或 cs 文件中获取所有布尔变量,
谁能告诉我我该怎么做。任何提示
提前致谢。
根据您是否需要单独捕获每个标志,这样的事情可能会完成工作:
bool\s*([^;]+);