GOffice.SearchReplace¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
Ignore the case of letters. |
||
r/w |
Is the search text a regular expression. |
||
r/w |
Match whole words only. |
||
r/w |
Preserve the case of letters. |
||
r/w |
The text to replace with |
||
r/w |
The text to search for |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
base |
r |
||
comp_search |
r |
||
ignore_case |
r |
consider “a” and “A” the same. |
|
is_regexp |
r |
search text is a regular expression. |
|
match_words |
r |
like grep -w. |
|
plain_replace |
r |
||
preserve_case |
r |
like Emacs’ case-replace. |
|
replace_text |
r |
string to use as replacement/ |
|
search_text |
r |
string to replace. |
Class Details¶
Property Details¶
- GOffice.SearchReplace.props.ignore_case¶
-
Ignore the case of letters.
- GOffice.SearchReplace.props.is_regexp¶
-
Is the search text a regular expression.
- GOffice.SearchReplace.props.match_words¶
-
Match whole words only.
- GOffice.SearchReplace.props.preserve_case¶
-
Preserve the case of letters.
- GOffice.SearchReplace.props.replace_text¶
-
The text to replace with