Fsharp Tutorial
Fsharp: String
By Xah Lee. Date:
2024-03-12
. Last updated:
2026-05-29
.
What is String
String type's value is sequence of
Unicode Characters
.
String is immutable. (once created, it cannot change.)
string
is an alias for
System.String
in dotnet.
Fsharp, String
Fsharp: Print
Fsharp: String
Fsharp: Single Quoted String
Fsharp: Triple quote string (verbatim)
Fsharp: At Sign @ String (verbatim)
Fsharp: Dollar Sign $ String (template)
Fsharp: String Escape Sequence
Fsharp: Format String
Fsharp: Convert String
Fsharp: Replace String
Fsharp: String Operations
Fsharp
Install
Install
Filename Extension
Overview
Comment
Print
String
Number
Types
Variable
True False
If Then
Loop
Function
data structure
tuple
list
array
sequence
file
Read File
Write File
List Dir Content
File Path Ops
misc
Datetime
Misc