Category:String methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Created page with " Intrinsic String methods treat their method object as a Longstring value. Any value that is not a String...")
 
mNo edit summary
Line 1: Line 1:
[[Intrinsic classes#Two generic intrinsic classes: string and numeric|String]] methods treat their method object as a <var>Longstring</var> value. Any value that is not a string value is [[Intrinsic classes#Automatic “implicit” conversion of intrinsic values|automatically converted]] before it is acted on by the method.                           


 
The individual <var>String</var> methods are described in the following articles. The term <var>String</var> in these descriptions typically refers to a <var>String</var> or a <var>Longstring</var>, unless otherwise specified.  For other information about the conventions followed, see [[Notation conventions for methods]].
[[Intrinsic classes#Two generic intrinsic classes: string and numeric|Intrinsic String]] methods treat their method object as a Longstring value. Any value that is not a String value is [[Intrinsic classes#Automatic “implicit” conversion of intrinsic values|automatically converted]] before it is acted on by the method.                           
 
The individual intrinsic String methods are described in the following articles. The term <tt>string</tt> in these descriptions typically refers to a String or a Longstring, unless otherwise specified.  For other information about the conventions followed, see [[Notation conventions for methods]].


[[Category:Intrinsic methods]]
[[Category:Intrinsic methods]]

Revision as of 14:28, 19 January 2011

String methods treat their method object as a Longstring value. Any value that is not a string value is automatically converted before it is acted on by the method.

The individual String methods are described in the following articles. The term String in these descriptions typically refers to a String or a Longstring, unless otherwise specified. For other information about the conventions followed, see Notation conventions for methods.

Pages in category "String methods"

The following 97 pages are in this category, out of 97 total.