|
686 | 686 | \tcode{ECMAScript} &
|
687 | 687 | Specifies that the grammar recognized by the regular expression engine
|
688 | 688 | shall be that used by ECMAScript in ECMA-262, as modified in~\ref{re.grammar}.
|
689 |
| -\newline \xref ECMA-262 15.10 |
| 689 | +\newline \xref{ECMA-262 15.10} |
690 | 690 | \indextext{ECMAScript}%
|
691 | 691 | \indexlibrarymember{syntax_option_type}{ECMAScript}%
|
692 | 692 | \\ \rowsep
|
693 | 693 | %
|
694 | 694 | \tcode{basic} &
|
695 | 695 | Specifies that the grammar recognized by the regular expression engine
|
696 | 696 | shall be that used by basic regular expressions in POSIX.
|
697 |
| -\newline \xref POSIX, Base Definitions and Headers, Section 9.3 |
| 697 | +\newline \xref{POSIX, Base Definitions and Headers, Section 9.3} |
698 | 698 | \indextext{POSIX!regular expressions}%
|
699 | 699 | \indexlibrarymember{syntax_option_type}{basic}%
|
700 | 700 | \\ \rowsep
|
701 | 701 | %
|
702 | 702 | \tcode{extended} &
|
703 | 703 | Specifies that the grammar recognized by the regular expression engine
|
704 | 704 | shall be that used by extended regular expressions in POSIX.
|
705 |
| -\newline \xref POSIX, Base Definitions and Headers, Section 9.4 |
| 705 | +\newline \xref{POSIX, Base Definitions and Headers, Section 9.4} |
706 | 706 | \indextext{POSIX!extended regular expressions}%
|
707 | 707 | \indexlibrarymember{syntax_option_type}{extended}%
|
708 | 708 | \\ \rowsep
|
|
3997 | 3997 | iterator range \range{first}{last} if
|
3998 | 3998 | \tcode{traits_inst.isctype(c, traits_inst.lookup_classname(first, last, flags() \& icase))} is \tcode{true}.
|
3999 | 3999 | \end{itemize}
|
4000 |
| -\xref ECMA-262 15.10 |
| 4000 | +\xref{ECMA-262 15.10} |
4001 | 4001 | \indextext{regular expression|)}
|
0 commit comments