ChildContentRegex<N>
The ChildContentRegex<N>
parameter defines the content of a single child document.
This parameter accepts one or more regular expressions. The content identified must be in the range defined by the ChildRangeRegex
parameter.
The regular expressions used in the ChildContentRegex
parameter can contain sub-matches (enclosed in parentheses). If multiple matches are found, the content is concatenated (separated by new line characters).
For example, to define all content that is enclosed by <p> </p>
tags, set the parameter to:
ChildContentRegex0=<p>(.*)</p>
Type: | String |
Default: | None |
Required | No |
Configuration Section: | Any section that you have defined for TextToDocs settings |
Example: | ChildContentRegex0=<p>(.*)</p>
|
See Also: |