Commit d969775d authored by Gustavo Niemeyer's avatar Gustavo Niemeyer

Fixed \versionadded for the (?(id/name)yes|no) expression support.

parent 9e62ff28
...@@ -304,7 +304,7 @@ is optional and can be omitted. For example, ...@@ -304,7 +304,7 @@ is optional and can be omitted. For example,
\regexp{(<)?(\e w+@\e w+(?:\e .\e w+)+)(?(1)>)} is a poor email matching \regexp{(<)?(\e w+@\e w+(?:\e .\e w+)+)(?(1)>)} is a poor email matching
pattern, which will match with \code{'<user@host.com>'} as well as pattern, which will match with \code{'<user@host.com>'} as well as
\code{'user@host.com'}, but not with \code{'<user@host.com'}. \code{'user@host.com'}, but not with \code{'<user@host.com'}.
\versionadded{2.3} \versionadded{2.4}
\end{list} \end{list}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment