Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 1,852 for

regex

(0.07 sec)
  1. Search Text using Java

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....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/tag/search-text-using-java/
  2. Hide Text in PDF on GroupDocs Blog | Document A...

    Hide Text in PDF on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Hide 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/hide-text-in-pdf/inde...
  3. Regular expression search | Documentation

    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....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/net/regular-expressio...
  4. RegExp.prototype.ignoreCase - JavaScript | MDN

    The ignoreCase accessor property of Regexp instances returns whether or not the i flag is used with this regular expression.... If the regex is Unicode-aware , the case...matched by /[a-z]/ui . If the regex is Unicode-unaware, case mapping...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  5. ReplacementOptions - GroupDocs.Redaction for Ja...

    All Classes Packages com.groupdocs.redaction com.groupdocs.redaction.configuration com.groupdocs.redaction.exceptions......CellFilter filter, Pattern regEx, ReplacementOptions options)...mode. RegexRedaction ( Pattern regex, ReplacementOptions options)...

    apireference.groupdocs.com/redaction/java/com.g...
  6. TemplateRegexPosition Class - GroupDocs.Parser ...

    Provides a template field position which uses the regular expression....following way: C# // Create a regex template field with "InvoiceNumber"..."value" is used: C# // Create a regex template field with "InvoiceNumber"...

    apireference.groupdocs.com/parser/net/groupdocs...
  7. GitHub - groupdocs-watermark/GroupDocs.Watermar...

    GroupDocs.Watermark for .NET examples, plugins and showcase projects - groupdocs-watermark/GroupDocs.Watermark-for-.NET...InDocumentPdf ) ) { Regex regex = new Regex ( @"^© \d{4}$" ) ;...= new TextSearchCriteria ( regex ) ; // find possible watermarks...

    github.com/groupdocs-watermark/GroupDocs.Waterm...
  8. replacementoptions - GroupDocs.Redaction for Ja...

    All Classes Packages com.groupdocs.redaction com.groupdocs.redaction.configuration com.groupdocs.redaction.exceptions......CellFilter filter, Pattern regEx, ReplacementOptions options)...mode. RegexRedaction ( Pattern regex, ReplacementOptions options)...

    apireference.groupdocs.com/redaction/java/com.g...
  9. SyntaxError: invalid capture group name in regu...

    The JavaScript exception "invalid capture group name in regular expression" occurs when a named capturing group or named backreference contains an invalid identifier....Or you might be building the regex dynamically: js const tokenTypes...<group1>\d+) (?<group2>\d+)/; If the regex is built dynamically, make sure...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  10. Migration Notes | Documentation

    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/