Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion reference/pcre/functions/preg-match.xml
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@
)
]]>
</screen>
<para>

Check failure on line 232 in reference/pcre/functions/preg-match.xml

View workflow job for this annotation

GitHub Actions / DocBook Style Check (en)

preg-match.xml: <para> contains only inline content and should be <simpara>.
Alternatively, to avoid using <function>substr</function>, use the
<literal>\G</literal> assertion rather than the <literal>^</literal> anchor, or
the <literal>A</literal> modifier instead, both of which work with
the <literal>A</literal> modifier - both of which do not work with
the <parameter>offset</parameter> parameter.
</para>
</informalexample>
Expand Down
Loading