Structs§
Enums§
- BookId
- Reference
- Represents a reference to a Bible passage via chapter and or more verses.
- TextId
- Represents a text containg Bible content. It can be
Functions§
- find_
reference_ matches_ in - Finds all Bible passage references in a given value with their content and position. Only those book abbreviations included in a given text are supported.
- parse_
reference_ by_ text - Parses a single reference from a string by a given text for the Bible.
- parse_
references_ by_ text - The same as parse_reference_by_text except it parses and returns multiple references which are separated by a semicolon character (‘;’).
- replace_
reference_ matches_ in - Replaces all references found with a corresponding reference found according to a given text.