Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 1,171 for

regex

(0.06 sec)
  1. Nesting search queries in object form | GroupDocs

    This article gives the knowledge about nesting search queries in object form using Java search API....+ + NumericRange + + + + + Regex + + + + + Field + – + + + DateRange...

    docs.groupdocs.com/search/nodejs-java/nesting-s...
  2. Migration notes | GroupDocs

    Why to migrate Here are the key reasons to use the new updated API provided by GroupDocs.Watermark for .NET since version 19.5: The Watermarker class is introduced as a single entry point to manage watermarks in the document (instead of Document class from previous versions). Adding watermarks was unified for all supported document formats. Product architecture was redesigned from scratch in order to simplify passing options to manage watermarks. Document information and preview generation procedures were simplified....new TextSearchCriteria ( new Regex ( "^Test watermark$" )); PossibleWatermarkCol...new TextSearchCriteria ( new Regex ( "^Test watermark$" )); PossibleWatermarkCol...

    docs.groupdocs.com/watermark/net/migration-notes/
  3. Nesting search queries in object form | GroupDocs

    This article gives the knowledge about nesting search queries in object form using Java search API....+ + NumericRange + + + + + Regex + + + + + Field + – + + + DateRange...

    docs.groupdocs.com/search/java/nesting-search-q...
  4. Options and Configuration | GroupDocs

    Control parsing behavior with options from groupdocs.parser.options in GroupDocs.Parser for Python via .NET....control case-sensitivity or regex mode when calling search APIs...

    docs.groupdocs.com/parser/python-net/options/
  5. Nesting search queries in object form | GroupDocs

    This article gives the knowledge about nesting search queries in object form....+ + NumericRange + + + + + Regex + + + + + Field + – + + + DateRange...

    docs.groupdocs.com/search/net/nesting-search-qu...
  6. Iterate through container items | GroupDocs

    Learn how to iterate through container items (files in archives) using GroupDocs.Parser for Python via .NET....Path to container pattern: Regex pattern to match file names...not supported" ) return [] regex = re . compile ( pattern , re...

    docs.groupdocs.com/parser/python-net/iterate-th...
  7. Removing found watermarks | GroupDocs

    Find and remove text, image, and hyperlink watermarks using Python via .NET....with a particular URL using a regex. Ensure only hyperlinks are...

    docs.groupdocs.com/watermark/python-net/removin...
  8. Working with Text | GroupDocs

    Perform keyword or Regex searches and inspect text extraction features with GroupDocs.Parser for Python via .NET.... For regex or case-sensitive searches,...

    docs.groupdocs.com/parser/python-net/working-wi...
  9. Highlight text upon conversion to HTML in .NET ...

    Hi, I was wondering if there is any way to highlight certain words of document, when converting it to HTML with GroupDocs.Viewer. I tried using GroupDocs.Search after the conversion with GroupDocs.Viewer, but the resul…...document Search text by literal or regex and highlight found text in...great! Configurable colors and regex are also really good options...

    forum.groupdocs.com/t/highlight-text-upon-conve...
  10. Search text | GroupDocs

    Learn how to search for keywords and use regular expressions to find text in documents using GroupDocs.Parser for Python via .NET. Search text with case sensitivity and whole word options....# Create search options for regex search # Parameters: match_case...case_sensitive = False , use_regex = False ): """ Perform advanced...

    docs.groupdocs.com/parser/python-net/search-text/