Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 434 for

regular

(0.03 sec)
  1. Search text in EPUB eBooks | GroupDocs

    This article explains that how to search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....e-books - like search with regular expressions, search by pages...the steps to search with a regular expression in EPUB e-book:...

    docs.groupdocs.com/parser/java/search-text-in-e...
  2. Find and Replace Text in PDF in Java | Replace ...

    Programmatically find certain text, words, phrases in PDF documents with case sensitivity and RegEx in Java. Replace or hide the text to redact PDF files....replacing the found text using regular expressions. Finally, we will...Replacement Replace using Regular Expressions (RegEx) Hide Text...

    blog.groupdocs.com/redaction/find-and-replace-t...
  3. Search text in Microsoft Office PowerPoint pres...

    This article explains that how to search text from Microsoft Office PowerPoint(.ppt, .pptx) presentations...presentations - like search with regular expressions, search by pages...the steps to search with a regular expression in Microsoft Office...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  4. Search text in Microsoft Office PowerPoint pres...

    To search a keyword in Microsoft Office PowerPoint presentations search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office PowerPoint presentation: Instantiate Parser object for the initial presentation; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the presentation....presentations - like search with regular expressions, search by pages...the steps to search with a regular expression in Microsoft Office...

    docs.groupdocs.com/parser/java/search-text-in-m...
  5. Search text in Microsoft Office Excel spreadshe...

    To search a keyword in Microsoft Office Excel spreadsheets search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Excel spreadsheet: Instantiate Parser object for the initial spreadsheet; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the spreadsheet....spreadsheets - like search with regular expressions, search by pages...the steps to search with a regular expression in Microsoft Office...

    docs.groupdocs.com/parser/java/search-text-in-m...
  6. Search text in Microsoft OneNote sections | Gro...

    This article explains that how to search text from Microsoft OneNote sections presentations...sections - like search with regular expressions, search by pages...the steps to search with a regular expression in Microsoft OneNote...

    docs.groupdocs.com/parser/net/search-text-in-mi...
  7. Search text in EPUB eBooks | GroupDocs

    To search a keyword in EPUB e-books Search(String) method is used. This method returns the collection of SearchResult objects....e-books - like search with regular expressions, search by pages...the steps to search with a regular expression in EPUB e-book:...

    docs.groupdocs.com/parser/net/search-text-in-ep...
  8. Search text in Microsoft Office Word documents ...

    To search a keyword in Microsoft Office Word documents search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft Office Word document: Instantiate Parser object for the initial document; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the document....documents - like search with regular expressions, search by pages...the steps to search with a regular expression in Microsoft Office...

    docs.groupdocs.com/parser/java/search-text-in-m...
  9. Word Search and Replace Text in Word Documents ...

    Perform word search, replace or hide text in Word DOC/DOCX files using Java. Redact and perform text, case-sensitive & RegEx search with Java Redaction API....Replace Text Replace Text using Regular Expressions (RegEx) Replace...follows. Replace Text using Regular Expressions (RegEx) in Java...

    blog.groupdocs.com/redaction/find-and-replace-t...
  10. Search text | GroupDocs

    This article explains that how to search text from documents....parameter can contain a text or a regular expression. class contains...getText ())); } } Search text by regular expression SearchOptions parameter...

    docs.groupdocs.com/parser/java/search-text/