December 2015
Intermediate to advanced
612 pages
15h 47m
English
CHAPTER 8
![]()
Working with Textual Data
Chapters 2 and 3 introduced the F# type for strings. While F#’s specialty is in programming with structured data, unstructured textual data is exceptionally common in programming, both as a data format and as an internal representation in algorithms that work over documents and text. In this chapter, you will learn some of the techniques available for working with textual data in F# programs, including working with the XML and JSON semi-structured data formats, which are initially represented as text.
Building Strings and Formatting Data
In Chapter 3, you saw the different forms of string literals (strings ...
Read now
Unlock full access