Sort Score
Result 10 results
Languages All
Labels All
Results 321 - 330 of 1,404 for

regular expression

(0.12 sec)
  1. Metadata redactions | Documentation

    This article shows that how Java redaction API allows you to replace or remove metadata using filters or search by Regular Expression....document’s metadata using regular expressions. For instance, we can...(); } First argument is regular expression, second is a replacement...

    docs.groupdocs.com/redaction/java/metadata-reda...
  2. GroupDocs.Parser for Java 19.5 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for Java 19.5. Major Features There are the following features in this release: Implement the ability to extract data from documents Implement the ability to move Table Layout Implement the ability to detect a table in a rectangular area using a collection of column separators Implement the support for spreadsheet and presentation templates Some constructors and properties were removed from TextProperties class Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-1145 Implement the ability to extract data from documents New feature PARSERNET-1151 Implement the ability to move Table Layout New feature PARSERNET-1158 Implement the ability to detect a table in a rectangular area using a collection of column separators New feature PARSERNET-1200 Implement the support for spreadsheet and presentation templates New feature PARSERNET-63 Remove obsolete members (version 18....Fixed field position Regular expression field Related field Document...position is found by a regular expression (Regex) The position...

    docs.groupdocs.com/parser/java/groupdocs-parser...
  3. JavaScript reference - JavaScript | MDN

    The JavaScript reference serves as a repository of facts about the JavaScript language. The entire language is described here in detail. As you write JavaScript code, you'll refer to these pages often (thus the title "JavaScript reference")....while Others Empty Block Expression statement debugger export...Deprecated Expressions and operators JavaScript expressions and operators...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  4. Text redactions | Documentation

    This article explains that how Java redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or Regular Expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others.... close (); } Use regular expression Behind the scenes, “exact...redaction works though regular expressions, which are the baseline...

    docs.groupdocs.com/redaction/java/text-redactions/
  5. SearchOptions Class - GroupDocs.Parser for .NET...

    Provides the options which are used for text search....that indicates whether a regular expression is used. Methods Name...

    apireference.groupdocs.com/parser/net/groupdocs...
  6. Releasing GroupDocs.Search for Java - Document ...

    We are pleased to announce that the first version of GroupDocs.Search for Java has been released. The API allows Java developers to perform searching and indexing operations against various formats to gain data insights. One can easily perform actions to search through different directories and documents for text occurrences, basic metadata fields, file names, document types and many more. Please continue to read more about the features and the file formats supported by the API....Search Boolean Search Regular Expression Faceted Search Case Sensitive...

    blog.groupdocs.com/search/releasing-groupdocs.s...
  7. Features Overview | Documentation

    a feature-rich document data parsing API that allows to create a template with data field definitions, table definitions. Then it's easy to use the template to parse and extract data such as prices, invoices, tables from your typical documents....text by a keyword or regular expression; get a text around of...document using keywords or regular expression. Please use method and...

    docs.groupdocs.com/parser/net/features-overview/
  8. Upcoming Release of GroupDocs.Search for Java

    We are about to release GroupDocs.Search for Java, a full-featured, back-end API that could easily be utilized by Java developers in their projects. It is a fascinating document search API that extracts text and metadata from documents. Furthermore, it performs advanced searching and indexing operations on the basis of fuzzy and synonym algorithms. API also supports full-text search. Features Offered by GroupDocs.Search for JavaGroupDocs will keep on updating this API with new features....Queries Boolean Queries Regular Expression Queries Faceted Search...

    blog.groupdocs.com/search/upcoming-release-of-g...
  9. content/files/en-us/web/html/element/input/text...

    The content behind MDN Web Docs. Contribute to mdn/content development by creating an account on GitHub....when specified, is a regular expression that the input's [`v...be a valid JavaScript regular expression, as used by the {{jsxref("RegExp")}}...

    github.com/mdn/content/blob/main/files/en-us/we...
  10. Functions - JavaScript | MDN

    Generally speaking, a function is a "subprogram" that can be called by code external (or internal, in the case of recursion) to the function. Like the program itself, a function is composed of a sequence of statements called the function body. Values can be passed to a function as parameters, and the function will return a value....return keyword doesn't have an expression after it, then the return...has four kinds of functions: Regular function: can return anything;...

    developer.mozilla.org/en-US/docs/Web/JavaScript...