The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
How to get the list of matched sentences after text search?
I'm trying to re-implement the one below and create my custom UI for search and replace: My question is, how do I get the list of texts matched like the one below:
What I've done so far: I was able to do a simple search But, I would like to get the list of sentences with match keyword being searched
But on your documentation, I'm only exposed with few methods I could use. And one of them is this:
And the result for that is this:
How am I going to use this to get the list of texts that I want?
Or is there a better way of re-implementing the search result list?