时间:2021-05-28
复制代码 代码如下:
'Replacespatternwithhighlightedreplacement(usingstyle)andpreservescase
PublicFunctionhighlight(strText,strFind)
DimobjRegExp,i,strHighlight
'Splitthesearchtermsintoanarray
DimarrFind
arrFind=Split(strFind,"")
'Initializetheregularexpressionobjecttoperfomthesearch
DimoMatches,sMatch
SetoregExp=NewRegExp
oregExp.Global=True'Returnsallmatchestothesearchterm
oregExp.IgnoreCase=True'Caseinsensitive
'Loopthroughthearrayofsearchtermstofindmatches
Fori=0toUBound(arrFind)
oregExp.Pattern=arrFind(i)'Setsthesearchpatternstring
SetoMatches=oregExp.Execute(strText)'//performsthesearch
foreachmatchinoMatches
'Buildthecodetobeusedtohighlightresults
strHighlight="<spanclass=""highlight"">"&match.value&"</span>"
next
'Replacematchesfromthesearchwiththeabovecode
strText=oregExp.Replace(strText,strHighlight)
Next
highlight=strText
SetobjRegExp=Nothing
EndFunction
声明:本页内容来源网络,仅供用户参考;我单位不保证亦不表示资料全面及准确无误,也不保证亦不表示这些资料为最新信息,如因任何原因,本网内容或者用户因倚赖本网内容造成任何损失或损害,我单位将不会负任何法律责任。如涉及版权问题,请提交至online#300.cn邮箱联系删除。
说下我经常写菜单的方式:Orders菜单项是否高亮显示取决于controller中的highlight方法。vm.highlight=funciton(path
先来看基本的方法:复制代码代码如下:chomp(@strings=);@strings=sort@strings;print"@strings\n.";上面的三
Within60daysthecontractbecomesvalid,PartyAshallpayPartyB3%ofthecontractamount.Up
strings包中的函数和方法//strings.go-----------------------------------------------------
javaparseInt()语法:staticintparseInt(Strings)staticintparseInt(Strings,intradix)参数