正則表示式匹配以某字串開始和結尾的字串
今天在整理MvvmCross(c# mvvm跨平臺框架)文件做epub電子書時,遇到到了文字顯示不太好,需要去掉指定開頭的字串。
然後寫了下面這個正則表示式
正則表示式
<a id="user.+</a>
可以匹配下面高亮這段文字
<h1 style="box-sizing: border-box; margin: 24px 0px 16px; line-height: 1.25; padding-bottom:
0.3em; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: rgb(234, 236, 239); color: rgb(36, 41, 46); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe
UI Symbol'; orphans: 2; widows: 2;">
<p style="box-sizing: border-box; margin-top: 0px; margin-bottom: 16px; color: rgb(36, 41, 46);
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'; font-size: 16px; orphans: 2; widows: 2;">In each deployed MvvmCross application there are two key classes which
control how your app starts:</p>