Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 350 for

phrase

(0.51 sec)
  1. Text redaction | GroupDocs

    This article explains that how Python redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact Phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....text redaction using exact phrase or for documents of different...list at article. Use exact phrase redaction In the example below...

    docs.groupdocs.com/redaction/python-net/text-re...
  2. Search flow | GroupDocs

    This article shows the internal stages of each search operation using Java search API....range search Retrieving results Phrase search Retrieving results for...for each term of a phrase Joining sets of results Regex search...

    docs.groupdocs.com/search/nodejs-java/search-flow/
  3. Text redactions | GroupDocs

    This article explains that how Java redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact Phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....redactions Leave feedback Use exact phrase redaction In the example below...redaction, replacing personal exact phrase “John Doe” with “[personal]”...

    docs.groupdocs.com/redaction/java/text-redactions/
  4. Search flow | GroupDocs

    This article shows the internal stages of each search operation using Java search API....range search Retrieving results Phrase search Retrieving results for...for each term of a phrase Joining sets of results Regex search...

    docs.groupdocs.com/search/java/search-flow/
  5. Search flow | GroupDocs

    This article shows the internal stages of each search operation....range search Retrieving results Phrase search Retrieving results for...for each term of a phrase Joining sets of results Regex search...

    docs.groupdocs.com/search/net/search-flow/
  6. Regular expression search | GroupDocs

    This article gives the knowledge about the regular expression (RegEx) search queries which are universal and very flexible, but at the same time, in large indexes, their performance becomes extremely low using Java search API....documentsFolder ); // Search for the phrase in text form const query1 =...of a word // Search for the phrase in object form const query2...

    docs.groupdocs.com/search/nodejs-java/regular-e...
  7. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...content Phrase search query Another type of query - a phrase search...allows you to search entire phrases in documents. Detailed information...

    docs.groupdocs.com/search/java/build-search-query/
  8. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Redaction for Java since version 19.6: Redactor class introduced as a single entry point to manage the document redaction process (instead of Documentclass from previous versions). Methods redactWith() of the Document class were replaced with similar apply() methods in Redactor class. Method Document.save(OutputStream, SaveOptions) was replaced with Redactor.save(OutputStream, RasterizationOptions). Constructor LoadOptions(DocumentFormatConfiguration) was removed....//Perform redaction using exact phrase RedactionSummary summary =...//Perform redaction using exact phrase RedactorChangeLog summary =...

    docs.groupdocs.com/redaction/java/migration-notes/
  9. Regular expression Search using C#

    Efficiently perform regular expression search using C# for advanced pattern matching in documents. Learn how to implement regular expression search in C# seamlessly....shared a detailed guide on phrase search in documents using C#...comprehensive article on how to perform phrase search in documents using C#...

    kb.groupdocs.com/search/net/regular-expression-...
  10. Hello, World! | GroupDocs

    Quickly get started with GroupDocs.Redaction for Python via .NET by creating and running a simple example....the redaction (here, an exact phrase to replace with a colored box)...replaces every occurrence of the phrase “John Doe” with a semi-transparent...

    docs.groupdocs.com/redaction/python-net/hello-w...