开发者

JavaScript Find In Text File

开发者 https://www.devze.com 2023-01-11 09:20 出处:网络
I have been searching for a JavaScript \"Find In Page\" tool to pla开发者_C百科ce in a HTML file so that when I enter a search term and click submit, the script will search a TEXT file of my choice an

I have been searching for a JavaScript "Find In Page" tool to pla开发者_C百科ce in a HTML file so that when I enter a search term and click submit, the script will search a TEXT file of my choice and find a match on the text page for the entry submitted. Can someone give me a hand? Thanks.


Use regex pattern matching to highlight the searched text

Check this http://www.nsftools.com/misc/SearchAndHighlight.htm

0

精彩评论

暂无评论...
验证码 换一张
取 消