Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 1,852 for

regex

(0.07 sec)
  1. Lookbehind assertion: (?<=...), (?<!...) - Java...

    A lookbehind assertion "looks behind": it attempts to match the previous input with the given pattern, but it does not consume any of the input — if the match is successful, the current position in the input stays the same. It matches each atom in its pattern in the reverse order.... Syntax regex (?<=pattern) (?<!pattern) Parameters...of anything you may use in a regex literal, including a disjunction...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  2. 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 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...
  3. Index.Search Method (String) - GroupDocs.Search...

    Searches in index....demonstrates how to perform Regex search. C# string indexFolder...tells the index that it is a Regex query SearchResult result =...

    apireference.groupdocs.com/search/net/groupdocs...
  4. Blackout Text in PDF on GroupDocs Blog | Docume...

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

    blog.groupdocs.com/zh/tag/blackout-text-in-pdf/...
  5. templateregexposition - GroupDocs.Parser for Ja...

    All Classes Packages com.groupdocs.parser com.groupdocs.parser.data com.groupdocs.parser.exceptions com.groupdocs.par......following way: // Create a regex template field with "InvoiceNumber"..."value" is used: // Create a regex template field with "InvoiceNumber"...

    apireference.groupdocs.com/parser/java/com.grou...
  6. Named backreference: \k<name> - JavaScript | MDN

    A named backreference refers to the submatch of a previous named capturing group and matches the same text as that group. For unnamed capturing groups, you need to use the normal backreference syntax.... Syntax regex \k<name> Parameters name The...named backreference if the regex contains at least one named...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  7. GroupDocs.Redaction for Java 24.1 Release Notes

    GroupDocs.Redaction for Java 24.1 Release Notes – the latest updates and fixes.... regex . Pattern rx = java . util . regex . Pattern...

    releases.groupdocs.com/redaction/java/release-n...
  8. TextSearchCriteria Class - GroupDocs.Watermark ...

    Represents criteria allowing filtering by watermark text.... TextSearchCriteria(Regex) Initializes a new instance...new TextSearchCriteria( new Regex( "^Test watermark$" )); PossibleWatermarkCol...

    apireference.groupdocs.com/watermark/net/groupd...
  9. 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 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/java/regular-expressi...
  10. Search flow | Documentation

    This article shows the internal stages of each search operation....Joining sets of results Regex search Regex search Fuzzy search Retrieving...

    docs.groupdocs.com/search/net/search-flow/