aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/RESearch.h
AgeCommit message (Collapse)AuthorFilesLines
2001-04-29Addition of new target methods - versions of ReplaceTarget that take countednyamatongwe1-3/+3
strings to allow for nulls, SearchInTarget and Get/SetSearchFlags to use a series of calls rather than a structure. Handling of \000 in search and replace. Handling of /escapes within character ranges of regular expressions. Some handling of bare ^ and $ regular expressions.
2001-04-06Made regular expression searching work on a line by line basis, made ^ andnyamatongwe1-1/+2
$ work, made [set] work, and added a case insensitive option.
2001-04-05Replace target functionality to make find and replace operations fasternyamatongwe1-1/+6
by diminishing screen updates and allow for \d patterns in the replacement text.
2001-04-04Moved to public domain regular expresion implementation.nyamatongwe1-0/+54