@@ -6420,20 +6420,20 @@ SELECT regexp_match('abc01234xyz', '(?:(.*?)(\d+)(.*)){1,1}');
6420
6420
</para>
6421
6421
<para>
6422
6422
If <literal>FX</literal> is specified, a separator in the template string
6423
- matches exactly one character in input string.Notice we don't insist the
6424
- input string character be the same as the template string separator .
6423
+ matches exactly one character inthe input string.But note that the
6424
+ input string characteris not required to be the same as theseparator from the template string.
6425
6425
For example, <literal>to_timestamp('2000/JUN', 'FXYYYY MON')</literal>
6426
6426
works, but <literal>to_timestamp('2000/JUN', 'FXYYYY MON')</literal>
6427
- returns an error because the secondtemplate string space is consumed
6428
- by the letter <literal>J</literal>in the input string.
6427
+ returns an error because the secondspace in the template string consumes
6428
+ the letter <literal>J</literal>from the input string.
6429
6429
</para>
6430
6430
</listitem>
6431
6431
6432
6432
<listitem>
6433
6433
<para>
6434
6434
A <literal>TZH</literal> template pattern can match a signed number.
6435
- Without the <literal>FX</literal> option,it can lead to ambiguity in
6436
- interpretation of the minus sign, which can also be interpreted as a separator.
6435
+ Without the <literal>FX</literal> option,minus signs may be ambiguous,
6436
+ and could be interpreted as a separator.
6437
6437
This ambiguity is resolved as follows: If the number of separators before
6438
6438
<literal>TZH</literal> in the template string is less than the number of
6439
6439
separators before the minus sign in the input string, the minus sign