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.
我正在处理TextPad. 我想在两颗星之间选择多行数据。例如:
TextPad
abc * cvb vvnbj vnbvn * cvb
我想选择两颗星之间的三行。我们如何使用正则表达式选择这些TextPad?
这个正则表达式字符串应该捕获星星以及介于两者之间的任何内容。
\*[^*]+\*
正则表达式测试器永久链接