openbibleinfo / Bible-Passage-Reference-Parser

Coffeescript to identify and understand Bible references like "John 3:16."
223 stars 65 forks source link

Try alternate approaches to raw Turkish data. #18

Closed openbibleinfo closed 9 years ago

openbibleinfo commented 9 years ago

The backtick forces the previous character to be treated literally. In this case, it means that "a. 3" will match as "verse 3", but "a 3" won't. I wasn't sure if that was appropriate. If you do want "a 3" to match, just remove the backtick, and it will treat the period as optional.

alerque commented 9 years ago

Aaa, got it. In that case you're probably right that it's best to use the forced period there.