|
696 | 696 | \tcode{ECMAScript} &
|
697 | 697 | Specifies that the grammar recognized by the regular expression engine
|
698 | 698 | shall be that used by ECMAScript in ECMA-262, as modified in~\ref{re.grammar}.
|
| 699 | +\newline \xref ECMA-262 15.10 |
699 | 700 | \indextext{ECMAScript}%
|
700 | 701 | \indexlibrary{\idxcode{syntax_option_type}!\idxcode{ECMAScript}}%
|
701 | 702 | \\ \rowsep
|
702 | 703 | %
|
703 | 704 | \tcode{basic} &
|
704 | 705 | Specifies that the grammar recognized by the regular expression engine
|
705 |
| -shall be that used by basic regular expressions in POSIX, Base Definitions and |
706 |
| -Headers, Section 9, Regular Expressions. |
| 706 | +shall be that used by basic regular expressions in POSIX. |
| 707 | +\newline \xref POSIX, Base Definitions and Headers, Section 9.3 |
707 | 708 | \indextext{POSIX!regular expressions}%
|
708 | 709 | \indexlibrary{\idxcode{syntax_option_type}!\idxcode{basic}}%
|
709 | 710 | \\ \rowsep
|
710 | 711 | %
|
711 | 712 | \tcode{extended} &
|
712 | 713 | Specifies that the grammar recognized by the regular expression engine
|
713 |
| -shall be that used by extended regular expressions in POSIX, Base Definitions and |
714 |
| -Headers, Section 9, Regular Expressions. |
| 714 | +shall be that used by extended regular expressions in POSIX. |
| 715 | +\newline \xref POSIX, Base Definitions and Headers, Section 9.4 |
715 | 716 | \indextext{POSIX!extended regular expressions}%
|
716 | 717 | \indexlibrary{\idxcode{syntax_option_type}!\idxcode{extended}}%
|
717 | 718 | \\ \rowsep
|
|
4191 | 4192 | \indextext{regular expression traits!\idxcode{lookup_classname}}%
|
4192 | 4193 | \indextext{\idxcode{lookup_classname}!regular expression traits}%
|
4193 | 4194 | \end{itemize}
|
| 4195 | +\xref ECMA-262 15.10 |
4194 | 4196 | \indextext{regular expression|)}
|
0 commit comments