8.16.0.4

5 Input, Output, and Strings🔗ℹ

Rhombus’s port layer supports general I/O in terms of byte strings, but it also supports strings with an implicit coercion via UTF-8. Those implicit coercions mesh with Rhombus’s string-based printing, interpolation, and regexp matching libraries.

    5.1 Printing Strings and Other Values

    5.2 String Interpolation

    5.3 Input and Output Ports

    5.4 Closeable Objects

    5.5 Regular Expressions

      5.5.1 Regular Expression Language

      5.5.2 Full versus Partial Regexp Matching

      5.5.3 String, Byte String, and Port Matching

      5.5.4 Regexp Quick Reference