mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-02 17:41:05 +00:00
String documentation added for raplacing strings with strings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@7196 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
ee3d710d31
commit
0576bccce7
4 changed files with 119 additions and 18 deletions
|
@ -62,6 +62,20 @@
|
|||
<desc>
|
||||
</desc>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>replaceString:</sel>
|
||||
<arg type="NSString*">aString</arg>
|
||||
<sel>withString:</sel>
|
||||
<arg type="NSString*">replacement</arg>
|
||||
<desc>
|
||||
Replaces any (and all) occurrances of <em>aString</em> in the
|
||||
receiver by <em>replacement</em>.
|
||||
Has no effect if <em>aString</em> does not occur within the
|
||||
receiver. NB. an empty string is not considered to exist within
|
||||
the receiver.
|
||||
</desc>
|
||||
<standards><GNUstep/><NotMacOS-X/><NotOpenStep/></standards>
|
||||
</method>
|
||||
<method type="void">
|
||||
<sel>setString:</sel>
|
||||
<arg type="NSString*">aString</arg>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue