Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 619 for

case sensitive

(0.11 sec)
  1. content/files/en-us/web/html/global_attributes/...

    The content behind MDN Web Docs. Contribute to mdn/content development by creating an account on GitHub....should not start with `xml` (case-insensitive), as it's reserved...being case insensitive and any attribute value being case-sensitive...

    github.com/mdn/content/blob/main/files/en-us/we...
  2. String.LastIndexOf Method (System) | Microsoft ...

    Reports the zero-based index position of the last occurrence of a specified Unicode character or string within this instance. The method returns -1 if the character or string is not found in this instance.... The search is case-sensitive. This method performs an...same. To perform a culture-sensitive search, use the CompareInfo...

    learn.microsoft.com/en-us/dotnet/api/system.str...
  3. <dashed-ident> - CSS: Cascading Style Sheets | MDN

    The CSS data type denotes an arbitrary string used as an identifier....names), except that it is case-sensitive . It starts with two dashes...

    developer.mozilla.org/en-US/docs/Web/CSS/dashed...
  4. String.Contains Method (System) | Microsoft Learn

    Returns a value indicating whether a specified string occurs within this string, using the specified comparison rules....method performs an ordinal (case-sensitive and culture-insensitive)...method performs an ordinal (case-sensitive and culture-insensitive)...

    learn.microsoft.com/en-us/dotnet/api/system.str...
  5. Redaction - GroupDocs.Redaction for Java - API ...

    All Classes Packages com.groupdocs.redaction com.groupdocs.redaction.configuration com.groupdocs.redaction.exceptions......provides classes for redacting sensitive information from documents...phrase in the document's text, case insensitive by default. class...

    apireference.groupdocs.com/redaction/java/com.g...
  6. Redaction - GroupDocs.Redaction for Java - API ...

    All Classes Packages com.groupdocs.redaction com.groupdocs.redaction.configuration com.groupdocs.redaction.exceptions......provides classes for redacting sensitive information from documents...phrase in the document's text, case insensitive by default. class...

    apireference.groupdocs.com/redaction/java/com.g...
  7. Access-Control-Allow-Credentials - HTTP | MDN

    The HTTP Access-Control-Allow-Credentials response header tells browsers whether the server allows credentials to be included in cross-origin HTTP requests....for this header and is case-sensitive. If you don't need credentials...

    developer.mozilla.org/en-US/docs/Web/HTTP/Heade...
  8. Text redactions | Documentation

    This article explains that how Java redaction API allows you to easily redact data of Sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....exact phase is case insensitive.For a case-sensitive redaction, there...

    docs.groupdocs.com/redaction/java/text-redactions/
  9. How to Integrate and Use GroupDocs' Online Sign...

    We have published a GroupDocs’ Signature plugin for Chrome. This online signature add-on provides GroupDocs users with a slick interface for signing documents from within Gmail. GroupDocs’ online signature plugin gives you the ability to sign documents online in Gmail emails, without having to install bulky office software. When you need to sign a document, GroupDocs Signature opens it for you. With the plugin, you no longer have to log in to the GroupDocs website to view a document....**Search **field is not case sensitive. The GroupDocs Signature...

    blog.groupdocs.com/signature/how-to-integrate-a...
  10. Modifier: (?ims-ims:...) - JavaScript | MDN

    A modifier overrides flag settings in a specific part of a regular expression. It can be used to enable or disable flags that change the meanings of certain regex syntax elements. These flags are i, m, and s....elements: The i flag makes the regex case-insensitive by making all literal...pattern. The world part is case-sensitive. Therefore, it matches...

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