changeset 33092:6c44d6d505f5

maint: merge stable to default.
author Nicholas R. Jankowski <jankowski.nicholas@gmail.com>
date Mon, 26 Feb 2024 23:30:33 -0500
parents f1cb625c8eb5 (current diff) 6ed312edd0d4 (diff)
children f93c00562f70 aabaf97c66ab
files libinterp/corefcn/regexp.cc
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/regexp.cc	Sun Feb 25 21:20:56 2024 -0800
+++ b/libinterp/corefcn/regexp.cc	Mon Feb 26 23:30:33 2024 -0500
@@ -879,6 +879,13 @@
 searches that reduce the number of matches (e.g., by creatively using set
 complement), and then further processing the return variables (now reduced in
 size) with successive @code{regexp} searches.
+
+Octave's @code{regexp} implementaion is based on the Perl Compatible Regular 
+Expressions library (@url{https://www.pcre.org/}).  For a more comprehensive list
+of rexexp operator syntax see the 
+@url{https://www.pcre.org/current/doc/html/pcre2syntax.html,,
+"PCRE Syntax quick-reference summary"}.
+
 @seealso{regexpi, strfind, regexprep}
 @end deftypefn */)
 {