Sort Score
Result 10 results
Languages All
Labels All
Results 381 - 390 of 1,398 for

regular expression

(0.1 sec)
  1. 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/
  2. GroupDocs.Parser for .NET 19.5 Release Notes | ...

    Note This page contains release notes for GroupDocs.Parser for .NET 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/net/groupdocs-parser-...
  3. Destructuring assignment - JavaScript | MDN

    The destructuring assignment syntax is a JavaScript Expression that makes it possible to unpack values from arrays, or properties from objects, into distinct variables....assignment syntax is a JavaScript expression that makes it possible to...object and array literal expressions provide an easy way to create...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  4. Text Analysis API for Spreadsheets, Presentatio...

    We are pleased to announce the release of version 18.8 of GroupDocs.Parser for .NET. In this version, we have extended the support of text analysis API for spreadsheets, presentations and text documents. Furthermore, the latest version allows providing a password for protected documents on-demand. We’d recommend you to use the latest version of the API and share your feedback. Features Introduced Text Analysis API GroupDocs.Parser allows extracting text areas from the pages of a document....TextAreaSearchOption(); // Set a regular expression to search 'Invoice #...# XXX' text searchOptions.Expression = "\\s?INVOICE\\s?#\\s?[0-9]+";...

    blog.groupdocs.com/parser/text-analysis-api-for...
  5. Strange problem when trying to redact Xls file ...

    Below is my code in VB.NET Using redactor As New Redactor(_CurrentFileName) Dim redactionList = New Redaction() {New ExactPhraseRedaction(“John Doe”, New ReplacementOptions("[Client]")), New RegexRedaction(“Redaction”…...only case-insensitive regular expressions, for instance, New RegexRedaction("(...in rows 6, 19, 23, 24, the expression will need start and end of...

    forum.groupdocs.com/t/strange-problem-when-tryi...
  6. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....remove annotations by a regular expression. Remove annotations (comments...

    docs.groupdocs.com/redaction/net/annotation-red...
  7. Text redaction | Documentation

    This article explains that how C# 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.... Save (); } Use regular expression Behind the scenes, “exact...redaction works though regular expressions, which are the baseline...

    docs.groupdocs.com/redaction/net/text-redactions/
  8. Node.js Text Search & Indexing Library for Docu...

    Advanced text search solution for Node.js applications to search, index & collect data from documents: PDF, Word, Excel, presentations, email & web file formats....getOccurrenceCount()}' ); } Regular expressions are available for advanced...Java allows us to use regular expressions in order to narrow search...

    products.groupdocs.com/search/nodejs-java/
  9. Java Text Search & Indexing API for Documents, ...

    Advanced text search API for Java applications to search, index & retrieve data from documents: PDF, Word, Excel, presentations, email & web file formats....Use Simple, Boolean, Regular Expression (Regex), Fuzzy and other...Files Simple Wild Card Regular Expression (Regex) Faceted & Boolean...

    products.groupdocs.com/search/java/
  10. String - JavaScript | MDN

    The String object is used to represent and manipulate a sequence of characters....form you can interpolate expressions. For more information on...explained above for the embedded expression. The String() function: String(x)...

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