fitz v0.1.1 Fitz.String
Documentation for Fitz.String.
Link to this section Summary
Functions
String contains_all?. Checks to see if a string contains a list of required elements
Fitz.String.permalink/1 Generates permalink
Fitz.String.permalink/2 Generates permalink with a given prefix
Link to this section Functions
Link to this function
contains_all?(string, required)
String contains_all?. Checks to see if a string contains a list of required elements
Link to this function
parse_for_html(string)
Link to this function
permalink(name)
Fitz.String.permalink/1 Generates permalink
Link to this function
permalink(prefix, name)
Fitz.String.permalink/2 Generates permalink with a given prefix
Link to this function
remove_double_quotes(string)
Link to this function