Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 203 for

case insensitive

(0.07 sec)
  1. DocumentTableColumnCollection.Contains Method (...

    Returns a value indicating whether this collection contains a column with the specified name....Type: System String The case-insensitive name of a column to look...

    apireference.groupdocs.com/assembly/net/groupdo...
  2. TextRedaction - GroupDocs.Redaction for Java - ...

    All Classes Packages com.groupdocs.redaction com.groupdocs.redaction.configuration com.groupdocs.redaction.exceptions......in the document's text, case insensitive by default. class RegexRedaction...

    apireference.groupdocs.com/redaction/java/com.g...
  3. DocumentTableColumnCollection.IndexOf Method (S...

    Returns the index of a column with the specified name within this collection....Type: System String The case-insensitive name of a column to find...

    apireference.groupdocs.com/assembly/net/groupdo...
  4. DocumentTableCollection.Item Property (String) ...

    Gets a DocumentTable instance with the specified name from the collection....Type: System String The case-insensitive name of the table to return...

    apireference.groupdocs.com/assembly/net/groupdo...
  5. TextRedaction - GroupDocs.Redaction for Java - ...

    All Classes Packages com.groupdocs.redaction com.groupdocs.redaction.configuration com.groupdocs.redaction.exceptions......in the document's text, case insensitive by default. class RegexRedaction...

    apireference.groupdocs.com/redaction/java/com.g...
  6. Replace Text in DOCX Online

    Replace DOCX text in document content and metadata online.... Case sensitive and case insensitive pattern matching...

    products.groupdocs.app/redaction/replace-text-i...
  7. Replace Text in Pdf Documents Online

    Replace text in Pdf document content and metadata online.... Case sensitive and case insensitive pattern matching...

    products.groupdocs.app/redaction/replace-text-i...
  8. GroupDocs.Search.Dictionaries Namespace - Group...

    The namespace provides classes of various dictionaries....characters or to make case-insensitive index. CharacterReplacement...

    apireference.groupdocs.com/search/net/groupdocs...
  9. RegExp.prototype.ignoreCase - JavaScript | MDN

    The ignoreCase accessor property of RegExp instances returns whether or not the i flag is used with this regular expression.... The i flag indicates that case should be ignored while attempting...attempting a match in a string. Case-insensitive matching is done by mapping...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  10. Doctype - MDN Web Docs Glossary: Definitions of...

    In HTML, the doctype is the required preamble found at the top of all documents. Its sole purpose is to prevent a browser from switching into so-called "quirks mode" when rendering a document; that is, the doctype ensures that the browser makes a best-effort attempt at following the relevant specifications, rather than using a different rendering mode that is incompatible with some specifications.... The doctype is case-insensitive. The convention of MDN...

    developer.mozilla.org/en-US/docs/Glossary/Doctype