Working With String Data in Recital

From Recital Documentation Wiki
Revision as of 07:50, 21 October 2009 by Barrymavin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Working With String Data in Recital

Changing the Case of a String

Converting to and from ASCII Values

Printing Formatted Strings in Recital

Recital printf Formatting Specifiers

Finding the Length of a Recital String

Converting a String Into an Array

Converting an Array into a String

String Conversion Functions

Removing Leading and Trailing Whitespace from a Recital String

Comparing Strings in Recital

String Comparison Functions Return Value

Accessing and Modifiying Characters in String

Searching for Characters and Substrings in a Recital String

Extracting and Replacing Substrings in Recital

Replacing All Instances of a Word in a Recital String

Miscellaneous String Functions

Summary