Header menu logo FsSpreadsheet

Utils Module

Functions and values

Function or value Description

Utils.extractWords json

Full Usage: Utils.extractWords json

Parameters:
    json : string

Returns: string array
json : string
Returns: string array

Utils.firstDiff s1 s2

Full Usage: Utils.firstDiff s1 s2

Parameters:
    s1 : 'a seq
    s2 : 'a seq

Returns: int * 'a option * 'a option
Modifiers: inline
Type parameters: 'a
s1 : 'a seq
s2 : 'a seq
Returns: int * 'a option * 'a option

Utils.wordFrequency json

Full Usage: Utils.wordFrequency json

Parameters:
    json : string

Returns: (string * int) array
json : string
Returns: (string * int) array

Type something to start searching.