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:
Richard Frith-MacDonald 2000-08-13 05:35:16 +00:00
parent ee3d710d31
commit 0576bccce7
4 changed files with 119 additions and 18 deletions

View file

@ -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>