Crate raqiya_bible_reference

Crate raqiya_bible_reference 

Source

Structs§

ReferenceMatch

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.