strings vocabulary - Factor Documentation (original) (raw)

strings vocabulary
Factor handbook » Vocabulary index

Documentation
Strings

Metadata

Tags: text, collections
Authors: Slava Pestov

Words

Builtin classes

string

Primitives

Word Stack effect
( n ch -- string )
resize-string ( n str -- newstr )

Ordinary words

Word Stack effect
1string ( ch -- str )
>string ( seq -- str )

Class predicate words

Word Stack effect
string? ( object -- ? )

Files

resource:core/strings/strings.factor
resource:core/strings/strings-docs.factor
resource:core/strings/strings-tests.factor

Metadata files

resource:core/strings/authors.txt
resource:core/strings/summary.txt
resource:core/strings/tags.txt

Children from resource:core

Vocabulary Summary
strings.parser Parsing strings

Children from resource:basis

Vocabulary Summary
strings.tables