| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |
Arguments: text-edit-pane string replacement &key backward case-sensitive globally
Searches for a string in a text control, and if found replaces one or
more occurrences of that string with a second string. If one or more
matches were found, then the number of replacements that was done is
returned; otherwise nil
is returned.
The arguments are:
text-edit-pane
or rich-edit-pane
to search.
nil
, meaning do a forward search.
nil
meaning do a
case-insensitive search.
nil
, meaning
replace a single match only.
To ask the user interactively for the search and replacement strings, it may be useful to call ask-user-for-string or pop-up-strings-dialog.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page was not revised from the 8.0 page.
Created 2009.10.15.
| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |