mirror of
https://github.com/PawelSuwinski/moodle-auth_emailotp.git
synced 2026-05-16 21:41:27 +02:00
docs: misspelled fields mapping PCRE pattern example (Fix #1)
This commit is contained in:
@@ -47,7 +47,7 @@ $string['fieldsmapping_help'] = <<<'EOT'
|
||||
|
||||
Pattern:<br />
|
||||
<pre>
|
||||
'#/?P<FIRST>[^\.]+)\.(?P<LAST>[^@]+)@(?P<COMPANY>[^\.]+).*#',
|
||||
#/(?P<FIRST>[^\.]+)\.(?P<LAST>[^@]+)@(?P<COMPANY>[^\.]+).*#
|
||||
</pre>
|
||||
|
||||
Mapping:<br />
|
||||
|
||||
@@ -47,7 +47,7 @@ $string['fieldsmapping_help'] = <<<'EOT'
|
||||
|
||||
Wzorzec:<br />
|
||||
<pre>
|
||||
'#/?P<FIRST>[^\.]+)\.(?P<LAST>[^@]+)@(?P<COMPANY>[^\.]+).*#',
|
||||
#/(?P<FIRST>[^\.]+)\.(?P<LAST>[^@]+)@(?P<COMPANY>[^\.]+).*#
|
||||
</pre>
|
||||
|
||||
Mapowanie:<br />
|
||||
|
||||
Reference in New Issue
Block a user