This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
有没有使用或不使用正则表达式的更短的方法?
Dim q1 = System.Text.RegularExpressions.Regex.Match(myString,
"[\n\r]finished", System.Text.RegularExpressions.RegexOptions.IgnoreCase)
If (q1.Success) Then Exit Sub