att.patternReplacement
att.patternReplacement provides attributes for regular-expression matching and replacement. [16.2.3. Using Abbreviated Pointers 2.3.6.3. Milestone Method 2.3.6. The Reference System Declaration 2.3.6.2. Search-and-Replace Method]
Module | header | ||||||||||||||||
Members | prefixDef | ||||||||||||||||
Attributes | Attributes
|
||||||||||||||||
Source | Github
<classSpec module="header" type="atts" ident="att.patternReplacement"> <desc>provides attributes for regular-expression matching and replacement.</desc> <attList> <attDef ident="matchPattern" usage="req"> <desc>specifies a regular expression against which the values of other attributes can be matched.</desc> <datatype> <dataRef key="teidata.pattern"/> </datatype> </attDef> <attDef ident="replacementPattern" usage="req"> <desc>specifies a <soCalled>replacement pattern</soCalled>, that is, the skeleton of a relative or absolute URI containing references to groups in the <att>matchPattern</att> which, once subpattern substitution has been performed, complete the URI.</desc> <datatype> <dataRef key="teidata.replacement"/> </datatype> </attDef> </attList> </classSpec> |