- HTML: HyperText Markup Language | MDN,Character escape: \n, \u{...} - JavaScript | MDN,GitHub - ">
Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 420 for

regular characters

(0.04 sec)
  1. Searching watermarks | Documentation

    This article explains how to search watermarks while using GroupDocs. Watermarks API....Count ); } Regular expression search criteria Regular expressions...The below sample code uses a regular expression to search for watermarks...

    docs.groupdocs.com/watermark/net/searching-wate...
  2. <input type="password"> - HTML: HyperText Marku...

    elements of type password provide a way for the user to securely enter a password....usually by replacing each character with a symbol such as the...("*") or a dot ("•"). This character will vary depending on the...

    developer.mozilla.org/en-US/docs/Web/HTML/Eleme...
  3. Character escape: \n, \u{...} - JavaScript | MDN

    A character escape represents a character that may not be able to be conveniently represented in its literal form....Deutsch 日本語 A character escape represents a character that may not...Unicode code point of the character. The \xHH form must have two...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  4. GitHub - groupdocs-search/GroupDocs.Search-for-...

    GroupDocs.Search-for-Node.js-via-Java. Contribute to groupdocs-search/GroupDocs.Search-for-Node.js-via-Java development by creating an account on GitHub....Support for blended characters. Support for characters indexed as a...a whole word. Support for character replacement during indexing...

    github.com/groupdocs-search/GroupDocs.Search-fo...
  5. Search operation table | Documentation

    This article shows that how to provides syntax of all elements allowed in text search queries....@macro1 & @macro2 Regular expression specifier ^ regular-expression...regular-expression Regular expression specifier is used to specify query that is...

    docs.groupdocs.com/search/java/search-operation...
  6. Search operation table | Documentation

    This article shows that how to provides syntax of all elements allowed in text search queries....@macro1 & @macro2 Regular expression specifier ^ regular-expression...regular-expression Regular expression specifier is used to specify query that is...

    docs.groupdocs.com/search/nodejs-java/search-op...
  7. GitHub - groupdocs-search/GroupDocs.Search-for-...

    GroupDocs.Search for .NET examples, plugins and showcase projects - groupdocs-search/GroupDocs.Search-for-.NET...Support for blended characters. Support for characters indexed as a...a whole word. Support for character replacement during indexing...

    github.com/groupdocs-search/GroupDocs.Search-fo...
  8. <input type="url"> - HTML: HyperText Markup Lan...

    elements of type url are used to let the user enter and edit a URL....attribute, when specified, is a regular expression that the input's...must be a valid JavaScript regular expression, as used by the...

    developer.mozilla.org/en-US/docs/Web/HTML/Eleme...
  9. Search operation table | Documentation

    This article shows that how to provides syntax of all elements allowed in text search queries....@macro1 & @macro2 Regular expression specifier ^ regular-expression...regular-expression Regular expression specifier is used to specify query that is...

    docs.groupdocs.com/search/net/search-operation-...
  10. Named backreference: \k<name> - JavaScript | MDN

    A named backreference refers to the submatch of a previous named capturing group and matches the same text as that group. For unnamed capturing groups, you need to use the normal backreference syntax.... This makes the regular expression more readable and...is the same as the literal character k . This is a deprecated syntax...

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