Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 1,396 for

regular expression

(1.38 sec)
  1. TemplateField Class - GroupDocs.Parser for .NET...

    Provides the template text field....rectangular area Using the regular expression Using the linked field...

    apireference.groupdocs.com/parser/net/groupdocs...
  2. Rectangle - GroupDocs.Parser for Java - API Ref...

    All Classes Packages com.groupdocs.parser com.groupdocs.parser.data com.groupdocs.parser.exceptions com.groupdocs.par......PageTextAreaOptions ( String expression, boolean matchCase, boolean...PageTextAreaOptions ( String expression, Rectangle rectangle) Initializes...

    apireference.groupdocs.com/parser/java/com.grou...
  3. Upcoming Release of GroupDocs.Redaction for .NET

    We are excited to announce that GroupDocs.Redaction for .NET is going to be released soon. It will be a back-end API for removing sensitive and classified information from the documents of popular file formats. The API aims to provide a single, format-independent interface containing a set of redaction methods to redact text, metadata and annotations. GroupDocs.Redaction for .NET will soon be available for download. Features Offered by GroupDocs.Redaction for ....Text Redaction using Regular Expression Metadata Redaction Searching...

    blog.groupdocs.com/redaction/upcoming-release-o...
  4. GroupDocs.Search Product Family

    Find answers about text search and indexing of different files using code on any platform....Image Search using C# Regular expression Search using C# Phrase...

    kb.groupdocs.com/search/
  5. <input type="search"> - HTML: HyperText Markup ...

    elements of type search are text fields designed for the user to enter search queries into. These are functionally identical to text inputs, but may be styled differently by the user agent....when specified, is a regular expression that the input's value...be a valid JavaScript regular expression, as used by the RegExp...

    developer.mozilla.org/en-US/docs/Web/HTML/Eleme...
  6. searchquery - GroupDocs.Search for Java - API R...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......String pattern) Creates a regular expression query. static SearchQuery...int options) Creates a regular expression query. static SearchQuery...

    apireference.groupdocs.com/search/java/com.grou...
  7. Queries in text and object form | Documentation

    This article gives the knowledge about two ways to create a search query: in text or object form using Java search API....also use, for example, regular expression query as a part of more...Creating subquery 3 - regular expression query const subquery3...

    docs.groupdocs.com/search/nodejs-java/queries-i...
  8. 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...next type of query is a regular expression search query. Detailed...

    docs.groupdocs.com/search/net/build-search-query/
  9. GroupDocs.Parser.Templates Namespace - GroupDoc...

    The namespace provides classes for creating templates for parsing document data....position which uses the regular expression. TemplateTable Provides...

    apireference.groupdocs.com/parser/net/groupdocs...
  10. :has() - CSS: Cascading Style Sheets | MDN

    The functional :has() CSS pseudo-class represents an element if any of the relative selectors that are passed as an argument match at least one element when anchored against this element. This pseudo-class presents a way of selecting a parent element or a previous sibling element with respect to a reference element by taking a relative selector list as an argument....Analogy between :has() and regular expressions Interestingly, we can...lookahead assertion in regular expressions because they both allow...

    developer.mozilla.org/en-US/docs/Web/CSS/:has