#include <list>#include <sstream>#include "oct-locbuf.h"#include "quit.h"#include "lo-regexp.h"#include "str-vec.h"#include "defun.h"#include "Cell.h"#include "error.h"#include "errwarn.h"#include "oct-map.h"#include "ovl.h"#include "utils.h"Go to the source code of this file.
Functions | |
| octave_value_list | Fregexp (const octave_value_list &args, int nargout) |
| octave_value_list | Fregexpi (const octave_value_list &args, int nargout) |
| octave_value_list | Fregexprep (const octave_value_list &args, int) |
| octave_value_list Fregexp | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
Definition at line 890 of file regexp.cc.
References octave_value_list::length(), and print_usage().
| octave_value_list Fregexpi | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
Definition at line 1235 of file regexp.cc.
References octave_value_list::length(), and print_usage().
| octave_value_list Fregexprep | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1466 of file regexp.cc.
References octave_value_list::cell_value(), Array< T, Alloc >::dims(), error(), octave_value_list::length(), Array< T, Alloc >::numel(), dim_vector::numel(), ovl(), and print_usage().