You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]+
The text was updated successfully, but these errors were encountered:
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]+
The text was updated successfully, but these errors were encountered: