Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 1,399 for

regular expression

(0.08 sec)
  1. Upcoming Release of GroupDocs.Redaction for Java

    Big News! We are going to launch GroupDocs.Redaction API for Java platform very soon. Similar to the .NET version, GroupDocs.Redaction for Java would be a backend API for removing sensitive and classified information from the popular document formats. As far as the supported features are concerned, this is going to be a replica of GroupDocs.Redaction for .NET. Through this API, we aim to provide you a single, format-independent interface containing a set of redaction methods to redact text, metadata, and annotations....Text Redaction using Regular Expression Support of region redactions...

    blog.groupdocs.com/redaction/upcoming-release-o...
  2. DocumentFormatInstance - GroupDocs.Redaction fo...

    All Classes Packages com.groupdocs.redaction com.groupdocs.redaction.configuration com.groupdocs.redaction.exceptions......method applies a given Regular Expression to an instance of the...

    apireference.groupdocs.com/redaction/java/com.g...
  3. templatefield - GroupDocs.Parser for Java - API...

    All Classes Packages com.groupdocs.parser com.groupdocs.parser.data com.groupdocs.parser.exceptions com.groupdocs.par......TemplateFixedPositio Using the regular expression: TemplateRegexPositio...

    apireference.groupdocs.com/parser/java/com.grou...
  4. Deprecated and obsolete features - JavaScript |...

    This page lists features of JavaScript that are deprecated (that is, still available but planned for removal) and obsolete (that is, no longer usable)....string against which a regular expression is matched. lastMatch...deprecated in string and regular expression literals. The escape()...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  5. GroupDocs.Metadata for .NET on GroupDocs Blog |...

    GroupDocs.Metadata for .NET on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in GroupDocs.Metadata for .NET on GroupDocs Blog | Document Automation Soluti......Replace Metadata using Regular Expression in GroupDocs.Metadata...replace metadata using a regular expression, read DublinCore metadata...

    blog.groupdocs.com/tag/groupdocs.metadata-for-....
  6. Find and Replace Text in PDF using C# | Replace...

    Programmatically find certain text, words, phrases in PDF documents with case sensitivity and RegEx using C#. Replace or hide the text to redact PDF files....search, replacing using regular expressions. Finally, we will also...Replacement Replacing with Regular Expressions (RegEx) Hide Text with...

    blog.groupdocs.com/2022/02/19/find-and-replace-...
  7. Symbol - JavaScript | MDN

    Symbol is a built-in object whose constructor returns a symbol primitive — also called a Symbol value or just a Symbol — that's guaranteed to be unique. Symbols are often used to add unique property keys to an object that won't collide with keys any other code might add to the object, and which are hidden from any mechanisms other code will typically use to access the object. That enables a form of weak encapsulation, or a weak form of information hiding....object may be used as a regular expression. Used by String.prototype...yields matches of the regular expression against a string. Used...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  8. Create custom format handler | Documentation

    This article shows how to implement one or several interfaces for the document's features and required redaction....occurrences of given regular expression with text or a color...annotations, matching given regular expression Required to rasterize...

    docs.groupdocs.com/redaction/net/create-custom-...
  9. Extract Text Areas from Document Pages using Gr...

    Today, we are excited to announce the release of version 18.7 of GroupDocs.Parser for .NET. The latest release supports extracting text areas from document pages. This feature may help you getting data for text analysis. We recommend you to upgrade the API to the latest version and share your valuable feedback. Extracting Text AreasExtracting text areas is useful when you need to get the data for text analysis. To extract text areas, text extractors implement their own internal private class and provide DocumentContent property (see PdfTextExtractor as the sample)....TextAreaSearchOption(); // Set a regular expression to search 'Invoice #...# XXX' text searchOptions.Expression = "\\s?INVOICE\\s?#\\s?[0-9]+";...

    blog.groupdocs.com/parser/extract-text-areas-fr...
  10. Expressions and operators - JavaScript | MDN

    This chapter documents all the JavaScript language operators, Expressions and keywords....operators, expressions and keywords. Expressions and operators...Primary expressions Basic keywords and general expressions in JavaScript...

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