Open kerrishotts opened 12 years ago
For example, permit "John 3:16", "John 3", "Mat 13:1", "Mt 13:1", "1 Corinthians 1:1", "1Co 1:1". A couple regular expressions should help determine if it is a reference: [A-Za-z\ ][0-9]+ and [A-Za-z\ ][0-9]+:[0-9]+
Not sure if necessary with new 3-tier navigation menu?
For example, permit "John 3:16", "John 3", "Mat 13:1", "Mt 13:1", "1 Corinthians 1:1", "1Co 1:1". A couple regular expressions should help determine if it is a reference: [A-Za-z\ ][0-9]+ and [A-Za-z\ ][0-9]+:[0-9]+