The text data type.
text = *(TSAFE-CHAR / ":" / DQUOTE / ESCAPED-CHAR)
; Folded according to description above
ESCAPED-CHAR = ("\\" / "\;" / "\," / "\N" / "\n")
; \\ encodes \, \N or \n encodes newline
; \; encodes ;, \, encodes ,
TSAFE-CHAR = %x20-21 / %x23-2B / %x2D-39 / %x3C-5B /
%x5D-7E / NON-US-ASCII
; Any character except CTLs not needed by the current
; character set, DQUOTE, ";", ":", "\", ","
Located in /datatypes.php (line 686)
PhpiCalLib_DataType | --PhpiCalLib_DataTypes_Text
Inherited from PhpiCalLib_DataType
PhpiCalLib_DataType::$DataType
PhpiCalLib_DataType::$IanaTokenRegex
PhpiCalLib_DataType::$TypeMap
Constructor
Access the unescaped text value
Extract the text value from the encoded string
Set the value
Convert to an encoded string
Inherited From PhpiCalLib_DataType
PhpiCalLib_DataType::FromDataType()
PhpiCalLib_DataType::ToDataType()
Documentation generated on Tue, 01 Apr 2008 00:20:10 +0100 by phpDocumentor 1.4.0