docs: misspelled fields mapping PCRE pattern example (Fix #1)

This commit is contained in:
Paweł Suwiński
2021-01-05 10:49:57 +01:00
parent 53162e2a91
commit ae7ab59097
4 changed files with 10 additions and 4 deletions

View File

@@ -47,7 +47,7 @@ $string['fieldsmapping_help'] = <<<'EOT'
Pattern:<br />
<pre>
'#/?P&lt;FIRST&gt;[^\.]+)\.(?P&lt;LAST&gt;[^@]+)@(?P&lt;COMPANY&gt;[^\.]+).*#',
#/(?P&lt;FIRST&gt;[^\.]+)\.(?P&lt;LAST&gt;[^@]+)@(?P&lt;COMPANY&gt;[^\.]+).*#
</pre>
Mapping:<br />

View File

@@ -47,7 +47,7 @@ $string['fieldsmapping_help'] = <<<'EOT'
Wzorzec:<br />
<pre>
'#/?P&lt;FIRST&gt;[^\.]+)\.(?P&lt;LAST&gt;[^@]+)@(?P&lt;COMPANY&gt;[^\.]+).*#',
#/(?P&lt;FIRST&gt;[^\.]+)\.(?P&lt;LAST&gt;[^@]+)@(?P&lt;COMPANY&gt;[^\.]+).*#
</pre>
Mapowanie:<br />