"TextArea" (Interpreter Type)
-
See Also
- Interpreter
- Restricted
- Failure
-
- Interpreter Types
- String
- TextLine
- URLString
- Related Guides
-
-
See Also
- Interpreter
- Restricted
- Failure
-
- Interpreter Types
- String
- TextLine
- URLString
- Related Guides
-
See Also
"TextArea" (Interpreter Type)
String in a standard format.
Details
- "TextArea" can be used in Interpreter and related constructs, including deployed smart form fields.
- Use of "TextArea" does not require connectivity to the Wolfram Cloud.
- "TextArea" is effectively the same as "String", but will create a multiline input field when used in a FormFunction.
Restriction Specifications
-
Restricted["TextArea",{{choice1,…}}] one among choices Restricted["TextArea",pattern] a string matching pattern Restricted["TextArea",pattern,length] a string matching pattern and shorter than length
Interpretation
- "TextArea" yields the input string unchanged.
Examples
Basic Examples (3)
Interpreter["TextArea"]["Tiger, tiger, burning bright
In the forests of the night,
What immortal hand or eye
Could frame thy fearful symmetry?"]Interpreter["TextArea"]["1.one
2.two
3.three"]Interpreter[Restricted["TextArea", (LetterCharacter.. ~~ "
")..]]["alpha
beta
gamma
"]Interpreter[Restricted["TextArea", Automatic, 20]]["Lorem ipsum dolor..."]Interpreter[Restricted["TextArea", Automatic, 20]]["Lorem ipsum dolor sit amet"]Related Guides
History
Introduced in 2014 (10.0)