Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 2,363 for

expression

(0.04 sec)
  1. Introducing GroupDocs.Redaction for .NET - An A...

    Finally, the wait is over! We have released the first version of GroupDocs.Redaction for .NET. As we have mentioned in the pre-release blog post, GroupDocs.Redaction for .NET is an API to redact, hide or remove sensitive content & metadata from word processing documents, worksheets, presentations, and PDF files within your .NET applications. The API provides a single format-independent interface supporting various redaction types such as text redaction, metadata redaction, annotation redaction, and tabular document redaction....Text Redaction using Regular Expression Metadata Redaction Searching...

    blog.groupdocs.com/redaction/introducing-groupd...
  2. Adding a static method in knownTypes is not wor...

    Hello, With Java 8/11, we successfully managed to call static methods inside our templates. For example, it works fine with this class : public class DateUtil { public static String format(String date) { return …...encountered at the end of expression 'DateUtil.format("..."))]'...

    forum.groupdocs.com/t/adding-a-static-method-in...
  3. Build search query | Documentation

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...// Search in index Regular expression search query The next type...type of query is a regular expression search query. Detailed information...

    docs.groupdocs.com/search/net/build-search-query/
  4. Metadata redactions | Documentation

    This article shows that how C# redaction API allows you to replace or remove metadata using filters or search by regular Expression....filters or search by regular expression. Filter metadata Base functionality...document’s metadata using regular expressions. For instance, we can remove...

    docs.groupdocs.com/redaction/net/metadata-redac...
  5. 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'...XXX' text searchOptions.Expression = "\\s?INVOICE\\s?#\\s?[0-9]+";...

    blog.groupdocs.com/parser/extract-text-areas-fr...
  6. SyntaxError: arguments is not valid in fields -...

    The JavaScript exception "SyntaxError: arguments is not valid in fields" occurs when the arguments identifier is read in a class field initializer or in a static initialization block, outside of a non-arrow function....A class field initializer expression or a class static initialization...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  7. 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 doucument...

    apireference.groupdocs.com/redaction/java/com.g...
  8. 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 doucument...

    apireference.groupdocs.com/redaction/java/com.g...
  9. RedactorLogEntry - GroupDocs.Redaction for Java...

    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 doucument...

    apireference.groupdocs.com/redaction/java/com.g...
  10. Logical AND assignment (&&=) - JavaScript | MDN

    The logical AND assignment (&&=) operator only evaluates the right operand and assigns to the left if the left operand is truthy....(x = y) , except that the expression x is only evaluated once...

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