EmbeddedReferenceParser
Table of Contents
Properties
- $referenceRegex : string
- https://regex101.com/r/8O8N3h/2
Methods
Properties
$referenceRegex
https://regex101.com/r/8O8N3h/2
private
string
$referenceRegex
= '/^(.*?)((?<!\\\\)<([^<]+)(?<!\\\\)>)?$/s'
Methods
extractEmbeddedReference()
private
extractEmbeddedReference(string $text) : ReferenceData
Parameters
- $text : string