comparison src/DLD-FUNCTIONS/regexp.cc @ 14366:b76f0740940e

doc: Periodic grammar check of documentation. * accumarray.m, repmat.m, imshow.m, strread.m, edit.m, mkoctfile.m, warning_ids.m, glpk.m, lsqnonneg.m, optimset.m, pqpnonneg.m, figure.m, print.m, __print_parse_opts__.m, gmres.m, zscore.m, __init_fltk__.cc, cellfun.cc, nproc.cc, regexp.cc, spparms.cc, dirfns.cc, file-io.cc, load-save.cc, ov-null-mat.cc, ov-usr-fcn.cc, variables.cc: Periodic grammar check of documentation.
author Rik <octave@nomad.inbox5.com>
date Wed, 15 Feb 2012 13:31:31 -0800
parents 97883071e8e4
children 8bfa6e2bb4ed
comparison
equal deleted inserted replaced
14365:a598273c9c3d 14366:b76f0740940e
455 @item .\n\ 455 @item .\n\
456 Match any character\n\ 456 Match any character\n\
457 \n\ 457 \n\
458 @item * + ? @{@}\n\ 458 @item * + ? @{@}\n\
459 Repetition operators, representing\n\ 459 Repetition operators, representing\n\
460 \n\
460 @table @code\n\ 461 @table @code\n\
461 @item *\n\ 462 @item *\n\
462 Match zero or more times\n\ 463 Match zero or more times\n\
463 \n\ 464 \n\
464 @item +\n\ 465 @item +\n\