Skip to content

Slot: partial_match

if not true then the pattern must match the whole string, as if enclosed in ^...$

URI: [linkml:partial_match](https://w3id.org/linkml/partial_match) ## Applicable Classes | Name | Description | Modifies Slot | | --- | --- | --- | | [PatternExpression](PatternExpression.md) | a regular expression pattern used to evaluate conformance of a string | no | ## Properties ### Type and Range | Property | Value | | --- | --- | | Range | [Boolean](Boolean.md) | | Domain | [PatternExpression](PatternExpression.md) | | Domain Of | [PatternExpression](PatternExpression.md) | ### Cardinality and Requirements | Property | Value | | --- | --- | ## In Subsets * [SpecificationSubset](SpecificationSubset.md) ## Identifier and Mapping Information ### Schema Source * from schema: https://w3id.org/linkml/meta ## Mappings | Mapping Type | Mapped Value | | --- | --- | | self | linkml:partial_match | | native | linkml:partial_match | ## LinkML Source
name: partial_match
description: if not true then the pattern must match the whole string, as if enclosed
  in ^...$
in_subset:
- SpecificationSubset
from_schema: https://w3id.org/linkml/meta
rank: 1000
domain: pattern_expression
domain_of:
- pattern_expression
range: boolean