summaryrefslogtreecommitdiff
path: root/Doc/Manual/SWIG.html
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/Manual/SWIG.html')
-rw-r--r--Doc/Manual/SWIG.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/Manual/SWIG.html b/Doc/Manual/SWIG.html
index 178247e42..bf1705d20 100644
--- a/Doc/Manual/SWIG.html
+++ b/Doc/Manual/SWIG.html
@@ -1889,6 +1889,13 @@ and a more descriptive one, but the two functions are otherwise equivalent:
<td><tt>wxPrint</tt></td><td><tt>Print</tt></td>
</tr>
<tr>
+ <td><tt>rstrip:[suffix]</tt></td>
+ <td>String without the given suffix or the original string if it doesn't
+ end with this suffix. Note that square brackets should be used
+ literally, e.g. <tt>%rename("rstrip:[Cls]")</tt></td>
+ <td><tt>PrintCls</tt></td><td><tt>Print</tt></td>
+</tr>
+<tr>
<td><span style="white-space: nowrap;"><tt>regex:/pattern/subst/</tt></span></td>
<td>String after (Perl-like) regex substitution operation. This function
allows to apply arbitrary regular expressions to the identifier names. The