change_case
Description:
[ Version ( since = "3.12" ) ]
public void change_case (SourceChangeCaseType case_type, TextIter start, TextIter end)
public void change_case (SourceChangeCaseType case_type, TextIter start, TextIter end)
Changes the case of the text between the specified iterators.
Parameters:
| this |
a SourceBuffer. |
| case_type |
how to change the case. |
| start |
a TextIter. |
| end |
a TextIter. |