SubstringFn |
appearance as argument number 1 |
(documentation SubstringFn EnglishLanguage "(SubstringFn ?SymbolicString ?NonnegativeInteger-1 ?NonnegativeInteger-2) denotes a string that is a subString of ?SymbolicString, begins with the Character at the index ?NonnegativeInteger-1, and ends with the Character at the index (SubtractionFn ?NonnegativeInteger-2 1). The first Character in ?SymbolicString is denoted by the index 0. If the value of ?NonnegativeInteger-1 or ?NonnegativeInteger-2 is greater than the value of (StringLengthFn ?SymbolicString), or if ?NonnegativeInteger-1 is greater than ?NonnegativeInteger-2, the result of evaluating the SubstringFn expression is undefined. Example: (equal "Charle" (SubstringFn "Charles Darwin" 0 6)).") | Mid-level-ontology.kif 24708-24720 | |
(domain SubstringFn 1 SymbolicString) | Mid-level-ontology.kif 24704-24704 | The number 1 argument of substring fn is an instance of symbolic string |
(domain SubstringFn 2 NonnegativeInteger) | Mid-level-ontology.kif 24705-24705 | The number 2 argument of substring fn is an instance of nonnegative integer |
(domain SubstringFn 3 NonnegativeInteger) | Mid-level-ontology.kif 24706-24706 | The number 3 argument of substring fn is an instance of nonnegative integer |
(instance SubstringFn PartialValuedRelation) | Mid-level-ontology.kif 24702-24702 | Substring fn is an instance of partial valued relation |
(instance SubstringFn SingleValuedRelation) | Mid-level-ontology.kif 24703-24703 | Substring fn is an instance of single valued relation |
(instance SubstringFn TernaryFunction) | Mid-level-ontology.kif 24701-24701 | Substring fn is an instance of ternary function |
(range SubstringFn SymbolicString) | Mid-level-ontology.kif 24707-24707 | The range of substring fn is an instance of symbolic string |
appearance as argument number 2 |
(format ChineseLanguage SubstringFn "%1 的 sub-string 从 %2 对于 %3 ") | domainEnglishFormat.kif 4706-4706 | |
(format ChineseTraditionalLanguage SubstringFn "%1 的 sub-string 從 %2 對於 %3 ") | domainEnglishFormat.kif 4705-4705 | |
(format EnglishLanguage SubstringFn "the sub-string of %1 from %2 to %3") | domainEnglishFormat.kif 4704-4704 | |
(termFormat EnglishLanguage SubstringFn "substring fn") | domainEnglishFormat.kif 65602-65602 |
antecedent |
consequent |