Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/syntax_perl.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ with individual elements matched as follows;
[table
[[Construct][What gets matched]]
[[[^AtomA AtomB]][Locates the best match for /AtomA/ that has a following match for /AtomB/.]]
[[[^Expression1 | Expression2]][If /Expresion1/ can be matched then returns that match,
[[[^Expression1 | Expression2]][If /Expression1/ can be matched then returns that match,
otherwise attempts to match /Expression2/.]]
[[[^S{N}]][Matches /S/ repeated exactly N times.]]
[[[^S{N,M}]][Matches S repeated between N and M times, and as many times as possible.]]
Expand Down