Sort Score
Result 10 results
Languages All
Labels All
Results 371 - 380 of 1,398 for

regular expression

(0.04 sec)
  1. content/files/en-us/web/html/element/input/emai...

    The content behind MDN Web Docs. Contribute to mdn/content development by creating an account on GitHub....n) for a {{Glossary("regular expression")}} that matches the...when specified, is a regular expression that the input's [`v...

    github.com/mdn/content/blob/main/files/en-us/we...
  2. 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...
  3. 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...
  4. 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...
  5. RegExp.prototype.unicode - JavaScript | MDN

    The unicode accessor property of RegExp instances returns whether or not the u flag is used with this Regular Expression....flag is used with this regular expression. Try it Description RegExp...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  6. Features Overview | Documentation

    Note GroupDocs.Parser is a feature-reach document data parsing API. Here you may find description of the most important features. Parse Document by Template GroupDocs.Parser allows to parse documents by user-defined templates. It is easy to crate a template with data field definitions, table definitions. Then it’s easy to use the template (just pass the Template object to parseByTemplate(Template) method) 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/java/features-overview/
  7. Java Redaction API | Hide sensitive data from P...

    Java document redaction API – Hide personal data from PDF, Word, Excel, PowerPoint presentations & raster images through various redaction types....Locate and redact using regular expressions Built-in support for...( "Customers" ); Pattern expression = Pattern. compile ( "^\\w+([-+...

    products.groupdocs.com/redaction/java/
  8. Named capturing group: (?<name>...) - JavaScrip...

    A named capturing group is a particular kind of capturing group that allows to give a name to the group. The group's matching result can later be identified by this name instead of by its index in the pattern....SyntaxError: Invalid regular expression: Duplicate capture group...backreferences guide Regular expressions Capturing group: (.....

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  9. Non-capturing group: (?:...) - JavaScript | MDN

    A non-capturing group groups a subpattern, allowing you to apply a quantifier to the entire group or use disjunctions within it. It acts like the grouping operator in JavaScript Expressions, and unlike capturing groups, it does not memorize the matched text, allowing for better performance and avoiding confusion when the pattern also contains useful capturing groups....grouping operator in JavaScript expressions, and unlike capturing groups...lowest precedence in a regular expression. If you want to use a...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  10. Find and Replace Words in Word Documents using ...

    Find, replace, or hide text, words, phrases in Word DOC/DOCX files using C#. Redact and perform text, case-sensitive & RegEx search with .NET Redaction API....Phrases Replace Text using Regular Expressions (RegEx) Hide the Text...in Word Files using Regular Expressions (RegEx) using C# To find...

    blog.groupdocs.com/2022/02/15/find-and-replace-...