Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 1,164 for

regex

(0.04 sec)
  1. 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....using Regular Expressions (RegEx) Replace the Text with Colored...using Regular Expressions (RegEx) in Java # If you do not want...

    blog.groupdocs.com/redaction/find-and-replace-t...
  2. Find and Replace Words in Word Documents using ...

    Find, replace, or hide text, words, phrases in Word DOC/DOCX files using C#. Redact and perform text, case-sensitive & Regex search with .NET Redaction API....using Regular Expressions (RegEx) Hide the Text with Colored...using Regular Expressions (RegEx) using C# # To find and replace...

    blog.groupdocs.com/redaction/find-and-replace-t...
  3. Regular expression Search using Java

    Efficiently perform regular expression search using Java for advanced pattern matching in documents. Learn how to implement regular expression search in Java....the start indicating it’s a regex search Call the Index.search...execute the search To carry out a regex-based document search in Java...

    kb.groupdocs.com/search/java/regular-expression...
  4. GroupDocs.Redaction AI integration with .NET | ...

    Use AI to detect and redact text, words, or phrases in PDF documents using .NET. Replace or hide content to securely process PDF files....Redaction_Custom_AI() { // Usually, this regex is used to find text for replacement...use a regex like in the example Regex regex = new Regex( ".*"...

    blog.groupdocs.com/redaction/custom-ai-redactio...
  5. Find Text in PDF on GroupDocs Blog | Document A...

    Find Text in PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Find Text in PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java De......文档中的某些文本、单词、短语,区分大小写和 Java 中的 RegEx。替换或隐藏文本以编辑 PDF 文件。 使用 C# 在 PDF...以编程方式查找 PDF 文档中的某些文本、单词、短语,区分大小写和 RegEx。替换或隐藏文本以编辑 PDF 文件。 Recent content...

    blog.groupdocs.com/zh/tag/find-text-in-pdf/inde...
  6. Find and Replace Text in PDF on GroupDocs Blog ...

    Find and Replace Text in PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Find and Replace Text in PDF on GroupDocs Blog | Document Automation Solu......PDF مع حساسية حالة الأحرف و RegEx في Java. استبدال أو إخفاء النص...PDF مع حساسية لحالة الأحرف و RegEx باستخدام C #. استبدال أو إخفاء...

    blog.groupdocs.com/ar/tag/find-and-replace-text...
  7. Find and Replace Text in PDF on GroupDocs Blog ...

    Find and Replace Text in PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Find and Replace Text in PDF on GroupDocs Blog | Document Automation Solu......במסמכי PDF עם רגישות רישיות ו-RegEx ב-Java. החלף או הסתר את הטקסט...במסמכי PDF עם רגישות רישיות ו-RegEx באמצעות C#. החלף או הסתר את...

    blog.groupdocs.com/he/tag/find-and-replace-text...
  8. 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....feedback Regular expression (RegEx) search queries are universal...the beginning of the query. A regex search query in text form cannot...

    docs.groupdocs.com/search/nodejs-java/regular-e...
  9. GroupDocs Blog

    GroupDocs Blog - GroupDocs Blog | Document Automation Solutions for .NET & Java Developers...simplicity of searching documents by regex, making it a breeze to locate...discover how we can streamline regex search in documents, making...

    blog.groupdocs.com/groupdocs.blog/page/11/
  10. Migration Notes | GroupDocs

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for .NET starting from version 19.11: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified.... Old API Regex pattern = new Regex ( "author|company"...[ i ]); } New API Regex pattern = new Regex ( "author|company"...

    docs.groupdocs.com/metadata/net/migration-notes/