Summary
###########################################################################
File: escapesq.icn
Subject: Procedures to deal with character string escapes
Author: Robert J. Alexander
Date: May 13, 1994
###########################################################################
This file is in the public domain.
###########################################################################
Procedure kit for dealing with escape sequences in Icon character
string representations. Note that Icon escape sequences are
very similar to C escapes, so this works for C strings, too.
escapeseq() -- a matching procedure for Icon string escape sequences
escchar() -- produces the character value of an Icon string escape sequence
escape() -- converts a string with escape sequences (as in Icon string
representation) to the string it represents with escape
quotedstring() -- matching routine for a quoted string.
###########################################################################
Procedures:
escape, escapeseq, escchar, escchar_convert, quotedstring
This file is part of the (main) package.
Source code.
escape(s1)
s2
escapeseq()
s
escchar(s1)
s2
escchar_convert(r, max)
quotedstring()
s
This page produced by UniDoc on 2021/04/15 @ 23:59:54.