Converts fractional symbols into decimals
Used to retrieve data from individual table columns
requires that the CheerioApi object be passed in
the column number starting at 1
if true, the HTML will be returned, otherwise just text with HTML removed
Strips the commas out of a string. Used for strings that are large numbers
Removes whitespace at the start and end of the string, remove line breaks and removes occurrences where multiple spaces occur
Generated using TypeDoc
Changes a string to camelCase
"foo bar" becomes "fooBar"