bible-ref-parse 3.0.8 → 3.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (64) hide show
  1. package/dist/ar-bcv-parser.min.js +1 -0
  2. package/dist/bg-bcv-parser.min.js +1 -0
  3. package/dist/ceb-bcv-parser.min.js +1 -0
  4. package/dist/cs-bcv-parser.min.js +1 -0
  5. package/dist/da-bcv-parser.min.js +1 -0
  6. package/dist/de-bcv-parser.min.js +1 -0
  7. package/dist/el-bcv-parser.min.js +1 -0
  8. package/dist/en-bcv-parser.js +3482 -3130
  9. package/dist/en-bcv-parser.min.js +1 -1
  10. package/dist/es-bcv-parser.min.js +1 -0
  11. package/dist/fa-bcv-parser.min.js +1 -0
  12. package/dist/fi-bcv-parser.min.js +1 -0
  13. package/dist/fr-bcv-parser.min.js +1 -0
  14. package/dist/he-bcv-parser.min.js +1 -0
  15. package/dist/hi-bcv-parser.min.js +1 -0
  16. package/dist/hr-bcv-parser.min.js +1 -0
  17. package/dist/ht-bcv-parser.min.js +1 -0
  18. package/dist/hu-bcv-parser.js +2767 -3065
  19. package/dist/hu-bcv-parser.min.js +1 -0
  20. package/dist/il-bcv-parser.js +7313 -0
  21. package/dist/il-bcv-parser.min.js +1 -0
  22. package/dist/is-bcv-parser.min.js +1 -0
  23. package/dist/it-bcv-parser.js +2862 -3180
  24. package/dist/it-bcv-parser.min.js +1 -0
  25. package/dist/ja-bcv-parser.min.js +1 -0
  26. package/dist/jv-bcv-parser.min.js +1 -0
  27. package/dist/ko-bcv-parser.min.js +1 -0
  28. package/dist/la-bcv-parser.min.js +1 -0
  29. package/dist/mk-bcv-parser.js +2607 -2914
  30. package/dist/mk-bcv-parser.min.js +1 -0
  31. package/dist/mr-bcv-parser.min.js +1 -0
  32. package/dist/ne-bcv-parser.min.js +1 -0
  33. package/dist/nl-bcv-parser.js +1 -1
  34. package/dist/nl-bcv-parser.min.js +1 -0
  35. package/dist/no-bcv-parser.min.js +1 -0
  36. package/dist/or-bcv-parser.min.js +1 -0
  37. package/dist/pa-bcv-parser.min.js +1 -0
  38. package/dist/pl-bcv-parser.min.js +1 -0
  39. package/dist/pt-bcv-parser.min.js +1 -0
  40. package/dist/ro-bcv-parser.min.js +1 -0
  41. package/dist/ru-bcv-parser.min.js +1 -0
  42. package/dist/sk-bcv-parser.min.js +1 -0
  43. package/dist/so-bcv-parser.min.js +1 -0
  44. package/dist/sq-bcv-parser.min.js +1 -0
  45. package/dist/sr-bcv-parser.js +17 -17
  46. package/dist/sr-bcv-parser.min.js +1 -0
  47. package/dist/sv-bcv-parser.min.js +1 -0
  48. package/dist/sw-bcv-parser.min.js +1 -0
  49. package/dist/ta-bcv-parser.min.js +1 -0
  50. package/dist/test/en.spec.js +11661 -11381
  51. package/dist/test/hu.spec.js +2318 -2570
  52. package/dist/test/il.spec.js +2123 -0
  53. package/dist/test/it.spec.js +1246 -1500
  54. package/dist/test/mk.spec.js +1449 -1703
  55. package/dist/test/nl.spec.js +2 -0
  56. package/dist/test/sr.spec.js +150 -0
  57. package/dist/th-bcv-parser.min.js +1 -0
  58. package/dist/tl-bcv-parser.min.js +1 -0
  59. package/dist/tr-bcv-parser.min.js +1 -0
  60. package/dist/uk-bcv-parser.min.js +1 -0
  61. package/dist/ur-bcv-parser.min.js +1 -0
  62. package/dist/vi-bcv-parser.min.js +1 -0
  63. package/dist/zh-bcv-parser.min.js +1 -0
  64. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(){var e,s,t,a,n={}.hasOwnProperty;e=function(){class e{constructor(){var s,t,a;for(s in this.options={},t=e.prototype.options)n.call(t,s)&&(a=t[s],this.options[s]=a);this.versification_system(this.options.versification_system)}parse(e){return this.reset(),this.s=e,e=this.replace_control_characters(e),[e,this.passage.books]=this.match_books(e),[this.entities]=this.match_passages(e),this}parse_with_context(e,s){var t;return this.reset(),[s,this.passage.books]=this.match_books(this.replace_control_characters(s)),[t,s]=this.match_passages(s),this.reset(),this.s=e,e=this.replace_control_characters(e),[e,this.passage.books]=this.match_books(e),this.passage.books.push({value:"",parsed:[],start_index:0,type:"context",context:s}),e=""+(this.passage.books.length-1)+"/9"+e,[this.entities]=this.match_passages(e),this}reset(){return this.s="",this.entities=[],this.passage?(this.passage.books=[],this.passage.indices={}):(this.passage=new s,this.passage.options=this.options,this.passage.translations=this.translations)}set_options(e){var s,t;for(s in e)n.call(e,s)&&(t=e[s],"include_apocrypha"===s||"versification_system"===s||"case_sensitive"===s?this[s](t):this.options[s]=t);return this}include_apocrypha(e){var s,a,i,o,r;if(null==e||!0!==e&&!1!==e)return this;for(o in this.options.include_apocrypha=e,this.regexps.books=this.regexps.get_books(e,this.options.case_sensitive),i=this.translations)n.call(i,o)&&"aliases"!==o&&"alternates"!==o&&(null==(s=this.translations[o]).chapters&&(s.chapters={}),null==(a=this.translations[o].chapters).Ps&&(a.Ps=t.shallow_clone_array(this.translations.default.chapters.Ps)),!0===e?(r=null!=this.translations[o].chapters.Ps151?this.translations[o].chapters.Ps151[0]:this.translations.default.chapters.Ps151[0],this.translations[o].chapters.Ps[150]=r):151===this.translations[o].chapters.Ps.length&&this.translations[o].chapters.Ps.pop());return this}versification_system(e){var s,a,i,o,r,l,h;if(null==e||null==this.translations[e])return this;if(null!=this.translations.alternates.default)if("default"===e)for(o in null!=this.translations.alternates.default.order&&(this.translations.default.order=t.shallow_clone(this.translations.alternates.default.order)),l=this.translations.alternates.default.chapters)n.call(l,o)&&(r=l[o],this.translations.default.chapters[o]=t.shallow_clone_array(r));else this.versification_system("default");if(null==(s=this.translations.alternates).default&&(s.default={order:null,chapters:{}}),"default"!==e&&null!=this.translations[e].order&&(null==(a=this.translations.alternates.default).order&&(a.order=t.shallow_clone(this.translations.default.order)),this.translations.default.order=t.shallow_clone(this.translations[e].order)),"default"!==e&&null!=this.translations[e].chapters)for(o in h=this.translations[e].chapters)n.call(h,o)&&(r=h[o],null==(i=this.translations.alternates.default.chapters)[o]&&(i[o]=t.shallow_clone_array(this.translations.default.chapters[o])),this.translations.default.chapters[o]=t.shallow_clone_array(r));return this.options.versification_system=e,this.include_apocrypha(this.options.include_apocrypha),this}case_sensitive(e){return null==e||"none"!==e&&"books"!==e||e===this.options.case_sensitive||(this.options.case_sensitive=e,this.regexps.books=this.regexps.get_books(this.options.include_apocrypha,e)),this}translation_info(e="default"){var s,a,i,o,r,l,h,u;for(s in null!=e&&null!=(null!=(l=this.translations.aliases[e])?l.alias:void 0)&&(e=this.translations.aliases[e].alias),null!=e&&null!=this.translations[e]||(e="default"),e!==(o=this.options.versification_system)&&this.versification_system(e),r={alias:e,books:[],chapters:{},order:t.shallow_clone(this.translations.default.order)},h=this.translations.default.chapters)n.call(h,s)&&(a=h[s],r.chapters[s]=t.shallow_clone_array(a));for(s in u=r.order)n.call(u,s)&&(i=u[s],r.books[i-1]=s);return e!==o&&this.versification_system(o),r}replace_control_characters(e){return e=e.replace(this.regexps.control," "),"replace"===this.options.non_latin_digits_strategy&&(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=e.replace(/[٠۰߀०০੦૦୦0౦೦൦๐໐༠၀႐០᠐᥆᧐᪀᪐᭐᮰᱀᱐꘠꣐꤀꧐꩐꯰0]/g,"0")).replace(/[١۱߁१১੧૧୧௧౧೧൧๑໑༡၁႑១᠑᥇᧑᪁᪑᭑᮱᱁᱑꘡꣑꤁꧑꩑꯱1]/g,"1")).replace(/[٢۲߂२২੨૨୨௨౨೨൨๒໒༢၂႒២᠒᥈᧒᪂᪒᭒᮲᱂᱒꘢꣒꤂꧒꩒꯲2]/g,"2")).replace(/[٣۳߃३৩੩૩୩௩౩೩൩๓໓༣၃႓៣᠓᥉᧓᪃᪓᭓᮳᱃᱓꘣꣓꤃꧓꩓꯳3]/g,"3")).replace(/[٤۴߄४৪੪૪୪௪౪೪൪๔໔༤၄႔៤᠔᥊᧔᪄᪔᭔᮴᱄᱔꘤꣔꤄꧔꩔꯴4]/g,"4")).replace(/[٥۵߅५৫੫૫୫௫౫೫൫๕໕༥၅႕៥᠕᥋᧕᪅᪕᭕᮵᱅᱕꘥꣕꤅꧕꩕꯵5]/g,"5")).replace(/[٦۶߆६৬੬૬୬௬౬೬൬๖໖༦၆႖៦᠖᥌᧖᪆᪖᭖᮶᱆᱖꘦꣖꤆꧖꩖꯶6]/g,"6")).replace(/[٧۷߇७৭੭૭୭௭౭೭൭๗໗༧၇႗៧᠗᥍᧗᪇᪗᭗᮷᱇᱗꘧꣗꤇꧗꩗꯷7]/g,"7")).replace(/[٨۸߈८৮੮૮୮௮౮೮൮๘໘༨၈႘៨᠘᥎᧘᪈᪘᭘᮸᱈᱘꘨꣘꤈꧘꩘꯸8]/g,"8")).replace(/[٩۹߉९৯੯૯୯௯౯೯൯๙໙༩၉႙៩᠙᥏᧙᪉᪙᭙᮹᱉᱙꘩꣙꤉꧙꩙꯹9]/g,"9")),e}match_books(e){var s,t,a,n,i,o;for(t=[],n=0,i=(o=this.regexps.books).length;n<i&&(s=o[n],a=!1,e=e.replace(s.regexp,(function(e,n,i){var o;return a=!0,t.push({value:i,parsed:s.osis,type:"book"}),o=null!=s.extra?`/${s.extra}`:"",`${n}${t.length-1}${o}`})),!0!==a||!/^[\s\x1f\d:.,;\-\u2013\u2014]+$/.test(e));n++);return[e=e.replace(this.regexps.translations,(function(e){return t.push({value:e,parsed:e.toLowerCase(),type:"translation"}),`${t.length-1}`})),this.get_book_indices(t,e)]}get_book_indices(e,s){var t,a,n;for(t=0,n=/([\x1f\x1e])(\d+)(?:\/\d+)?\1/g;a=n.exec(s);)e[a[2]].start_index=a.index+t,t+=e[a[2]].value.length-a[0].length;return e}match_passages(e){var s,t,n,i,o,r,l,h,u,c,p,g;for(n=[],c={};o=this.regexps.escaped_passage.exec(e);)[i,h,t]=o,l=h.length,o.index+=i.length-l,/\s[2-9]\d\d\s*$|\s\d{4,}\s*$/.test(h)&&(h=h.replace(/\s+\d+\s*$/,"")),/[\d\x1f\x1e)]$/.test(h)||(h=this.replace_match_end(h)),"delete"===this.options.captive_end_digits_strategy&&(r=o.index+h.length,e.length>r&&/^\w/.test(e.substr(r,1))&&(h=h.replace(/[\s*]+\d+$/,"")),h=h.replace(/(\x1e[)\]]?)[\s*]*\d+$/,"$1")),g=""===(h=h.replace(/[A-Z]+/g,(function(e){return e.toLowerCase()}))).substr(0,1)?0:h.split("")[0].length,u={value:a.parse(h,{punctuation_strategy:this.options.punctuation_strategy}),type:"base",start_index:this.passage.books[t].start_index-g,match:h},"full"===this.options.book_alone_strategy&&"include"===this.options.book_range_strategy&&"b"===u.value[0].type&&(1===u.value.length||u.value.length>1&&"translation_sequence"===u.value[1].type)&&0===g&&(1===this.passage.books[t].parsed.length||this.passage.books[t].parsed.length>1&&"translation"===this.passage.books[t].parsed[1].type)&&/^[234]/.test(this.passage.books[t].parsed[0])&&this.create_book_range(e,u,t),[s,c]=this.passage.handle_obj(u),n=n.concat(s),(p=this.adjust_regexp_end(s,l,h.length))>0&&(this.regexps.escaped_passage.lastIndex-=p);return[n,c]}adjust_regexp_end(e,s,t){var a;return a=0,e.length>0?a=s-e[e.length-1].indices[1]-1:s!==t&&(a=s-t),a}replace_match_end(e){var s,t;for(t=e.length;s=this.regexps.match_end_split.exec(e);)t=s.index+s[0].length;return t<e.length&&(e=e.substr(0,t)),e}create_book_range(s,t,a){var n,i,o,r,l,h,u;for(n=[e.prototype.regexps.first,e.prototype.regexps.second,e.prototype.regexps.third],i=o=1,u=r=parseInt(this.passage.books[a].parsed[0].substr(0,1),10);1<=u?o<u:o>u;i=1<=u?++o:--o)if(h=i===r-1?e.prototype.regexps.range_and:e.prototype.regexps.range_only,null!=(l=s.match(RegExp(`(?:^|\\W)(${n[i-1]}\\s*${h}\\s*)\\x1f${a}\\x1f`,"i"))))return this.add_book_range_object(t,l,i);return!1}add_book_range_object(e,s,t){var a,n,i,o,r,l;if(i=s[1].length,e.value[0]={type:"b_range_pre",value:[{type:"b_pre",value:t.toString(),indices:[s.index,s.index+i]},e.value[0]],indices:[0,e.value[0].indices[1]+i]},e.value[0].value[1].indices[0]+=i,e.value[0].value[1].indices[1]+=i,e.start_index-=i,e.match=s[1]+e.match,1!==e.value.length){for(l=[],a=n=1,o=e.value.length;1<=o?n<o:n>o;a=1<=o?++n:--n)null!=e.value[a].value&&(null!=(null!=(r=e.value[a].value[0])?r.indices:void 0)&&(e.value[a].value[0].indices[0]+=i,e.value[a].value[0].indices[1]+=i),e.value[a].indices[0]+=i,l.push(e.value[a].indices[1]+=i));return l}}osis(){var e,s,t,a,n;for(a=[],e=0,s=(n=this.parsed_entities()).length;e<s;e++)(t=n[e]).osis.length>0&&a.push(t.osis);return a.join(",")}osis_and_translations(){var e,s,t,a,n;for(a=[],e=0,s=(n=this.parsed_entities()).length;e<s;e++)(t=n[e]).osis.length>0&&a.push([t.osis,t.translations.join(",")]);return a}osis_and_indices(){var e,s,t,a,n;for(a=[],e=0,s=(n=this.parsed_entities()).length;e<s;e++)(t=n[e]).osis.length>0&&a.push({osis:t.osis,translations:t.translations,indices:t.indices});return a}parsed_entities(){var e,s,t,a,n,i,o,r,l,h,u,c,p,g,x,d,_,f,b,v,y,m,k,$,w,E,C,J,M,S,A,P;for(d=[],s=a=0,m=this.entities.length;0<=m?a<m:a>m;s=0<=m?++a:--a)if((e=this.entities[s]).type&&"translation_sequence"===e.type&&d.length>0&&s===d[d.length-1].entity_id+1&&(d[d.length-1].indices[1]=e.absolute_indices[1]),null!=e.passages&&!("b"===e.type&&"ignore"===this.options.book_alone_strategy||"b_range"===e.type&&"ignore"===this.options.book_range_strategy||"context"===e.type)){if(P=[],S=null,null!=e.passages[0].translations)for(n=0,o=(k=e.passages[0].translations).length;n<o;n++)A=(null!=($=(M=k[n]).osis)?$.length:void 0)>0?M.osis:"",null==S&&(S=M.alias),P.push(A);else P=[""],S="default";for(x=[],c=[],t=h=0,w=l=e.passages.length;0<=w?h<w:h>w;t=0<=w?++h:--h)if(null==(_=e.passages[t]).type&&(_.type=e.type),!1!==_.valid.valid||("ignore"===this.options.invalid_sequence_strategy&&"sequence"===e.type&&this.snap_sequence("ignore",e,x,t,l),"ignore"!==this.options.invalid_passage_strategy))if("b"!==_.type&&"b_range"!==_.type||"ignore"!==this.options.book_sequence_strategy||"sequence"!==e.type)if("b_range_start"!==_.type&&"range_end_b"!==_.type||"ignore"!==this.options.book_range_strategy||this.snap_range(e,t),null==_.absolute_indices&&(_.absolute_indices=e.absolute_indices),"separate-chapters"===this.options.consecutive_combination_strategy&&_.start.c!==_.end.c)for(t=u=E=_.start.c,C=_.end.c;E<=C?u<=C:u>=C;t=E<=C?++u:--u)y=t===_.start.c?_.start.v:1,b=t===_.end.c?_.end.v:this.translations[S].chapters[_.start.b][t-1],v={b:_.start.b,c:t,v:"bcv"===_.start.type?y:null,type:_.start.type},f={b:_.end.b,c:t,v:"bcv"===_.start.type?b:null,type:_.start.type},c.push({osis:_.valid.valid?this.to_osis(v,f,S):"",type:_.type,indices:_.absolute_indices,translations:P,start:v,end:f,enclosed_indices:_.enclosed_absolute_indices,entity_id:s,entities:[_]});else x.push({osis:_.valid.valid?this.to_osis(_.start,_.end,S):"",type:_.type,indices:_.absolute_indices,translations:P,start:_.start,end:_.end,enclosed_indices:_.enclosed_absolute_indices,entity_id:s,entities:[_]});else this.snap_sequence("book",e,x,t,l);if(0!==x.length||0!==c.length)if("combine"!==this.options.consecutive_combination_strategy&&"separate-chapters"!==this.options.consecutive_combination_strategy||(x.length>1&&(x=this.combine_consecutive_passages(x,S)),x=x.concat(c).sort(((e,s)=>e.indices[0]-s.indices[0]))),"separate"===this.options.sequence_combination_strategy)d=d.concat(x);else{for(J=[],null!=x[i=x.length-1].enclosed_indices&&x[i].enclosed_indices[1]>=0&&(e.absolute_indices[1]=x[i].enclosed_indices[1]),p=0,r=x.length;p<r;p++)(g=x[p]).osis.length>0&&J.push(g.osis);d.push({osis:J.join(","),indices:e.absolute_indices,translations:P,entity_id:s,entities:x})}}return d}to_osis(e,s,t){var a,n;return null==s.c&&null==s.v&&e.b===s.b&&null==e.c&&null==e.v&&"first_chapter"===this.options.book_alone_strategy&&(s.c=1),a={start:"",end:""},null==e.c&&(e.c=1),null==e.v&&(e.v=1),null==s.c&&(this.options.passage_existence_strategy.indexOf("c")>=0||null!=this.passage.translations[t].chapters[s.b]&&1===this.passage.translations[t].chapters[s.b].length?s.c=this.passage.translations[t].chapters[s.b].length:s.c=999),null==s.v&&(null!=this.passage.translations[t].chapters[s.b][s.c-1]&&this.options.passage_existence_strategy.indexOf("v")>=0?s.v=this.passage.translations[t].chapters[s.b][s.c-1]:s.v=999),this.options.include_apocrypha&&"b"===this.options.ps151_strategy&&(151===e.c&&"Ps"===e.b||151===s.c&&"Ps"===s.b)&&this.fix_ps151(e,s,t),"b"===this.options.osis_compaction_strategy&&1===e.c&&1===e.v&&(999===s.c&&999===s.v||s.c===this.passage.translations[t].chapters[s.b].length&&this.options.passage_existence_strategy.indexOf("c")>=0&&(999===s.v||s.v===this.passage.translations[t].chapters[s.b][s.c-1]&&this.options.passage_existence_strategy.indexOf("v")>=0))?(a.start=e.b,a.end=s.b):this.options.osis_compaction_strategy.length<=2&&1===e.v&&(999===s.v||s.v===this.passage.translations[t].chapters[s.b][s.c-1]&&this.options.passage_existence_strategy.indexOf("v")>=0)?(a.start=e.b+"."+e.c.toString(),a.end=s.b+"."+s.c.toString()):(a.start=e.b+"."+e.c.toString()+"."+e.v.toString(),a.end=s.b+"."+s.c.toString()+"."+s.v.toString()),n=a.start===a.end?a.start:a.start+"-"+a.end,null!=e.extra&&(n=e.extra+","+n),null!=s.extra&&(n+=","+s.extra),n}fix_ps151(e,s,t){var a;return"default"!==t&&null==(null!=(a=this.translations[t])?a.chapters.Ps151:void 0)&&this.passage.promote_book_to_translation("Ps151",t),151===e.c&&"Ps"===e.b?151===s.c&&"Ps"===s.b?(e.b="Ps151",e.c=1,s.b="Ps151",s.c=1):(e.extra=this.to_osis({b:"Ps151",c:1,v:e.v},{b:"Ps151",c:1,v:this.passage.translations[t].chapters.Ps151[0]},t),e.b="Prov",e.c=1,e.v=1):(s.extra=this.to_osis({b:"Ps151",c:1,v:1},{b:"Ps151",c:1,v:s.v},t),s.c=150,s.v=this.passage.translations[t].chapters.Ps[149])}combine_consecutive_passages(e,s){var t,a,n,i,o,r,l,h,u,c,p;for(h=[],u={},t=-1,a=!1,n=o=0,p=r=e.length-1;0<=p?o<=p:o>=p;n=0<=p?++o:--o)(l=e[n]).osis.length>0?(c=h.length-1,i=!1,l.enclosed_indices[0]!==t&&(t=l.enclosed_indices[0]),t>=0&&(n===r||e[n+1].enclosed_indices[0]!==l.enclosed_indices[0])&&(i=!0,a=!0),this.is_verse_consecutive(u,l.start,s)?(h[c].end=l.end,h[c].is_enclosed_last=i,h[c].indices[1]=l.indices[1],h[c].enclosed_indices[1]=l.enclosed_indices[1],h[c].osis=this.to_osis(h[c].start,l.end,s)):h.push(l),u={b:l.end.b,c:l.end.c,v:l.end.v}):(h.push(l),u={});return a&&this.snap_enclosed_indices(h),h}snap_enclosed_indices(e){var s,t,a;for(s=0,t=e.length;s<t;s++)null!=(a=e[s]).is_enclosed_last&&(a.enclosed_indices[0]<0&&a.is_enclosed_last&&(a.indices[1]=a.enclosed_indices[1]),delete a.is_enclosed_last);return e}is_verse_consecutive(e,s,t){var a;if(null==e.b)return!1;if(a=null!=this.passage.translations[t].order?this.passage.translations[t].order:this.passage.translations.default.order,e.b===s.b){if(e.c===s.c){if(e.v===s.v-1)return!0}else if(1===s.v&&e.c===s.c-1&&e.v===this.passage.translations[t].chapters[e.b][e.c-1])return!0}else if(1===s.c&&1===s.v&&a[e.b]===a[s.b]-1&&e.c===this.passage.translations[t].chapters[e.b].length&&e.v===this.passage.translations[t].chapters[e.b][e.c-1])return!0;return!1}snap_range(e,s){var t,a,i,o,r,l,h,u;for(a in"b_range_start"===e.type||"sequence"===e.type&&"b_range_start"===e.passages[s].type?(t=1,r="end",u="b_range_start"):(t=0,r="start",u="range_end_b"),l="end"===r?"start":"end",o=e.passages[s][l])n.call(o,a)&&(e.passages[s][l][a]=e.passages[s][r][a]);return"sequence"===e.type?(s>=e.value.length&&(s=e.value.length-1),null!=(i=this.passage.pluck(u,e.value[s]))&&(h=this.snap_range(i,0),0===s?e.absolute_indices[0]=h.absolute_indices[0]:e.absolute_indices[1]=h.absolute_indices[1])):(e.original_type=e.type,e.type=e.value[t].type,e.absolute_indices=[e.value[t].absolute_indices[0],e.value[t].absolute_indices[1]]),e}snap_sequence(e,s,t,a,n){var i;return(i=s.passages[a]).absolute_indices[0]===s.absolute_indices[0]&&a<n-1&&this.get_snap_sequence_i(s.passages,a,n)!==a?(s.absolute_indices[0]=s.passages[a+1].absolute_indices[0],this.remove_absolute_indices(s.passages,a+1)):i.absolute_indices[1]===s.absolute_indices[1]&&a>0?s.absolute_indices[1]=t.length>0?t[t.length-1].indices[1]:s.passages[a-1].absolute_indices[1]:"book"===e&&a<n-1&&!this.starts_with_book(s.passages[a+1])&&(s.passages[a+1].absolute_indices[0]=i.absolute_indices[0]),s}get_snap_sequence_i(e,s,t){var a,n,i,o;for(a=n=i=s+1,o=t;i<=o?n<o:n>o;a=i<=o?++n:--n){if(this.starts_with_book(e[a]))return a;if(e[a].valid.valid)return s}return s}starts_with_book(e){return"b"===e.type.substr(0,1)||("range"===e.type||"ff"===e.type)&&"b"===e.start.type.substr(0,1)}remove_absolute_indices(e,s){var t,a,n,i,o,r;if(e[s].enclosed_absolute_indices[0]<0)return!1;for([r,t]=e[s].enclosed_absolute_indices,a=0,n=(o=e.slice(s)).length;a<n&&((i=o[a]).enclosed_absolute_indices[0]===r&&i.enclosed_absolute_indices[1]===t);a++)i.enclosed_absolute_indices=[-1,-1];return!0}}return e.prototype.s="",e.prototype.entities=[],e.prototype.passage=null,e.prototype.regexps={},e.prototype.options={consecutive_combination_strategy:"combine",osis_compaction_strategy:"b",book_sequence_strategy:"ignore",invalid_sequence_strategy:"ignore",sequence_combination_strategy:"combine",punctuation_strategy:"us",invalid_passage_strategy:"ignore",non_latin_digits_strategy:"ignore",passage_existence_strategy:"bcv",zero_chapter_strategy:"error",zero_verse_strategy:"error",single_chapter_1_strategy:"chapter",book_alone_strategy:"ignore",book_range_strategy:"ignore",captive_end_digits_strategy:"delete",end_range_digits_strategy:"verse",include_apocrypha:!1,ps151_strategy:"c",versification_system:"default",case_sensitive:"none"},e}.call(this),this.bcv_parser=e,s=function(){class e{handle_array(e,s=[],t={}){var a,n,i;for(a=0,n=e.length;a<n;a++)if(null!=(i=e[a])){if("stop"===i.type)break;[s,t]=this.handle_obj(i,s,t)}return[s,t]}handle_obj(e,s,t){return null!=e.type&&null!=this[e.type]?this[e.type](e,s,t):[s,t]}b(e,s,a){var n,i,o,r,l,h,u;for(e.start_context=t.shallow_clone(a),e.passages=[],n=[],o=0,r=(h=this.books[e.value].parsed).length;o<r;o++)l={start:{b:i=h[o]},end:{b:i},valid:u=this.validate_ref(e.start_context.translations,{b:i})},0===e.passages.length&&u.valid?e.passages.push(l):n.push(l);return 0===e.passages.length&&e.passages.push(n.shift()),n.length>0&&(e.passages[0].alternates=n),null!=e.start_context.translations&&(e.passages[0].translations=e.start_context.translations),null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),s.push(e),a={b:e.passages[0].start.b},null!=e.start_context.translations&&(a.translations=e.start_context.translations),[s,a]}b_range(e,s,t){return this.range(e,s,t)}b_range_pre(e,s,a){var n,i,o;return e.start_context=t.shallow_clone(a),e.passages=[],n=this.pluck("b",e.value),[[i],a]=this.b(n,[],a),null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),o={b:e.value[0].value+i.passages[0].start.b.substr(1),type:"b"},e.passages=[{start:o,end:i.passages[0].end,valid:i.passages[0].valid}],null!=e.start_context.translations&&(e.passages[0].translations=e.start_context.translations),s.push(e),[s,a]}b_range_start(e,s,t){return this.range(e,s,t)}base(e,s,t){return this.indices=this.calculate_indices(e.match,e.start_index),this.handle_array(e.value,s,t)}bc(e,s,a){var n,i,o,r,l,h,u,c,p;for(e.start_context=t.shallow_clone(a),e.passages=[],this.reset_context(a,["b","c","v"]),o=this.pluck("c",e.value).value,n=[],l=0,h=(c=this.books[this.pluck("b",e.value).value].parsed).length;l<h;l++)r="c",u={start:{b:i=c[l]},end:{b:i},valid:p=this.validate_ref(e.start_context.translations,{b:i,c:o})},(p.messages.start_chapter_not_exist_in_single_chapter_book||p.messages.start_chapter_1)&&(u.valid=this.validate_ref(e.start_context.translations,{b:i,v:o}),p.messages.start_chapter_not_exist_in_single_chapter_book&&(u.valid.messages.start_chapter_not_exist_in_single_chapter_book=1),u.start.c=1,u.end.c=1,r="v"),u.start[r]=o,[u.start.c,u.start.v]=this.fix_start_zeroes(u.valid,u.start.c,u.start.v),null==u.start.v&&delete u.start.v,u.end[r]=u.start[r],0===e.passages.length&&u.valid.valid?e.passages.push(u):n.push(u);return 0===e.passages.length&&e.passages.push(n.shift()),n.length>0&&(e.passages[0].alternates=n),null!=e.start_context.translations&&(e.passages[0].translations=e.start_context.translations),null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),this.set_context_from_object(a,["b","c","v"],e.passages[0].start),s.push(e),[s,a]}bc_title(e,s,a){var n,i,o,r,l;if(e.start_context=t.shallow_clone(a),[[n],a]=this.bc(this.pluck("bc",e.value),[],a),"Ps"!==n.passages[0].start.b.substr(0,2)&&null!=n.passages[0].alternates)for(i=o=0,r=n.passages[0].alternates.length;0<=r?o<r:o>r;i=0<=r?++o:--o)if("Ps"===n.passages[0].alternates[i].start.b.substr(0,2)){n.passages[0]=n.passages[0].alternates[i];break}return"Ps"!==n.passages[0].start.b.substr(0,2)?(s.push(n),[s,a]):(this.books[this.pluck("b",n.value).value].parsed=["Ps"],null==(l=this.pluck("title",e.value))&&(l=this.pluck("v",e.value)),e.value[1]={type:"v",value:[{type:"integer",value:1,indices:l.indices}],indices:l.indices},e.type="bcv",this.bcv(e,s,e.start_context))}bcv(e,s,a){var n,i,o,r,l,h,u,c,p,g;for(e.start_context=t.shallow_clone(a),e.passages=[],this.reset_context(a,["b","c","v"]),o=this.pluck("bc",e.value),r=this.pluck("c",o.value).value,p=this.pluck("v",e.value).value,n=[],l=0,h=(c=this.books[this.pluck("b",o.value).value].parsed).length;l<h;l++)i=c[l],g=this.validate_ref(e.start_context.translations,{b:i,c:r,v:p}),[r,p]=this.fix_start_zeroes(g,r,p),u={start:{b:i,c:r,v:p},end:{b:i,c:r,v:p},valid:g},0===e.passages.length&&g.valid?e.passages.push(u):n.push(u);return 0===e.passages.length&&e.passages.push(n.shift()),n.length>0&&(e.passages[0].alternates=n),null!=e.start_context.translations&&(e.passages[0].translations=e.start_context.translations),null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),this.set_context_from_object(a,["b","c","v"],e.passages[0].start),s.push(e),[s,a]}bv(e,s,a){var n,i,o;return e.start_context=t.shallow_clone(a),[n,o]=e.value,i={indices:e.indices,value:[{type:"bc",value:[n,{type:"c",value:[{type:"integer",value:1}]}]},o]},[[i],a]=this.bcv(i,[],a),e.passages=i.passages,null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),s.push(e),[s,a]}c(e,s,a){var n,i;return e.start_context=t.shallow_clone(a),n="integer"===e.type?e.value:this.pluck("integer",e.value).value,!(i=this.validate_ref(e.start_context.translations,{b:a.b,c:n})).valid&&i.messages.start_chapter_not_exist_in_single_chapter_book?this.v(e,s,a):([n]=this.fix_start_zeroes(i,n),e.passages=[{start:{b:a.b,c:n},end:{b:a.b,c:n},valid:i}],null!=e.start_context.translations&&(e.passages[0].translations=e.start_context.translations),s.push(e),a.c=n,this.reset_context(a,["v"]),null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),[s,a])}c_psalm(e,s,t){var a;return e.type="bc",a=parseInt(this.books[e.value].value.match(/^\d+/)[0],10),e.value=[{type:"b",value:e.value,indices:e.indices},{type:"c",value:[{type:"integer",value:a,indices:e.indices}],indices:e.indices}],this.bc(e,s,t)}c_title(e,s,a){var n;return e.start_context=t.shallow_clone(a),"Ps"!==a.b?this.c(e.value[0],s,a):(n=this.pluck("title",e.value),e.value[1]={type:"v",value:[{type:"integer",value:1,indices:n.indices}],indices:n.indices},e.type="cv",this.cv(e,s,e.start_context))}cv(e,s,a){var n,i,o;return e.start_context=t.shallow_clone(a),n=this.pluck("c",e.value).value,i=this.pluck("v",e.value).value,o=this.validate_ref(e.start_context.translations,{b:a.b,c:n,v:i}),[n,i]=this.fix_start_zeroes(o,n,i),e.passages=[{start:{b:a.b,c:n,v:i},end:{b:a.b,c:n,v:i},valid:o}],null!=e.start_context.translations&&(e.passages[0].translations=e.start_context.translations),s.push(e),a.c=n,a.v=i,null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),[s,a]}cb_range(e,s,t){var a,n,i;return e.type="range",[a,i,n]=e.value,e.value=[{type:"bc",value:[a,i],indices:e.indices},n],n.indices[1]=e.indices[1],this.range(e,s,t)}context(e,s,a){var i,o;for(i in e.start_context=t.shallow_clone(a),e.passages=[],o=this.books[e.value].context)n.call(o,i)&&(a[i]=this.books[e.value].context[i]);return s.push(e),[s,a]}cv_psalm(e,s,a){var n,i,o;return e.start_context=t.shallow_clone(a),e.type="bcv",[i,o]=e.value,[[n]]=this.c_psalm(i,[],e.start_context),e.value=[n,o],this.bcv(e,s,a)}ff(e,s,a){return e.start_context=t.shallow_clone(a),e.value.push({type:"integer",indices:e.indices,value:999}),[[e],a]=this.range(e,[],e.start_context),e.value[0].indices=e.value[1].indices,e.value[0].absolute_indices=e.value[1].absolute_indices,e.value.pop(),null!=e.passages[0].valid.messages.end_verse_not_exist&&delete e.passages[0].valid.messages.end_verse_not_exist,null!=e.passages[0].valid.messages.end_chapter_not_exist&&delete e.passages[0].valid.messages.end_chapter_not_exist,null!=e.passages[0].end.original_c&&delete e.passages[0].end.original_c,s.push(e),[s,a]}integer_title(e,s,a){return e.start_context=t.shallow_clone(a),"Ps"!==a.b?this.integer(e.value[0],s,a):(e.value[0]={type:"c",value:[e.value[0]],indices:[e.value[0].indices[0],e.value[0].indices[1]]},e.value[1].type="v",e.value[1].original_type="title",e.value[1].value=[{type:"integer",value:1,indices:e.value[1].value.indices}],e.type="cv",this.cv(e,s,e.start_context))}integer(e,s,t){return null!=t.v?this.v(e,s,t):this.c(e,s,t)}next_v(e,s,a){var n,i;return e.start_context=t.shallow_clone(a),null==(n=this.pluck_last_recursively("integer",e.value))&&(n={value:1}),e.value.push({type:"integer",indices:e.indices,value:n.value+1}),[[i],a]=this.range(e,[],e.start_context),null!=i.passages[0].valid.messages.end_verse_not_exist&&null==i.passages[0].valid.messages.start_verse_not_exist&&null==i.passages[0].valid.messages.start_chapter_not_exist&&null!=a.c&&(e.value.pop(),e.value.push({type:"cv",indices:e.indices,value:[{type:"c",value:[{type:"integer",value:a.c+1,indices:e.indices}],indices:e.indices},{type:"v",value:[{type:"integer",value:1,indices:e.indices}],indices:e.indices}]}),[[i],a]=this.range(e,[],e.start_context)),i.value[0].indices=i.value[1].indices,i.value[0].absolute_indices=i.value[1].absolute_indices,i.value.pop(),null!=i.passages[0].valid.messages.end_verse_not_exist&&delete i.passages[0].valid.messages.end_verse_not_exist,null!=i.passages[0].valid.messages.end_chapter_not_exist&&delete i.passages[0].valid.messages.end_chapter_not_exist,null!=i.passages[0].end.original_c&&delete i.passages[0].end.original_c,s.push(i),[s,a]}sequence(e,s,a){var n,i,o,r,l,h,u,c,p;for(e.start_context=t.shallow_clone(a),e.passages=[],n=0,o=(u=e.value).length;n<o;n++)for(l=u[n],[[h],a]=this.handle_array(l,[],a),i=0,r=(c=h.passages).length;i<r;i++)null==(p=c[i]).type&&(p.type=h.type),null==p.absolute_indices&&(p.absolute_indices=h.absolute_indices),null!=h.start_context.translations&&(p.translations=h.start_context.translations),p.enclosed_absolute_indices="sequence_post_enclosed"===h.type?h.absolute_indices:[-1,-1],e.passages.push(p);return null==e.absolute_indices&&(e.passages.length>0&&"sequence"===e.type?e.absolute_indices=[e.passages[0].absolute_indices[0],e.passages[e.passages.length-1].absolute_indices[1]]:e.absolute_indices=this.get_absolute_indices(e.indices)),s.push(e),[s,a]}sequence_post_enclosed(e,s,t){return this.sequence(e,s,t)}v(e,s,a){var n,i,o,r;return o="integer"===e.type?e.value:this.pluck("integer",e.value).value,e.start_context=t.shallow_clone(a),n=null!=a.c?a.c:1,r=this.validate_ref(e.start_context.translations,{b:a.b,c:n,v:o}),[i,o]=this.fix_start_zeroes(r,0,o),e.passages=[{start:{b:a.b,c:n,v:o},end:{b:a.b,c:n,v:o},valid:r}],null!=e.start_context.translations&&(e.passages[0].translations=e.start_context.translations),null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),s.push(e),a.v=o,[s,a]}range(e,s,a){var n,i,o,r,l,h,u,c,p,g,x;return e.start_context=t.shallow_clone(a),[p,n]=e.value,[[p],a]=this.handle_obj(p,[],a),"v"!==n.type||("bc"!==p.type||(null!=(o=p.passages)&&null!=(r=o[0])&&null!=(l=r.valid)&&null!=(h=l.messages)?h.start_chapter_not_exist_in_single_chapter_book:void 0))&&"c"!==p.type||"verse"!==this.options.end_range_digits_strategy?([[n],a]=this.handle_obj(n,[],a),e.value=[p,n],e.indices=[p.indices[0],n.indices[1]],delete e.absolute_indices,g={b:p.passages[0].start.b,c:p.passages[0].start.c,v:p.passages[0].start.v,type:p.type},i={b:n.passages[0].end.b,c:n.passages[0].end.c,v:n.passages[0].end.v,type:n.type},n.passages[0].valid.messages.start_chapter_is_zero&&(i.c=0),n.passages[0].valid.messages.start_verse_is_zero&&(i.v=0),(x=this.validate_ref(e.start_context.translations,g,i)).valid?([u,c]=this.range_handle_valid(x,e,p,g,n,i,s),u?c:(null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),e.passages=[{start:g,end:i,valid:x}],null!=e.start_context.translations&&(e.passages[0].translations=e.start_context.translations),"b"===g.type?"b"===i.type?e.type="b_range":e.type="b_range_start":"b"===i.type&&(e.type="range_end_b"),s.push(e),[s,a])):this.range_handle_invalid(x,e,p,g,n,i,s)):(e.value[0]=p,this.range_change_integer_end(e,s))}range_change_end(e,s,t){var a,n,i;return[i,a]=e.value,"integer"===a.type?(a.original_value=a.value,a.value=t):"v"===a.type?((n=this.pluck("integer",a.value)).original_value=n.value,n.value=t):"cv"===a.type&&((n=this.pluck("c",a.value)).original_value=n.value,n.value=t),this.handle_obj(e,s,e.start_context)}range_change_integer_end(e,s){var t,a;return[a,t]=e.value,null==e.original_type&&(e.original_type=e.type),null==e.original_value&&(e.original_value=[a,t]),e.type="integer"===a.type?"cv":a.type+"v","integer"===a.type&&(e.value[0]={type:"c",value:[a],indices:a.indices}),"integer"===t.type&&(e.value[1]={type:"v",value:[t],indices:t.indices}),this.handle_obj(e,s,e.start_context)}range_check_new_end(e,s,t,a){var n,i,o;return n=0,o=null,a.messages.end_chapter_before_start?o="c":a.messages.end_verse_before_start&&(o="v"),null!=o&&(n=this.range_get_new_end_value(s,t,a,o)),n>0&&((i={b:t.b,c:t.c,v:t.v})[o]=n,this.validate_ref(e,i).valid||(n=0)),n}range_end_b(e,s,t){return this.range(e,s,t)}range_get_new_end_value(e,s,t,a){var n;return n=0,"c"===a&&t.messages.end_chapter_is_zero||"v"===a&&t.messages.end_verse_is_zero||(e[a]>=10&&s[a]<10&&e[a]-10*Math.floor(e[a]/10)<s[a]?n=s[a]+10*Math.floor(e[a]/10):e[a]>=100&&s[a]<100&&e[a]-100<s[a]&&(n=s[a]+100)),n}range_handle_invalid(e,s,t,a,n,i,o){var r,l;return(!1===e.valid&&(e.messages.end_chapter_before_start||e.messages.end_verse_before_start)&&("integer"===n.type||"v"===n.type)||!1===e.valid&&e.messages.end_chapter_before_start&&"cv"===n.type)&&(r=this.range_check_new_end(s.start_context.translations,a,i,e))>0?this.range_change_end(s,o,r):"verse"!==this.options.end_range_digits_strategy||null!=a.v||"integer"!==n.type&&"v"!==n.type||(l="v"===n.type?this.pluck("integer",n.value):n.value,!this.validate_ref(s.start_context.translations,{b:a.b,c:a.c,v:l}).valid)?(null==s.original_type&&(s.original_type=s.type),s.type="sequence",[s.original_value,s.value]=[[t,n],[[t],[n]]],this.sequence(s,o,s.start_context)):this.range_change_integer_end(s,o)}range_handle_valid(e,s,t,a,n,i,o){var r;return e.messages.end_chapter_not_exist&&"verse"===this.options.end_range_digits_strategy&&null==a.v&&("integer"===n.type||"v"===n.type)&&this.options.passage_existence_strategy.indexOf("v")>=0&&(r="v"===n.type?this.pluck("integer",n.value):n.value,this.validate_ref(s.start_context.translations,{b:a.b,c:a.c,v:r}).valid)?[!0,this.range_change_integer_end(s,o)]:(this.range_validate(e,a,i,s),[!1,null])}range_validate(e,s,t,a){return e.messages.end_chapter_not_exist||e.messages.end_chapter_not_exist_in_single_chapter_book?(t.original_c=t.c,t.c=e.messages.end_chapter_not_exist?e.messages.end_chapter_not_exist:e.messages.end_chapter_not_exist_in_single_chapter_book,null!=t.v&&(t.v=this.validate_ref(a.start_context.translations,{b:t.b,c:t.c,v:999}).messages.end_verse_not_exist,delete e.messages.end_verse_is_zero)):e.messages.end_verse_not_exist&&(t.original_v=t.v,t.v=e.messages.end_verse_not_exist),e.messages.end_verse_is_zero&&"allow"!==this.options.zero_verse_strategy&&(t.v=e.messages.end_verse_is_zero),e.messages.end_chapter_is_zero&&(t.c=e.messages.end_chapter_is_zero),[s.c,s.v]=this.fix_start_zeroes(e,s.c,s.v),!0}translation_sequence(e,s,a){var n,i,o,r,l,h,u,c;for(e.start_context=t.shallow_clone(a),(u=[]).push({translation:this.books[e.value[0].value].parsed}),n=0,o=(l=e.value[1]).length;n<o;n++)c=l[n],null!=(c=this.books[this.pluck("translation",c).value].parsed)&&u.push({translation:c});for(i=0,r=u.length;i<r;i++)h=u[i],null!=this.translations.aliases[h.translation]?(h.alias=this.translations.aliases[h.translation].alias,h.osis=this.translations.aliases[h.translation].osis||h.translation.toUpperCase()):(h.alias="default",h.osis=h.translation.toUpperCase());return s.length>0&&(a=this.translation_sequence_apply(s,u)),null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),s.push(e),this.reset_context(a,["translations"]),[s,a]}translation_sequence_apply(e,s){var a,n,i,o,r,l;for(l=0,n=i=r=e.length-1;r<=0?i<=0:i>=0;n=r<=0?++i:--i)if(null!=e[n].original_type&&(e[n].type=e[n].original_type),null!=e[n].original_value&&(e[n].value=e[n].original_value),"translation_sequence"===e[n].type){l=n+1;break}return l<e.length?(e[l].start_context.translations=s,[o,a]=this.handle_array(e.slice(l),[],e[l].start_context)):a=t.shallow_clone(e[e.length-1].start_context),a}pluck(e,s){var t,a,n;for(t=0,a=s.length;t<a;t++)if(null!=(n=s[t])&&null!=n.type&&n.type===e)return"c"===e||"v"===e?this.pluck("integer",n.value):n;return null}pluck_last_recursively(e,s){var t,a,n;for(t=s.length-1;t>=0;t+=-1)if(null!=(a=s[t])&&null!=a.type){if(a.type===e)return this.pluck(e,[a]);if(null!=(n=this.pluck_last_recursively(e,a.value)))return n}return null}set_context_from_object(e,s,t){var a,n,i,o;for(i=[],a=0,n=s.length;a<n;a++)null!=t[o=s[a]]&&i.push(e[o]=t[o]);return i}reset_context(e,s){var t,a,n,i;for(n=[],t=0,a=s.length;t<a;t++)i=s[t],n.push(delete e[i]);return n}fix_start_zeroes(e,s,t){return e.messages.start_chapter_is_zero&&"upgrade"===this.options.zero_chapter_strategy&&(s=e.messages.start_chapter_is_zero),e.messages.start_verse_is_zero&&"upgrade"===this.options.zero_verse_strategy&&(t=e.messages.start_verse_is_zero),[s,t]}calculate_indices(e,s){var t,a,n,i,o,r,l,h,u,c,p,g,x,d,_,f;for(_="book",n=[],c=0,s=parseInt(s,10),x=[e],i=0,r=(d=["",""]).length;i<r;i++){for(t=d[i],f=[],o=0,l=x.length;o<l;o++)p=x[o],f=f.concat(p.split(t));x=f}for(u=0,h=x.length;u<h;u++)_="book"===_?"rest":"book",0!==(g=(p=x[u]).length)&&("book"===_?(p=p.replace(/\/\d+$/,""),a=c+g,n.length>0&&n[n.length-1].index===s?n[n.length-1].end=a:n.push({start:c,end:a,index:s}),c+=g+2,s=this.books[p].start_index+this.books[p].value.length-c,n.push({start:a+1,end:a+1,index:s})):(a=c+g-1,n.length>0&&n[n.length-1].index===s?n[n.length-1].end=a:n.push({start:c,end:a,index:s}),c+=g));return n}get_absolute_indices([e,s]){var t,a,n,i,o,r;for(r=null,t=null,n=0,i=(o=this.indices).length;n<i;n++)if(a=o[n],null===r&&a.start<=e&&e<=a.end&&(r=e+a.index),a.start<=s&&s<=a.end){t=s+a.index+1;break}return[r,t]}validate_ref(e,s,t){var a,n,i,o,r,l;for(null!=e&&e.length>0||(e=[{translation:"default",osis:"",alias:"default"}]),l=!1,i={},a=0,n=e.length;a<n;a++)null==(r=e[a]).alias&&(r.alias="default"),null!=r.alias?(null==this.translations.aliases[r.alias]&&(r.alias="default",null==i.translation_unknown&&(i.translation_unknown=[]),i.translation_unknown.push(r)),[o]=this.validate_start_ref(r.alias,s,i),t&&([o]=this.validate_end_ref(r.alias,s,t,o,i)),!0===o&&(l=!0)):(null==i.translation_invalid&&(i.translation_invalid=[]),i.translation_invalid.push(r));return{valid:l,messages:i}}validate_start_ref(e,s,t){var a,n,i,o;if(o=!0,"default"!==e&&null==(null!=(a=this.translations[e])?a.chapters[s.b]:void 0)&&this.promote_book_to_translation(s.b,e),i=null!=(null!=(n=this.translations[e])?n.order:void 0)?e:"default",null!=s.v&&(s.v=parseInt(s.v,10)),null!=this.translations[i].order[s.b]){if(null==s.c&&(s.c=1),s.c=parseInt(s.c,10),isNaN(s.c))return o=!1,t.start_chapter_not_numeric=!0,[o,t];0===s.c&&(t.start_chapter_is_zero=1,"error"===this.options.zero_chapter_strategy?o=!1:s.c=1),null!=s.v&&0===s.v&&(t.start_verse_is_zero=1,"error"===this.options.zero_verse_strategy?o=!1:"upgrade"===this.options.zero_verse_strategy&&(s.v=1)),s.c>0&&null!=this.translations[e].chapters[s.b][s.c-1]?null!=s.v?isNaN(s.v)?(o=!1,t.start_verse_not_numeric=!0):s.v>this.translations[e].chapters[s.b][s.c-1]&&this.options.passage_existence_strategy.indexOf("v")>=0&&(o=!1,t.start_verse_not_exist=this.translations[e].chapters[s.b][s.c-1]):1===s.c&&"verse"===this.options.single_chapter_1_strategy&&1===this.translations[e].chapters[s.b].length&&(t.start_chapter_1=1):1!==s.c&&1===this.translations[e].chapters[s.b].length?(o=!1,t.start_chapter_not_exist_in_single_chapter_book=1):s.c>0&&this.options.passage_existence_strategy.indexOf("c")>=0&&(o=!1,t.start_chapter_not_exist=this.translations[e].chapters[s.b].length)}else null==s.b?(o=!1,t.start_book_not_defined=!0):(this.options.passage_existence_strategy.indexOf("b")>=0&&(o=!1),t.start_book_not_exist=!0);return[o,t]}validate_end_ref(e,s,t,a,n){var i,o;return o=null!=(null!=(i=this.translations[e])?i.order:void 0)?e:"default",null!=t.c&&(t.c=parseInt(t.c,10),isNaN(t.c)?(a=!1,n.end_chapter_not_numeric=!0):0===t.c&&(n.end_chapter_is_zero=1,"error"===this.options.zero_chapter_strategy?a=!1:t.c=1)),null!=t.v&&(t.v=parseInt(t.v,10),isNaN(t.v)?(a=!1,n.end_verse_not_numeric=!0):0===t.v&&(n.end_verse_is_zero=1,"error"===this.options.zero_verse_strategy?a=!1:"upgrade"===this.options.zero_verse_strategy&&(t.v=1))),null!=this.translations[o].order[t.b]?(null==t.c&&1===this.translations[e].chapters[t.b].length&&(t.c=1),null!=this.translations[o].order[s.b]&&this.translations[o].order[s.b]>this.translations[o].order[t.b]&&(this.options.passage_existence_strategy.indexOf("b")>=0&&(a=!1),n.end_book_before_start=!0),s.b!==t.b||null==t.c||isNaN(t.c)||(null==s.c&&(s.c=1),!isNaN(parseInt(s.c,10))&&s.c>t.c?(a=!1,n.end_chapter_before_start=!0):s.c!==t.c||null==t.v||isNaN(t.v)||(null==s.v&&(s.v=1),!isNaN(parseInt(s.v,10))&&s.v>t.v&&(a=!1,n.end_verse_before_start=!0))),null==t.c||isNaN(t.c)||null==this.translations[e].chapters[t.b][t.c-1]&&(1===this.translations[e].chapters[t.b].length?n.end_chapter_not_exist_in_single_chapter_book=1:t.c>0&&this.options.passage_existence_strategy.indexOf("c")>=0&&(n.end_chapter_not_exist=this.translations[e].chapters[t.b].length)),null==t.v||isNaN(t.v)||(null==t.c&&(t.c=this.translations[e].chapters[t.b].length),t.v>this.translations[e].chapters[t.b][t.c-1]&&this.options.passage_existence_strategy.indexOf("v")>=0&&(n.end_verse_not_exist=this.translations[e].chapters[t.b][t.c-1]))):(a=!1,n.end_book_not_exist=!0),[a,n]}promote_book_to_translation(e,s){var a,n;if(null==(a=this.translations)[s]&&(a[s]={}),null==(n=this.translations[s]).chapters&&(n.chapters={}),null==this.translations[s].chapters[e])return this.translations[s].chapters[e]=t.shallow_clone_array(this.translations.default.chapters[e])}}return e.prototype.books=[],e.prototype.indices={},e.prototype.options={},e.prototype.translations={},e}.call(this),t={shallow_clone:function(e){var s,t,a;if(null==e)return e;for(s in t={},e)n.call(e,s)&&(a=e[s],t[s]=a);return t},shallow_clone_array:function(e){var s,t,a,n;if(null==e)return e;for(a=[],s=t=0,n=e.length;0<=n?t<=n:t>=n;s=0<=n?++t:--t)void 0!==e[s]&&(a[s]=e[s]);return a}},e.prototype.regexps.translations=/(?:(?:N(?:A(?:B(?:RE)?|SB?)|(?:RS|KJ)V|IR?V|LT)|HCSB|(?:TNI|E[RS]|AS|RS|KJ)V|MSG|LXX|CE[BV]|AMP))\b/gi,e.prototype.translations={aliases:{ceb:{alias:"ceb"},kjv:{alias:"kjv"},lxx:{alias:"nab"},nab:{alias:"nab"},nabre:{alias:"nab"},nas:{osis:"NASB",alias:"default"},nirv:{alias:"kjv"},niv:{alias:"kjv"},nkjv:{alias:"nkjv"},nlt:{alias:"nlt"},nrsv:{alias:"nrsv"},tniv:{alias:"kjv"},default:{osis:"",alias:"default"}},alternates:{},default:{order:{Gen:1,Exod:2,Lev:3,Num:4,Deut:5,Josh:6,Judg:7,Ruth:8,"1Sam":9,"2Sam":10,"1Kgs":11,"2Kgs":12,"1Chr":13,"2Chr":14,Ezra:15,Neh:16,Esth:17,Job:18,Ps:19,Prov:20,Eccl:21,Song:22,Isa:23,Jer:24,Lam:25,Ezek:26,Dan:27,Hos:28,Joel:29,Amos:30,Obad:31,Jonah:32,Mic:33,Nah:34,Hab:35,Zeph:36,Hag:37,Zech:38,Mal:39,Matt:40,Mark:41,Luke:42,John:43,Acts:44,Rom:45,"1Cor":46,"2Cor":47,Gal:48,Eph:49,Phil:50,Col:51,"1Thess":52,"2Thess":53,"1Tim":54,"2Tim":55,Titus:56,Phlm:57,Heb:58,Jas:59,"1Pet":60,"2Pet":61,"1John":62,"2John":63,"3John":64,Jude:65,Rev:66,Tob:67,Jdt:68,GkEsth:69,Wis:70,Sir:71,Bar:72,PrAzar:73,Sus:74,Bel:75,SgThree:76,EpJer:77,"1Macc":78,"2Macc":79,"3Macc":80,"4Macc":81,"1Esd":82,"2Esd":83,PrMan:84},chapters:{Gen:[31,25,24,26,32,22,24,22,29,32,32,20,18,24,21,16,27,33,38,18,34,24,20,67,34,35,46,22,35,43,55,32,20,31,29,43,36,30,23,23,57,38,34,34,28,34,31,22,33,26],Exod:[22,25,22,31,23,30,25,32,35,29,10,51,22,31,27,36,16,27,25,26,36,31,33,18,40,37,21,43,46,38,18,35,23,35,35,38,29,31,43,38],Lev:[17,16,17,35,19,30,38,36,24,20,47,8,59,57,33,34,16,30,37,27,24,33,44,23,55,46,34],Num:[54,34,51,49,31,27,89,26,23,36,35,16,33,45,41,50,13,32,22,29,35,41,30,25,18,65,23,31,40,16,54,42,56,29,34,13],Deut:[46,37,29,49,33,25,26,20,29,22,32,32,18,29,23,22,20,22,21,20,23,30,25,22,19,19,26,68,29,20,30,52,29,12],Josh:[18,24,17,24,15,27,26,35,27,43,23,24,33,15,63,10,18,28,51,9,45,34,16,33],Judg:[36,23,31,24,31,40,25,35,57,18,40,15,25,20,20,31,13,31,30,48,25],Ruth:[22,23,18,22],"1Sam":[28,36,21,22,12,21,17,22,27,27,15,25,23,52,35,23,58,30,24,42,15,23,29,22,44,25,12,25,11,31,13],"2Sam":[27,32,39,12,25,23,29,18,13,19,27,31,39,33,37,23,29,33,43,26,22,51,39,25],"1Kgs":[53,46,28,34,18,38,51,66,28,29,43,33,34,31,34,34,24,46,21,43,29,53],"2Kgs":[18,25,27,44,27,33,20,29,37,36,21,21,25,29,38,20,41,37,37,21,26,20,37,20,30],"1Chr":[54,55,24,43,26,81,40,40,44,14,47,40,14,17,29,43,27,17,19,8,30,19,32,31,31,32,34,21,30],"2Chr":[17,18,17,22,14,42,22,18,31,19,23,16,22,15,19,14,19,34,11,37,20,12,21,27,28,23,9,27,36,27,21,33,25,33,27,23],Ezra:[11,70,13,24,17,22,28,36,15,44],Neh:[11,20,32,23,19,19,73,18,38,39,36,47,31],Esth:[22,23,15,17,14,14,10,17,32,3],Job:[22,13,26,21,27,30,21,22,35,22,20,25,28,22,35,22,16,21,29,29,34,30,17,25,6,14,23,28,25,31,40,22,33,37,16,33,24,41,30,24,34,17],Ps:[6,12,8,8,12,10,17,9,20,18,7,8,6,7,5,11,15,50,14,9,13,31,6,10,22,12,14,9,11,12,24,11,22,22,28,12,40,22,13,17,13,11,5,26,17,11,9,14,20,23,19,9,6,7,23,13,11,11,17,12,8,12,11,10,13,20,7,35,36,5,24,20,28,23,10,12,20,72,13,19,16,8,18,12,13,17,7,18,52,17,16,15,5,23,11,13,12,9,9,5,8,28,22,35,45,48,43,13,31,7,10,10,9,8,18,19,2,29,176,7,8,9,4,8,5,6,5,6,8,8,3,18,3,3,21,26,9,8,24,13,10,7,12,15,21,10,20,14,9,6],Prov:[33,22,35,27,23,35,27,36,18,32,31,28,25,35,33,33,28,24,29,30,31,29,35,34,28,28,27,28,27,33,31],Eccl:[18,26,22,16,20,12,29,17,18,20,10,14],Song:[17,17,11,16,16,13,13,14],Isa:[31,22,26,6,30,13,25,22,21,34,16,6,22,32,9,14,14,7,25,6,17,25,18,23,12,21,13,29,24,33,9,20,24,17,10,22,38,22,8,31,29,25,28,28,25,13,15,22,26,11,23,15,12,17,13,12,21,14,21,22,11,12,19,12,25,24],Jer:[19,37,25,31,31,30,34,22,26,25,23,17,27,22,21,21,27,23,15,18,14,30,40,10,38,24,22,17,32,24,40,44,26,22,19,32,21,28,18,16,18,22,13,30,5,28,7,47,39,46,64,34],Lam:[22,22,66,22,22],Ezek:[28,10,27,17,17,14,27,18,11,22,25,28,23,23,8,63,24,32,14,49,32,31,49,27,17,21,36,26,21,26,18,32,33,31,15,38,28,23,29,49,26,20,27,31,25,24,23,35],Dan:[21,49,30,37,31,28,28,27,27,21,45,13],Hos:[11,23,5,19,15,11,16,14,17,15,12,14,16,9],Joel:[20,32,21],Amos:[15,16,15,13,27,14,17,14,15],Obad:[21],Jonah:[17,10,10,11],Mic:[16,13,12,13,15,16,20],Nah:[15,13,19],Hab:[17,20,19],Zeph:[18,15,20],Hag:[15,23],Zech:[21,13,10,14,11,15,14,23,17,12,17,14,9,21],Mal:[14,17,18,6],Matt:[25,23,17,25,48,34,29,34,38,42,30,50,58,36,39,28,27,35,30,34,46,46,39,51,46,75,66,20],Mark:[45,28,35,41,43,56,37,38,50,52,33,44,37,72,47,20],Luke:[80,52,38,44,39,49,50,56,62,42,54,59,35,35,32,31,37,43,48,47,38,71,56,53],John:[51,25,36,54,47,71,53,59,41,42,57,50,38,31,27,33,26,40,42,31,25],Acts:[26,47,26,37,42,15,60,40,43,48,30,25,52,28,41,40,34,28,41,38,40,30,35,27,27,32,44,31],Rom:[32,29,31,25,21,23,25,39,33,21,36,21,14,23,33,27],"1Cor":[31,16,23,21,13,20,40,13,27,33,34,31,13,40,58,24],"2Cor":[24,17,18,18,21,18,16,24,15,18,33,21,14],Gal:[24,21,29,31,26,18],Eph:[23,22,21,32,33,24],Phil:[30,30,21,23],Col:[29,23,25,18],"1Thess":[10,20,13,18,28],"2Thess":[12,17,18],"1Tim":[20,15,16,16,25,21],"2Tim":[18,26,17,22],Titus:[16,15,15],Phlm:[25],Heb:[14,18,19,16,14,20,28,13,28,39,40,29,25],Jas:[27,26,18,17,20],"1Pet":[25,25,22,19,14],"2Pet":[21,22,18],"1John":[10,29,24,21,21],"2John":[13],"3John":[15],Jude:[25],Rev:[20,29,22,11,14,17,17,13,21,11,19,17,18,20,8,21,18,24,21,15,27,21],Tob:[22,14,17,21,22,18,16,21,6,13,18,22,17,15],Jdt:[16,28,10,15,24,21,32,36,14,23,23,20,20,19,14,25],GkEsth:[22,23,15,17,14,14,10,17,32,13,12,6,18,19,16,24],Wis:[16,24,19,20,23,25,30,21,18,21,26,27,19,31,19,29,21,25,22],Sir:[30,18,31,31,15,37,36,19,18,31,34,18,26,27,20,30,32,33,30,31,28,27,27,34,26,29,30,26,28,25,31,24,33,31,26,31,31,34,35,30,22,25,33,23,26,20,25,25,16,29,30],Bar:[22,35,37,37,9],PrAzar:[68],Sus:[64],Bel:[42],SgThree:[39],EpJer:[73],"1Macc":[64,70,60,61,68,63,50,32,73,89,74,53,53,49,41,24],"2Macc":[36,32,40,50,27,31,42,36,29,38,38,45,26,46,39],"3Macc":[29,33,30,21,51,41,23],"4Macc":[35,24,21,26,38,35,23,29,32,21,27,19,27,20,32,25,24,24],"1Esd":[58,30,24,63,73,34,15,96,55],"2Esd":[40,48,36,52,56,59,70,63,47,59,46,51,58,48,63,78],PrMan:[15],Ps151:[7]}},vulgate:{chapters:{Gen:[31,25,24,26,32,22,24,22,29,32,32,20,18,24,21,16,27,33,38,18,34,24,20,67,34,35,46,22,35,43,55,32,20,31,29,43,36,30,23,23,57,38,34,34,28,34,31,22,32,25],Exod:[22,25,22,31,23,30,25,32,35,29,10,51,22,31,27,36,16,27,25,26,36,31,33,18,40,37,21,43,46,38,18,35,23,35,35,38,29,31,43,36],Lev:[17,16,17,35,19,30,38,36,24,20,47,8,59,57,33,34,16,30,37,27,24,33,44,23,55,45,34],Num:[54,34,51,49,31,27,89,26,23,36,34,15,34,45,41,50,13,32,22,30,35,41,30,25,18,65,23,31,39,17,54,42,56,29,34,13],Josh:[18,24,17,25,16,27,26,35,27,44,23,24,33,15,63,10,18,28,51,9,43,34,16,33],Judg:[36,23,31,24,32,40,25,35,57,18,40,15,25,20,20,31,13,31,30,48,24],"1Sam":[28,36,21,22,12,21,17,22,27,27,15,25,23,52,35,23,58,30,24,43,15,23,28,23,44,25,12,25,11,31,13],"1Kgs":[53,46,28,34,18,38,51,66,28,29,43,33,34,31,34,34,24,46,21,43,29,54],"1Chr":[54,55,24,43,26,81,40,40,44,14,46,40,14,17,29,43,27,17,19,7,30,19,32,31,31,32,34,21,30],Neh:[11,20,31,23,19,19,73,18,38,39,36,46,31],Job:[22,13,26,21,27,30,21,22,35,22,20,25,28,22,35,23,16,21,29,29,34,30,17,25,6,14,23,28,25,31,40,22,33,37,16,33,24,41,35,28,25,16],Ps:[6,13,9,10,13,11,18,10,39,8,9,6,7,5,10,15,51,15,10,14,32,6,10,22,12,14,9,11,13,25,11,22,23,28,13,40,23,14,18,14,12,5,26,18,12,10,15,21,23,21,11,7,9,24,13,12,12,18,14,9,13,12,11,14,20,8,36,37,6,24,20,28,23,11,13,21,72,13,20,17,8,19,13,14,17,7,19,53,17,16,16,5,23,11,13,12,9,9,5,8,29,22,35,45,48,43,14,31,7,10,10,9,26,9,10,2,29,176,7,8,9,4,8,5,6,5,6,8,8,3,18,3,3,21,26,9,8,24,14,10,8,12,15,21,10,11,9,14,9,6],Eccl:[18,26,22,17,19,11,30,17,18,20,10,14],Song:[16,17,11,16,17,12,13,14],Jer:[19,37,25,31,31,30,34,22,26,25,23,17,27,22,21,21,27,23,15,18,14,30,40,10,38,24,22,17,32,24,40,44,26,22,19,32,20,28,18,16,18,22,13,30,5,28,7,47,39,46,64,34],Ezek:[28,9,27,17,17,14,27,18,11,22,25,28,23,23,8,63,24,32,14,49,32,31,49,27,17,21,36,26,21,26,18,32,33,31,15,38,28,23,29,49,26,20,27,31,25,24,23,35],Dan:[21,49,100,34,31,28,28,27,27,21,45,13,65,42],Hos:[11,24,5,19,15,11,16,14,17,15,12,14,15,10],Amos:[15,16,15,13,27,15,17,14,14],Jonah:[16,11,10,11],Mic:[16,13,12,13,14,16,20],Hag:[14,24],Matt:[25,23,17,25,48,34,29,34,38,42,30,50,58,36,39,28,26,35,30,34,46,46,39,51,46,75,66,20],Mark:[45,28,35,40,43,56,37,39,49,52,33,44,37,72,47,20],John:[51,25,36,54,47,72,53,59,41,42,57,50,38,31,27,33,26,40,42,31,25],Acts:[26,47,26,37,42,15,59,40,43,48,30,25,52,27,41,40,34,28,40,38,40,30,35,27,27,32,44,31],"2Cor":[24,17,18,18,21,18,16,24,15,18,33,21,13],Rev:[20,29,22,11,14,17,17,13,21,11,19,18,18,20,8,21,18,24,21,15,27,21],Tob:[25,23,25,23,28,22,20,24,12,13,21,22,23,17],Jdt:[12,18,15,17,29,21,25,34,19,20,21,20,31,18,15,31],Wis:[16,25,19,20,24,27,30,21,19,21,27,27,19,31,19,29,20,25,20],Sir:[40,23,34,36,18,37,40,22,25,34,36,19,32,27,22,31,31,33,28,33,31,33,38,47,36,28,33,30,35,27,42,28,33,31,26,28,34,39,41,32,28,26,37,27,31,23,31,28,19,31,38,13],Bar:[22,35,38,37,9,72],"1Macc":[67,70,60,61,68,63,50,32,73,89,74,54,54,49,41,24],"2Macc":[36,33,40,50,27,31,42,36,29,38,38,46,26,46,40]}},ceb:{chapters:{"2Cor":[24,17,18,18,21,18,16,24,15,18,33,21,13],Rev:[20,29,22,11,14,17,17,13,21,11,19,18,18,20,8,21,18,24,21,15,27,21],Tob:[22,14,17,21,22,18,16,21,6,13,18,22,18,15],PrAzar:[67],EpJer:[72],"1Esd":[55,26,24,63,71,33,15,92,55]}},kjv:{chapters:{"3John":[14]}},nab:{order:{Gen:1,Exod:2,Lev:3,Num:4,Deut:5,Josh:6,Judg:7,Ruth:8,"1Sam":9,"2Sam":10,"1Kgs":11,"2Kgs":12,"1Chr":13,"2Chr":14,PrMan:15,Ezra:16,Neh:17,"1Esd":18,"2Esd":19,Tob:20,Jdt:21,Esth:22,GkEsth:23,"1Macc":24,"2Macc":25,"3Macc":26,"4Macc":27,Job:28,Ps:29,Prov:30,Eccl:31,Song:32,Wis:33,Sir:34,Isa:35,Jer:36,Lam:37,Bar:38,EpJer:39,Ezek:40,Dan:41,PrAzar:42,Sus:43,Bel:44,SgThree:45,Hos:46,Joel:47,Amos:48,Obad:49,Jonah:50,Mic:51,Nah:52,Hab:53,Zeph:54,Hag:55,Zech:56,Mal:57,Matt:58,Mark:59,Luke:60,John:61,Acts:62,Rom:63,"1Cor":64,"2Cor":65,Gal:66,Eph:67,Phil:68,Col:69,"1Thess":70,"2Thess":71,"1Tim":72,"2Tim":73,Titus:74,Phlm:75,Heb:76,Jas:77,"1Pet":78,"2Pet":79,"1John":80,"2John":81,"3John":82,Jude:83,Rev:84},chapters:{Gen:[31,25,24,26,32,22,24,22,29,32,32,20,18,24,21,16,27,33,38,18,34,24,20,67,34,35,46,22,35,43,54,33,20,31,29,43,36,30,23,23,57,38,34,34,28,34,31,22,33,26],Exod:[22,25,22,31,23,30,29,28,35,29,10,51,22,31,27,36,16,27,25,26,37,30,33,18,40,37,21,43,46,38,18,35,23,35,35,38,29,31,43,38],Lev:[17,16,17,35,26,23,38,36,24,20,47,8,59,57,33,34,16,30,37,27,24,33,44,23,55,46,34],Num:[54,34,51,49,31,27,89,26,23,36,35,16,33,45,41,35,28,32,22,29,35,41,30,25,19,65,23,31,39,17,54,42,56,29,34,13],Deut:[46,37,29,49,33,25,26,20,29,22,32,31,19,29,23,22,20,22,21,20,23,29,26,22,19,19,26,69,28,20,30,52,29,12],"1Sam":[28,36,21,22,12,21,17,22,27,27,15,25,23,52,35,23,58,30,24,42,16,23,28,23,44,25,12,25,11,31,13],"2Sam":[27,32,39,12,25,23,29,18,13,19,27,31,39,33,37,23,29,32,44,26,22,51,39,25],"1Kgs":[53,46,28,20,32,38,51,66,28,29,43,33,34,31,34,34,24,46,21,43,29,54],"2Kgs":[18,25,27,44,27,33,20,29,37,36,20,22,25,29,38,20,41,37,37,21,26,20,37,20,30],"1Chr":[54,55,24,43,41,66,40,40,44,14,47,41,14,17,29,43,27,17,19,8,30,19,32,31,31,32,34,21,30],"2Chr":[18,17,17,22,14,42,22,18,31,19,23,16,23,14,19,14,19,34,11,37,20,12,21,27,28,23,9,27,36,27,21,33,25,33,27,23],Neh:[11,20,38,17,19,19,72,18,37,40,36,47,31],Job:[22,13,26,21,27,30,21,22,35,22,20,25,28,22,35,22,16,21,29,29,34,30,17,25,6,14,23,28,25,31,40,22,33,37,16,33,24,41,30,32,26,17],Ps:[6,11,9,9,13,11,18,10,21,18,7,9,6,7,5,11,15,51,15,10,14,32,6,10,22,12,14,9,11,13,25,11,22,23,28,13,40,23,14,18,14,12,5,27,18,12,10,15,21,23,21,11,7,9,24,14,12,12,18,14,9,13,12,11,14,20,8,36,37,6,24,20,28,23,11,13,21,72,13,20,17,8,19,13,14,17,7,19,53,17,16,16,5,23,11,13,12,9,9,5,8,29,22,35,45,48,43,14,31,7,10,10,9,8,18,19,2,29,176,7,8,9,4,8,5,6,5,6,8,8,3,18,3,3,21,26,9,8,24,14,10,8,12,15,21,10,20,14,9,6],Eccl:[18,26,22,17,19,12,29,17,18,20,10,14],Song:[17,17,11,16,16,12,14,14],Isa:[31,22,26,6,30,13,25,23,20,34,16,6,22,32,9,14,14,7,25,6,17,25,18,23,12,21,13,29,24,33,9,20,24,17,10,22,38,22,8,31,29,25,28,28,25,13,15,22,26,11,23,15,12,17,13,12,21,14,21,22,11,12,19,11,25,24],Jer:[19,37,25,31,31,30,34,23,25,25,23,17,27,22,21,21,27,23,15,18,14,30,40,10,38,24,22,17,32,24,40,44,26,22,19,32,21,28,18,16,18,22,13,30,5,28,7,47,39,46,64,34],Ezek:[28,10,27,17,17,14,27,18,11,22,25,28,23,23,8,63,24,32,14,44,37,31,49,27,17,21,36,26,21,26,18,32,33,31,15,38,28,23,29,49,26,20,27,31,25,24,23,35],Dan:[21,49,100,34,30,29,28,27,27,21,45,13,64,42],Hos:[9,25,5,19,15,11,16,14,17,15,11,15,15,10],Joel:[20,27,5,21],Jonah:[16,11,10,11],Mic:[16,13,12,14,14,16,20],Nah:[14,14,19],Zech:[17,17,10,14,11,15,14,23,17,12,17,14,9,21],Mal:[14,17,24],Acts:[26,47,26,37,42,15,60,40,43,49,30,25,52,28,41,40,34,28,40,38,40,30,35,27,27,32,44,31],"2Cor":[24,17,18,18,21,18,16,24,15,18,33,21,13],Rev:[20,29,22,11,14,17,17,13,21,11,19,18,18,20,8,21,18,24,21,15,27,21],Tob:[22,14,17,21,22,18,17,21,6,13,18,22,18,15],Sir:[30,18,31,31,15,37,36,19,18,31,34,18,26,27,20,30,32,33,30,31,28,27,27,33,26,29,30,26,28,25,31,24,33,31,26,31,31,34,35,30,22,25,33,23,26,20,25,25,16,29,30],Bar:[22,35,38,37,9,72],"2Macc":[36,32,40,50,27,31,42,36,29,38,38,46,26,46,39]}},nlt:{chapters:{Rev:[20,29,22,11,14,17,17,13,21,11,19,18,18,20,8,21,18,24,21,15,27,21]}},nrsv:{chapters:{"2Cor":[24,17,18,18,21,18,16,24,15,18,33,21,13],Rev:[20,29,22,11,14,17,17,13,21,11,19,18,18,20,8,21,18,24,21,15,27,21]}}},e.prototype.languages=["en"],e.prototype.regexps.space="[\\s\\xa0]",e.prototype.regexps.escaped_passage=RegExp(`(?:^|[^\\x1f\\x1e\\dA-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:(?:ch(?:apters?|a?pts?\\.?|a?p?s?\\.?)?\\s*\\d+\\s*(?:[\\u2013\\u2014\\-]|through|thru|to)\\s*\\d+\\s*(?:from|of|in)(?:\\s+the\\s+book\\s+of)?\\s*)|(?:ch(?:apters?|a?pts?\\.?|a?p?s?\\.?)?\\s*\\d+\\s*(?:from|of|in)(?:\\s+the\\s+book\\s+of)?\\s*)|(?:\\d+(?:th|nd|st)\\s*ch(?:apter|a?pt\\.?|a?p?\\.?)?\\s*(?:from|of|in)(?:\\s+the\\s+book\\s+of)?\\s*))?\\x1f(\\d+)(?:/\\d+)?\\x1f(?:/\\d+\\x1f|[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014]|title(?![a-z])|see${e.prototype.regexps.space}+also|ff(?![a-z0-9])|f(?![a-z0-9])|chapters|chapter|through|compare|chapts|verses|chpts|chapt|chaps|verse|chap|thru|also|chp|chs|cha|and|see|ver|vss|ch|to|cf|vs|vv|v|[a-e](?!\\w)|$)+)`,"gi"),e.prototype.regexps.match_end_split=/\d\W*title|\d\W*(?:ff(?![a-z0-9])|f(?![a-z0-9]))(?:[\s\xa0*]*\.)?|\d[\s\xa0*]*[a-e](?!\w)|\x1e(?:[\s\xa0*]*[)\]\uff09])?|[\d\x1f]/gi,e.prototype.regexps.control=/[\x1e\x1f]/g,e.prototype.regexps.pre_book="[^A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ]",e.prototype.regexps.first=`(?:1st|1|I|First)\\.?${e.prototype.regexps.space}*`,e.prototype.regexps.second=`(?:2nd|2|II|Second)\\.?${e.prototype.regexps.space}*`,e.prototype.regexps.third=`(?:3rd|3|III|Third)\\.?${e.prototype.regexps.space}*`,e.prototype.regexps.range_and=`(?:[&–—-]|(?:and|compare|cf|see${e.prototype.regexps.space}+also|also|see)|(?:through|thru|to))`,e.prototype.regexps.range_only="(?:[–—-]|(?:through|thru|to))",e.prototype.regexps.get_books=function(s,t){var a,n,i,o,r;if(n=[{osis:["Ps"],apocrypha:!0,extra:"2",regexp:/(\b)(Ps151)(?=\.1)/g},{osis:["Gen"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:G(?:e(?:n(?:n(?:(?:i[ei]s[eiu]|is[eiu]|si)s|e(?:is(?:[eiu]s)?|es[eiu]s|s[eiu]s))|(?:eis[eiu]|esu|si)s|(?:ee|i[ei])s[eiu]s|es[ei]s|is[eiu]s|es[ei]|eis)?)?|n)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Exod"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ex(?:o(?:d(?:[iu]s|[es])?)?|d)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Bel"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Bel(?:[\\s\\xa0]*(?:and[\\s\\xa0]*(?:the[\\s\\xa0]*(?:S(?:erpent|nake)|Dragon)|S(?:erpent|nake)|Dragon)|&[\\s\\xa0]*(?:the[\\s\\xa0]*(?:S(?:erpent|nake)|Dragon)|S(?:erpent|nake)|Dragon)))?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Lev"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:L(?:iv[ei]t[ei]?cus|e(?:v(?:it[ei]?cus|et[ei]?cus|i)?)?|v)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Num"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:N(?:u(?:m(?:b(?:ers?)?)?)?|m)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Sir"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Wisdom[\\s\\xa0]*of[\\s\\xa0]*Jesus(?:,[\\s\\xa0]*Son[\\s\\xa0]*of|[\\s\\xa0]*(?:Son[\\s\\xa0]*of|ben))[\\s\\xa0]*Sirach|Wisdom[\\s\\xa0]*of[\\s\\xa0]*Jesus(?:,[\\s\\xa0]*Son[\\s\\xa0]*of|[\\s\\xa0]*(?:Son[\\s\\xa0]*of|ben))[\\s\\xa0]*Sirach|Ecc(?:l[eu]siasticu)?s|Ben[\\s\\xa0]*Sira|Ecclus|Sirach|Sir))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Wis"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Wis(?:d(?:om)?|om)?[\\s\\xa0]*of[\\s\\xa0]*Solomon|Wis(?:(?:d(?:om)?)?[\\s\\xa0]*of[\\s\\xa0]*Solomon|om[\\s\\xa0]*of[\\s\\xa0]*Solomon|d(?:om)?)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Lam"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:L(?:a(?:m(?:[ei]ntations?)?)?|m)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["EpJer"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*(?:Ep(?:istle|\\.)?|Let(?:ter|\\.)?)[\\s\\xa0]*of[\\s\\xa0]*Jeremiah|Ep(?:istle[\\s\\xa0]*of[\\s\\xa0]*Jeremiah|istle[\\s\\xa0]*of[\\s\\xa0]*Jeremy|[\\s\\xa0]*of[\\s\\xa0]*Jeremiah|[\\s\\xa0]*?Jer)|(?:Let(?:ter|\\.)|Ep\\.)[\\s\\xa0]*of[\\s\\xa0]*Jeremiah|Let[\\s\\xa0]*of[\\s\\xa0]*Jeremiah))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Rev"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:R(?:e(?:v(?:elations?|[ao]lations?|lations?|el)?)?|v)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["PrMan"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Pr(?:ayer(?:s[\\s\\xa0]*(?:of[\\s\\xa0]*)?|[\\s\\xa0]*(?:of[\\s\\xa0]*)?)|[\\s\\xa0]*(?:of[\\s\\xa0]*)?)Manasseh|Pr(?:ayer(?:s[\\s\\xa0]*(?:of[\\s\\xa0]*)?|[\\s\\xa0]*(?:of[\\s\\xa0]*)?)Manasseh|[\\s\\xa0]*of[\\s\\xa0]*Manasseh|[\\s\\xa0]*Manasseh|[\\s\\xa0]*?Man)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Deut"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:D(?:uet[eo]rono?my|uut(?:[eo]rono?|rono?)my|e(?:u(?:t[eo]rono?my|trono?my|t)?|et(?:[eo]rono?|rono?)my)|uetrono?my|(?:ue)?t)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Josh"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:J(?:o(?:ush?ua|s(?:h?ua|h)?)|sh)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Judg"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:J(?:udg(?:es)?|d?gs|d?g)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Ruth"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:R(?:u(?:th?)?|th?)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["1Esd"],apocrypha:!0,regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:First[\s\xa0]*Esd(?:r(?:as)?)?|(?:1(?:st)?|I)\.[\s\xa0]*Esd(?:r(?:as)?)?|(?:1(?:st)?|I)[\s\xa0]*Esd(?:r(?:as)?)?|1Esd))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["2Esd"],apocrypha:!0,regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Second[\s\xa0]*Esd(?:r(?:as)?)?|(?:2(?:nd)?|II)\.[\s\xa0]*Esd(?:r(?:as)?)?|(?:2(?:nd)?|II)[\s\xa0]*Esd(?:r(?:as)?)?|2Esd))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["Isa"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:I(?:s(?:i[ai](?:[ai](?:[ai]ha?|ha?)|ha?)|a(?:i[ai](?:[ai]ha?|ha?)|a(?:[ai](?:[ai]ha?|ha?)|ha?)|isha?|i?ha?|i)?|sah|iha)?|a)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["2Sam"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:2[\s\xa0]*Sma)|(?:2[\s\xa0]*Sm)|(?:Second[\s\xa0]*(?:Kingdoms|S(?:amu[ae]l[ls]|a(?:m(?:u[ae]l)?)?|ma|m))|(?:2(?:nd)?|II)\.[\s\xa0]*(?:Kingdoms|S(?:amu[ae]l[ls]|a(?:m(?:u[ae]l)?)?|ma|m))|(?:2nd|II)[\s\xa0]*(?:Kingdoms|S(?:amu[ae]l[ls]|a(?:m(?:u[ae]l)?)?|ma|m))|2(?:[\s\xa0]*Kingdoms|[\s\xa0]*Samu[ae]l[ls]|[\s\xa0]*S(?:a(?:m(?:u[ae]l)?)?)?|Sam)))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["1Sam"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:1[\s\xa0]*Sma)|(?:1[\s\xa0]*Sm)|(?:First[\s\xa0]*(?:Kingdoms|S(?:amu[ae]l[ls]|a(?:m(?:u[ae]l)?)?|ma|m))|(?:1(?:st)?|I)\.[\s\xa0]*(?:Kingdoms|S(?:amu[ae]l[ls]|a(?:m(?:u[ae]l)?)?|ma|m))|(?:1st|I)[\s\xa0]*(?:Kingdoms|S(?:amu[ae]l[ls]|a(?:m(?:u[ae]l)?)?|ma|m))|1(?:[\s\xa0]*Kingdoms|[\s\xa0]*Samu[ae]l[ls]|[\s\xa0]*S(?:a(?:m(?:u[ae]l)?)?)?|Sam))|(?:Samu[ae]l[ls]?))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["2Kgs"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Fourth[\s\xa0]*Kingdoms|(?:4(?:th)?|IV)\.[\s\xa0]*Kingdoms|(?:(?:Second|2\.)[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|2nd(?:\.[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?)|II(?:\.[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?)|2[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?)s|(?:4(?:th)?|IV)[\s\xa0]*Kingdoms|(?:Second|2\.)[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|2nd(?:\.[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?)|II(?:\.[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?)|2[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|2Kgs))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["1Kgs"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Third[\s\xa0]*Kingdoms|(?:III|3(?:rd)?)\.[\s\xa0]*Kingdoms|(?:III|3(?:rd)?)[\s\xa0]*Kingdoms|(?:(?:First|1(?:st)?\.)[\s\xa0]*K(?:i(?:ng?|g)|ng?|g)?|1(?:st)?[\s\xa0]*K(?:i(?:ng?|g)|ng?|g)?|I(?:\.[\s\xa0]*K(?:i(?:ng?|g)|ng?|g)?|[\s\xa0]*K(?:i(?:ng?|g)|ng?|g)?))s|(?:First|1(?:st)?\.)[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|1(?:st)?[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|I(?:\.[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?)|1Kgs)|(?:K(?:in(?:gs)?|n?gs)))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["2Chr"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:2[\s\xa0]*C(?:hr(?:on(?:ocle|ic(?:le|al))s|n)|ron[io]cles))|(?:2[\s\xa0]*C(?:hron[io]|ron[io])cle)|(?:2[\s\xa0]*Chron)|(?:2[\s\xa0]*Chro)|(?:2[\s\xa0]*?Chr)|(?:Second[\s\xa0]*(?:Paralipomenon|C(?:h(?:oron[io]cles|r(?:onicals|onicles|onocles|n))|h(?:oron[io]cle|r(?:onicle|onocle|on?)?)|(?:oron[io]|ron[io])cles|oron[io]cle|ron(?:[io]cle)?))|(?:2(?:nd)?|II)\.[\s\xa0]*(?:Paralipomenon|C(?:h(?:oron[io]cles|r(?:onicals|onicles|onocles|n))|h(?:oron[io]cle|r(?:onicle|onocle|on?)?)|(?:oron[io]|ron[io])cles|oron[io]cle|ron(?:[io]cle)?))|(?:2nd|II)[\s\xa0]*(?:Paralipomenon|C(?:h(?:oron[io]cles|r(?:onicals|onicles|onocles|n))|h(?:oron[io]cle|r(?:onicle|onocle|on?)?)|(?:oron[io]|ron[io])cles|oron[io]cle|ron(?:[io]cle)?))|2[\s\xa0]*(?:Paralipomenon|C(?:h?oron[io]cles|h?oron[io]cle|ron|h))))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["1Chr"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:1[\s\xa0]*C(?:(?:oron[io]|ron[io])cles|hr(?:on(?:ocle|ic(?:le|al))s|n)))|(?:1[\s\xa0]*C(?:hron[io]|ron[io])cle)|(?:1[\s\xa0]*Chron)|(?:1[\s\xa0]*Chro)|(?:1[\s\xa0]*?Chr)|(?:First[\s\xa0]*(?:Paralipomenon|C(?:h(?:oron[io]cles|r(?:onicles|onocles|onicals|n))|h(?:oronocle|r(?:onicle|onocle|on?)?)|(?:oron[io]|ron[io])cles|(?:oron[io]|ron[io])cle|ron))|(?:1(?:st)?|I)\.[\s\xa0]*(?:Paralipomenon|C(?:h(?:oron[io]cles|r(?:onicles|onocles|onicals|n))|h(?:oronocle|r(?:onicle|onocle|on?)?)|(?:oron[io]|ron[io])cles|(?:oron[io]|ron[io])cle|ron))|(?:1st|I)[\s\xa0]*(?:Paralipomenon|C(?:h(?:oron[io]cles|r(?:onicles|onocles|onicals|n))|h(?:oronocle|r(?:onicle|onocle|on?)?)|(?:oron[io]|ron[io])cles|(?:oron[io]|ron[io])cle|ron))|1[\s\xa0]*Paralipomenon|1[\s\xa0]*Choron[io]cles|1[\s\xa0]*Ch(?:oronocle)?|(?:1[\s\xa0]*Coron[io]|Choroni)cle|1[\s\xa0]*Cron)|(?:Paralipomenon|C(?:(?:h(?:oron[io]cle|ron(?:[io]cle|ical))|(?:oron[io]|ron[io])cle)s|(?:h(?:orono|ron[io])|oron[io]|ron[io])cle)))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["Ezra"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:E(?:zra?|sra)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Neh"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ne(?:h(?:[ei]m(?:i(?:a[ai]h|i[ai]?h|a?h|a)|a(?:[ai][ai]?)?h)|amiah|amia)?)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["GkEsth"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Esther[\\s\\xa0]*\\(Greek\\)|G(?:r(?:eek[\\s\\xa0]*Esther|[\\s\\xa0]*Esth)|r(?:eek[\\s\\xa0]*Esth?|[\\s\\xa0]*Est)|k[\\s\\xa0]*?Esth|k[\\s\\xa0]*Est)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Esth"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Es(?:t(?:h(?:er|r)?|er)?)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Job"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Jo?b))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Ps"],extra:"1",regexp:RegExp(`(\\b)((?:(?:(?:1[02-5]|[2-9])?(?:1${e.prototype.regexps.space}*st|2${e.prototype.regexps.space}*nd|3${e.prototype.regexps.space}*rd))|1?1[123]${e.prototype.regexps.space}*th|(?:150|1[0-4][04-9]|[1-9][04-9]|[4-9])${e.prototype.regexps.space}*th)${e.prototype.regexps.space}*Psalm)\\b`,"gi")},{osis:["Ps"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:P(?:(?:s(?:malm|lalm|a(?:ml?m|l(?:m[alm]|am)|llm|alm)|lam|ml)|a(?:sl|ls)m)s?|l(?:s(?:sss|a?m)s?|a(?:s(?:m(?:as?|s)?|s)?|m(?:a?s)?|as?)|s(?:ss?|a)|ms)|s(?:mals|a(?:m(?:l[as]|s)|l(?:m|a)?s|aa)|lm[ms]|[ms]m)|(?:a(?:s(?:ml|s)|m[ls]|l[lm])|s(?:lma|a(?:ma|am)))s|s(?:mal|a(?:ml?|l(?:m|a)?)?|ma?|l[am]|s)?|asms)|Salms?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["PrAzar"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Pr(?:ayer(?:s[\\s\\xa0]*of[\\s\\xa0]*Azariah?|[\\s\\xa0]*of[\\s\\xa0]*Azariah?)|[\\s\\xa0]*of[\\s\\xa0]*Azariah?)|Prayer(?:s[\\s\\xa0]*of[\\s\\xa0]*Azariah?|[\\s\\xa0]*of[\\s\\xa0]*Azariah?)|Pr[\\s\\xa0]*of[\\s\\xa0]*Azariah?|Pr(?:[\\s\\xa0]*Aza|Aza?)r|Azariah?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Prov"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Provebs)|(?:P(?:r(?:o(?:bv?erbs|verbs|v(?:erb)?)?|(?:e?ver|v)bs|e?verb|vb|v)?|or?verbs|v)|Oroverbs))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Eccl"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ec(?:c(?:l(?:es(?:i(?:a(?:ia?stes|(?:sti|at)es|astes|s?tes|ste?|te)|(?:ias|s)?tes)|(?:sia|ai?)stes|(?:sai|aia)stes|(?:sia|ai)tes)?)?)?|lesiaiastes|les(?:sia|i)stes|lesiastes|less?iates|lesiaste|l)?|Qo(?:heleth|h)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["SgThree"],apocrypha:!0,regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:The[\s\xa0]*Song[\s\xa0]*of[\s\xa0]*(?:the[\s\xa0]*(?:Three[\s\xa0]*(?:Holy[\s\xa0]*Children|Young[\s\xa0]*Men|(?:Youth|Jew)s)|3[\s\xa0]*(?:Holy[\s\xa0]*Children|Young[\s\xa0]*Men|(?:Youth|Jew)s))|Three[\s\xa0]*(?:Holy[\s\xa0]*Children|Young[\s\xa0]*Men|(?:Youth|Jew)s)|3[\s\xa0]*(?:Holy[\s\xa0]*Children|Young[\s\xa0]*Men|(?:Youth|Jew)s))|S(?:\.[\s\xa0]*(?:of[\s\xa0]*(?:Th(?:ree(?:\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y))|\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y))|3(?:\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y)))|Th(?:ree(?:\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y))|\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y))|3(?:\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y)))|[\s\xa0]*(?:of[\s\xa0]*(?:Th(?:ree(?:\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y))|\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y))|3(?:\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y)))|Th(?:ree(?:\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y))|\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y))|3(?:\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y)))|(?:ong[\s\xa0]*|ng[\s\xa0]*|g[\s\xa0]*?)Three|g[\s\xa0]*Thr))|(?:Song[\s\xa0]*of[\s\xa0]*(?:the[\s\xa0]*(?:Three[\s\xa0]*(?:Holy[\s\xa0]*Children|Young[\s\xa0]*Men|(?:Youth|Jew)s)|3[\s\xa0]*(?:Holy[\s\xa0]*Children|Young[\s\xa0]*Men|(?:Youth|Jew)s))|Three[\s\xa0]*(?:Holy[\s\xa0]*Children|Young[\s\xa0]*Men|(?:Youth|Jew)s)|3[\s\xa0]*(?:Holy[\s\xa0]*Children|Young[\s\xa0]*Men|(?:Youth|Jew)s))))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["Song"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Song(?:s[\\s\\xa0]*of[\\s\\xa0]*S(?:o(?:lom[ao]ns?|ngs?)|alom[ao]ns?)|[\\s\\xa0]*of[\\s\\xa0]*S(?:o(?:lom[ao]ns?|ngs?)|alom[ao]ns?))|S(?:[\\s\\xa0]*of[\\s\\xa0]*S|n?gs?|o[Sln]|o|S))|(?:Song(?:s(?:[\\s\\xa0]*of[\\s\\xa0]*S(?:o(?:lom[ao]ns?|ngs?)|alom[ao]ns?))?|[\\s\\xa0]*of[\\s\\xa0]*S(?:o(?:lom[ao]ns?|ngs?)|alom[ao]ns?))?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Jer"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:J(?:e(?:r(?:e(?:m(?:a(?:ia?)?h|i(?:ha|ah|ih|h|a|e)?))?|amiha|amiah|(?:im(?:i[ai]|a)|a(?:m[ai]i|ia)|m[im]a)h|amih|amia|(?:imi|ama)h)?)?|r)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Ezek"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:E(?:z(?:e[ei]ki?el|i(?:[ei]ki?|ki?)el|ek(?:i[ae]|e)l|ek?|k)|x[ei](?:[ei]ki?|ki?)el)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Dan"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:D(?:a(?:n(?:i[ae]l)?)?|[ln])))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Hos"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:H(?:o(?:s(?:ea)?)?|s)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Joel"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:J(?:oel?|l)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Amos"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Am(?:os?|s)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Obad"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ob(?:a(?:d(?:iah?)?)?|idah|d)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Jonah"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:J(?:on(?:ah)?|nh)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Mic"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Mi(?:c(?:hah?|ah?)?)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Nah"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Na(?:h(?:um?)?)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Hab"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Hab(?:bak(?:k[au]kk?|[au]kk?)|ak(?:k[au]kk?|[au]kk?)|k)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Zeph"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Z(?:e(?:p(?:h(?:an(?:aiah?|iah?))?)?|faniah?)|a(?:ph|f)aniah?|ph?)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Hag"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:H(?:ag(?:g(?:ia[hi]|ai)?|ai)?|gg?)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Zech"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Z(?:ec(?:h(?:[ae]r(?:i(?:a?h|ih|a)|a[ai]?h))?)?|a(?:c(?:h(?:[ae]r(?:i(?:a?h|ih|a)|a[ai]?h))?)?|kariah)|(?:ekaria|c)h|ekaria|c)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Mal"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Mal(?:ichi|ac(?:hi?|i))?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Matt"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Gospel[\\s\\xa0]*(?:according[\\s\\xa0]*to[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|t(?:\\.[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)))|M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t))|of[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|t(?:\\.[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)))|M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)))|Mtt)|(?:Gospel[\\s\\xa0]*(?:according[\\s\\xa0]*to[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|t(?:\\.[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)))|M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t))|of[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|t(?:\\.[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)))|M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)))|S(?:aint[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|t(?:\\.[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)))|M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Mark"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Gospel[\\s\\xa0]*(?:according[\\s\\xa0]*to[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*M(?:ark?|rk?|k)|t(?:\\.[\\s\\xa0]*M(?:ark?|rk?|k)|[\\s\\xa0]*M(?:ark?|rk?|k)))|M(?:ark?|rk?|k))|of[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*M(?:ark?|rk?|k)|t(?:\\.[\\s\\xa0]*M(?:ark?|rk?|k)|[\\s\\xa0]*M(?:ark?|rk?|k)))|M(?:ark?|rk?|k))))|(?:Gospel[\\s\\xa0]*(?:according[\\s\\xa0]*to[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*M(?:ark?|rk?|k)|t(?:\\.[\\s\\xa0]*M(?:ark?|rk?|k)|[\\s\\xa0]*M(?:ark?|rk?|k)))|M(?:ark?|rk?|k))|of[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*M(?:ark?|rk?|k)|t(?:\\.[\\s\\xa0]*M(?:ark?|rk?|k)|[\\s\\xa0]*M(?:ark?|rk?|k)))|M(?:ark?|rk?|k)))|S(?:aint[\\s\\xa0]*M(?:ark?|rk?|k)|t(?:\\.[\\s\\xa0]*M(?:ark?|rk?|k)|[\\s\\xa0]*M(?:ark?|rk?|k)))|M(?:ark?|rk?|k)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Luke"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Gospel[\\s\\xa0]*(?:according[\\s\\xa0]*to[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*L(?:u(?:ke?)?|k)|t(?:\\.[\\s\\xa0]*L(?:u(?:ke?)?|k)|[\\s\\xa0]*L(?:u(?:ke?)?|k)))|L(?:u(?:ke?)?|k))|of[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*L(?:u(?:ke?)?|k)|t(?:\\.[\\s\\xa0]*L(?:u(?:ke?)?|k)|[\\s\\xa0]*L(?:u(?:ke?)?|k)))|L(?:u(?:ke?)?|k))))|(?:Gospel[\\s\\xa0]*(?:according[\\s\\xa0]*to[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*L(?:u(?:ke?)?|k)|t(?:\\.[\\s\\xa0]*L(?:u(?:ke?)?|k)|[\\s\\xa0]*L(?:u(?:ke?)?|k)))|L(?:u(?:ke?)?|k))|of[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*L(?:u(?:ke?)?|k)|t(?:\\.[\\s\\xa0]*L(?:u(?:ke?)?|k)|[\\s\\xa0]*L(?:u(?:ke?)?|k)))|L(?:u(?:ke?)?|k)))|S(?:aint[\\s\\xa0]*L(?:u(?:ke?)?|k)|t(?:\\.[\\s\\xa0]*L(?:u(?:ke?)?|k)|[\\s\\xa0]*L(?:u(?:ke?)?|k)))|L(?:u(?:ke?)?|k)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["1John"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:First[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|(?:1(?:st)?|I)\.[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|(?:1(?:st)?|I)[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|1John))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["2John"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Second[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|(?:2(?:nd)?|II)\.[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|(?:2(?:nd)?|II)[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|2John))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["3John"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Third[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|(?:III|3(?:rd)?)\.[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|(?:III|3(?:rd)?)[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|3John))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["John"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Gospel[\\s\\xa0]*(?:according[\\s\\xa0]*to[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|t(?:\\.[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)))|J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h))|of[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|t(?:\\.[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)))|J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h))))|(?:Gospel[\\s\\xa0]*(?:according[\\s\\xa0]*to[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|t(?:\\.[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)))|J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h))|of[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|t(?:\\.[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)))|J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)))|S(?:aint[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|t(?:\\.[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)))|J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Acts"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Acts[\\s\\xa0]*of[\\s\\xa0]*the[\\s\\xa0]*Apostles|Ac(?:ts[\\s\\xa0]*of[\\s\\xa0]*the[\\s\\xa0]*Apostles|tsss|t(?:ss?)?)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Rom"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:R(?:o(?:m(?:a(?:n(?:ds|s)?|sn)|s)?|amns|s)?|pmans|m(?:n?s|n)?)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["2Cor"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Second[\s\xa0]*C(?:o(?:r(?:i(?:inthii?ans|(?:n(?:th(?:i(?:an[ao]|na)|ai?n)|ith(?:ina|an))|th[ai]n)s|(?:n(?:t(?:h(?:i(?:a[ai]|o)|aia)|i[ao])|ith(?:ia|ai))|th(?:ia|ai))ns|(?:n(?:thi|[an]th)i|th(?:ii|o))ans|nthoi?ans|n(?:thia?ns|t(?:h(?:ian)?)?)?)|(?:(?:rin?tha|ntha)i|nithaia|ninthai|nthia)ns|(?:(?:rin?|nin?)th|nthi|anth)ians|n(?:ithai?|intha|thi)ns|thians|th(?:ian)?)?)?|hor(?:inth(?:ai|ia|i)|(?:a?n|i)thia)ns)|(?:2(?:nd)?|II)\.[\s\xa0]*C(?:o(?:r(?:i(?:inthii?ans|(?:n(?:th(?:i(?:an[ao]|na)|ai?n)|ith(?:ina|an))|th[ai]n)s|(?:n(?:t(?:h(?:i(?:a[ai]|o)|aia)|i[ao])|ith(?:ia|ai))|th(?:ia|ai))ns|(?:n(?:thi|[an]th)i|th(?:ii|o))ans|nthoi?ans|n(?:thia?ns|t(?:h(?:ian)?)?)?)|(?:(?:rin?tha|ntha)i|nithaia|ninthai|nthia)ns|(?:(?:rin?|nin?)th|nthi|anth)ians|n(?:ithai?|intha|thi)ns|thians|th(?:ian)?)?)?|hor(?:inth(?:ai|ia|i)|(?:a?n|i)thia)ns)|(?:2(?:nd)?|II)[\s\xa0]*C(?:o(?:r(?:i(?:inthii?ans|(?:n(?:th(?:i(?:an[ao]|na)|ai?n)|ith(?:ina|an))|th[ai]n)s|(?:n(?:t(?:h(?:i(?:a[ai]|o)|aia)|i[ao])|ith(?:ia|ai))|th(?:ia|ai))ns|(?:n(?:thi|[an]th)i|th(?:ii|o))ans|nthoi?ans|n(?:thia?ns|t(?:h(?:ian)?)?)?)|(?:(?:rin?tha|ntha)i|nithaia|ninthai|nthia)ns|(?:(?:rin?|nin?)th|nthi|anth)ians|n(?:ithai?|intha|thi)ns|thians|th(?:ian)?)?)?|hor(?:inth(?:ai|ia|i)|(?:a?n|i)thia)ns)|2Cor))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["1Cor"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:First[\s\xa0]*C(?:o(?:r(?:i(?:inthii?ans|(?:n(?:th(?:i(?:an[ao]|na)|ai?n)|ith(?:ina|an))|th[ai]n)s|(?:n(?:t(?:h(?:i(?:a[ai]|o)|aia)|i[ao])|ith(?:ia|ai))|th(?:ia|ai))ns|(?:n(?:thi|[an]th)i|th(?:ii|o))ans|nthoi?ans|n(?:thia?ns|t(?:h(?:ian)?)?)?)|(?:(?:rin?tha|ntha)i|nithaia|ninthai|nthia)ns|(?:(?:rin?|nin?)th|nthi|anth)ians|n(?:ithai?|intha|thi)ns|thians|th(?:ian)?)?)?|hor(?:inth(?:ai|ia|i)|(?:a?n|i)thia)ns)|(?:1(?:st)?|I)\.[\s\xa0]*C(?:o(?:r(?:i(?:inthii?ans|(?:n(?:th(?:i(?:an[ao]|na)|ai?n)|ith(?:ina|an))|th[ai]n)s|(?:n(?:t(?:h(?:i(?:a[ai]|o)|aia)|i[ao])|ith(?:ia|ai))|th(?:ia|ai))ns|(?:n(?:thi|[an]th)i|th(?:ii|o))ans|nthoi?ans|n(?:thia?ns|t(?:h(?:ian)?)?)?)|(?:(?:rin?tha|ntha)i|nithaia|ninthai|nthia)ns|(?:(?:rin?|nin?)th|nthi|anth)ians|n(?:ithai?|intha|thi)ns|thians|th(?:ian)?)?)?|hor(?:inth(?:ai|ia|i)|(?:a?n|i)thia)ns)|(?:1(?:st)?|I)[\s\xa0]*C(?:o(?:r(?:i(?:inthii?ans|(?:n(?:th(?:i(?:an[ao]|na)|ai?n)|ith(?:ina|an))|th[ai]n)s|(?:n(?:t(?:h(?:i(?:a[ai]|o)|aia)|i[ao])|ith(?:ia|ai))|th(?:ia|ai))ns|(?:n(?:thi|[an]th)i|th(?:ii|o))ans|nthoi?ans|n(?:thia?ns|t(?:h(?:ian)?)?)?)|(?:(?:rin?tha|ntha)i|nithaia|ninthai|nthia)ns|(?:(?:rin?|nin?)th|nthi|anth)ians|n(?:ithai?|intha|thi)ns|thians|th(?:ian)?)?)?|hor(?:inth(?:ai|ia|i)|(?:a?n|i)thia)ns)|1Cor)|(?:C(?:or(?:i(?:inthii?ans|(?:n(?:th(?:i(?:an[ao]|na)|ai?n)|ith(?:ina|an))|th[ai]n)s|(?:n(?:t(?:h(?:i(?:a[ai]|o)|aia)|i[ao])|ith(?:ia|ai))|th(?:ia|ai))ns|(?:n(?:thi|[an]th)i|th(?:ii|o))ans|nthoi?ans|nthi(?:a?ns|an))|(?:(?:rin?tha|ntha)i|nithaia|ninthai|(?:(?:rin?|nin?)th|nthi)ia|n(?:ithai?|intha|thi)|nthia)ns)|hor(?:inth(?:ai|ia|i)|(?:a?n|i)thia)ns)))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["Gal"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:G(?:a(?:l(?:lati[ao]?ns|a(?:t(?:(?:i(?:on[an]|nan|an[ai])|o?n)s|(?:i(?:oa|a[ai])|oa)ns|ii[ao]?ns|a(?:i[ao]?n|[ao]n|n)?s|i(?:on?|na?|an?)s|ian)?)?)?)?|l)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Eph"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:E(?:sphesians|p(?:e(?:he)?sians|h(?:i?sians|es(?:ian[ds]|ains))|hesions|h(?:i?sian|e(?:s(?:ian|ain)?)?|s)?)?|hp(?:[ei]sians)?)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Phil"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Phlpp)|(?:Ph(?:i(?:l(?:l(?:(?:l(?:ipi|i?pp|p)ia|p(?:ie|a))ns|i(?:p(?:p(?:(?:pia|ai)ns|i(?:(?:[ei]a)?ns|a(?:ins|ns?))|eans?|ans)|(?:i(?:ea|a[ai])|aia|iia)ns|(?:ia|ai?|ea)ns|ie?ns|(?:ia|ai?|ea)n)?)?|(?:li|p)?pians|(?:li|p)?pian)|(?:ipp(?:pi|e)a|ip(?:p(?:ia|[ai])|ai?)|(?:i|p)?pia)ns|(?:ip(?:pai|e)a|ippia[ai]|(?:ipp?ii|ppii|pppi|pe)a|ipp?ie|ipaia|pai)ns|(?:ipp(?:pi|e)a|ip(?:p(?:ia|[ai])|ai?)|(?:i|p)?pia)n|(?:ip(?:pai|e)|i?pi)ns|i(?:pp?)?|pan|pp?)?)?|lipp?ians|lipp?|l?p)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Col"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:C(?:al(?:l(?:os(?:sia|i[ao])|asi[ao])|(?:[ao]s|[ao])si[ao])ns|o(?:lossians|l(?:oss(?:io|a)|(?:as|l[ao]|[ao])si[ao])ns|l(?:oss(?:ian)?)?)?)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["2Thess"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Second[\s\xa0]*Th(?:es(?:s(?:al(?:on(?:i(?:c(?:i[ae]|a)ns|(?:io|[ao]a|e)ns|[ao]ns|[ao]n|ns)|(?:(?:oi?|e)a|cie|aia)ns|a(?:ins?|ns))|lonians)|(?:[eo]lonian)?s|elonains|[eo]lonian|olonins)?|(?:al(?:oni[ci]|loni)a|alonio|elonai)ns|[aeo]lonians|[aeo]lonian|alonins)?|sss|ss|s)?|(?:2(?:nd)?|II)\.[\s\xa0]*Th(?:es(?:s(?:al(?:on(?:i(?:c(?:i[ae]|a)ns|(?:io|[ao]a|e)ns|[ao]ns|[ao]n|ns)|(?:(?:oi?|e)a|cie|aia)ns|a(?:ins?|ns))|lonians)|(?:[eo]lonian)?s|elonains|[eo]lonian|olonins)?|(?:al(?:oni[ci]|loni)a|alonio|elonai)ns|[aeo]lonians|[aeo]lonian|alonins)?|sss|ss|s)?|(?:2(?:nd)?|II)[\s\xa0]*Th(?:es(?:s(?:al(?:on(?:i(?:c(?:i[ae]|a)ns|(?:io|[ao]a|e)ns|[ao]ns|[ao]n|ns)|(?:(?:oi?|e)a|cie|aia)ns|a(?:ins?|ns))|lonians)|(?:[eo]lonian)?s|elonains|[eo]lonian|olonins)?|(?:al(?:oni[ci]|loni)a|alonio|elonai)ns|[aeo]lonians|[aeo]lonian|alonins)?|sss|ss|s)?|2Thess))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["1Thess"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:First[\s\xa0]*Th(?:es(?:s(?:al(?:on(?:i(?:c(?:i[ae]|a)ns|(?:io|[ao]a|e)ns|[ao]ns|[ao]n|ns)|(?:(?:oi?|e)a|cie|aia)ns|a(?:ins?|ns))|lonians)|(?:[eo]lonian)?s|elonains|[eo]lonian|olonins)?|(?:al(?:oni[ci]|loni)a|alonio|elonai)ns|[aeo]lonians|[aeo]lonian|alonins)?|sss|ss|s)?|(?:1(?:st)?|I)\.[\s\xa0]*Th(?:es(?:s(?:al(?:on(?:i(?:c(?:i[ae]|a)ns|(?:io|[ao]a|e)ns|[ao]ns|[ao]n|ns)|(?:(?:oi?|e)a|cie|aia)ns|a(?:ins?|ns))|lonians)|(?:[eo]lonian)?s|elonains|[eo]lonian|olonins)?|(?:al(?:oni[ci]|loni)a|alonio|elonai)ns|[aeo]lonians|[aeo]lonian|alonins)?|sss|ss|s)?|(?:1(?:st)?|I)[\s\xa0]*Th(?:es(?:s(?:al(?:on(?:i(?:c(?:i[ae]|a)ns|(?:io|[ao]a|e)ns|[ao]ns|[ao]n|ns)|(?:(?:oi?|e)a|cie|aia)ns|a(?:ins?|ns))|lonians)|(?:[eo]lonian)?s|elonains|[eo]lonian|olonins)?|(?:al(?:oni[ci]|loni)a|alonio|elonai)ns|[aeo]lonians|[aeo]lonian|alonins)?|sss|ss|s)?|1Thess)|(?:Thes(?:s(?:al(?:on(?:i(?:c(?:i[ae]|a)ns|(?:io|[ao]a)ns|[ao]ns|[ao]n|ns)|(?:(?:oi?|e)a|cie|aia)ns|a(?:ins?|ns))|lonians)|[eo]lonians|elonains|[eo]lonian|olonins)|(?:al(?:oni[ci]|loni)a|alonio|elonai)ns|[aeo]lonians|[aeo]lonian|alonins)))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["2Tim"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Second[\s\xa0]*T(?:himoth?y|imoth?y|omothy|i(?:m(?:oth)?)?|m)|(?:2(?:nd)?|II)\.[\s\xa0]*T(?:himoth?y|imoth?y|omothy|i(?:m(?:oth)?)?|m)|(?:2(?:nd)?|II)[\s\xa0]*T(?:himoth?y|imoth?y|omothy|i(?:m(?:oth)?)?|m)|2Tim))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["1Tim"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:First[\s\xa0]*T(?:himoth?y|imoth?y|omothy|i(?:m(?:oth)?)?|m)|(?:1(?:st)?|I)\.[\s\xa0]*T(?:himoth?y|imoth?y|omothy|i(?:m(?:oth)?)?|m)|(?:1(?:st)?|I)[\s\xa0]*T(?:himoth?y|imoth?y|omothy|i(?:m(?:oth)?)?|m)|1Tim)|(?:Timothy?))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["Titus"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ti(?:t(?:us)?)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Phlm"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ph(?:ile(?:m(?:on)?)?|l[ei]mon|l?mn|l?m)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Heb"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:H(?:(?:w[ew]breww?|w?breww?)s|e(?:[ew]breww?s|b(?:(?:r(?:eww|we|rw)|w(?:re|er)|ew[erw]|erw)s|r(?:ew?|w)?s|rew)?))))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Jas"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:J(?:a(?:m(?:es?)?|s)?|ms?)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["2Pet"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Second[\s\xa0]*P(?:e(?:t(?:er?|r)?|r)?|tr?)?|(?:2(?:nd)?|II)\.[\s\xa0]*P(?:e(?:t(?:er?|r)?|r)?|tr?)?|(?:2(?:nd)?|II)[\s\xa0]*P(?:e(?:t(?:er?|r)?|r)?|tr?)?|2Pet))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["1Pet"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:First[\s\xa0]*P(?:e(?:t(?:er?|r)?|r)?|tr?)?|(?:1(?:st)?|I)\.[\s\xa0]*P(?:e(?:t(?:er?|r)?|r)?|tr?)?|(?:1(?:st)?|I)[\s\xa0]*P(?:e(?:t(?:er?|r)?|r)?|tr?)?|1Pet)|(?:Peter))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["Jude"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ju?de))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Tob"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:T(?:ob(?:i(?:as|t)?|t)?|b)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Jdt"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:J(?:ud(?:ith?|th?)|d(?:ith?|th?))))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Bar"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:B(?:ar(?:uch)?|r)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Sus"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:S(?:us(?:annah|anna)?|hoshana)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["2Macc"],apocrypha:!0,regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Second[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:2(?:nd)?|II)\.[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:2nd|II)[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|2(?:[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:Mac|[\s\xa0]*M)c|[\s\xa0]*Ma)))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["3Macc"],apocrypha:!0,regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Third[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:III|3(?:rd)?)\.[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:III|3rd)[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|3(?:[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:Mac|[\s\xa0]*M)c)))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["4Macc"],apocrypha:!0,regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Fourth[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:4(?:th)?|IV)\.[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:4th|IV)[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|4(?:[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:Mac|[\s\xa0]*M)c)))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["1Macc"],apocrypha:!0,regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:First[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:1(?:st)?|I)\.[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:1st|I)[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|1(?:[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:Mac|[\s\xa0]*M)c|[\s\xa0]*Ma))|(?:Maccabees))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["Ezek","Ezra"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ez))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Hab","Hag"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ha))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Heb","Hab"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Hb))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["John","Jonah","Job","Josh","Joel"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Jo))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Jude","Judg"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:J(?:ud?|d)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Matt","Mark","Mal"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ma))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Phil","Phlm"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ph))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Zeph","Zech"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ze))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")}],!0===s&&"none"===t)return n;for(r=[],i=0,o=n.length;i<o;i++)a=n[i],!1===s&&null!=a.apocrypha&&!0===a.apocrypha||("books"===t&&(a.regexp=new RegExp(a.regexp.source,"g")),r.push(a));return r},e.prototype.regexps.books=e.prototype.regexps.get_books(!1,"none"),function(){"use strict";function e(s,t,a,n){var i=Error.call(this,s);return Object.setPrototypeOf&&Object.setPrototypeOf(i,e.prototype),i.expected=t,i.found=a,i.location=n,i.name="SyntaxError",i}function s(e,s,t){return t=t||" ",e.length>s?e:(s-=e.length,e+(t+=t.repeat(s)).slice(0,s))}!function(e,s){function t(){this.constructor=e}t.prototype=s.prototype,e.prototype=new t}(e,Error),e.prototype.format=function(e){var t="Error: "+this.message;if(this.location){var a,n=null;for(a=0;a<e.length;a++)if(e[a].source===this.location.source){n=e[a].text.split(/\r\n|\n|\r/g);break}var i=this.location.start,o=this.location.source&&"function"==typeof this.location.source.offset?this.location.source.offset(i):i,r=this.location.source+":"+o.line+":"+o.column;if(n){var l=this.location.end,h=s("",o.line.toString().length," "),u=n[i.line-1],c=(i.line===l.line?l.column:u.length+1)-i.column||1;t+="\n --\x3e "+r+"\n"+h+" |\n"+o.line+" | "+u+"\n"+h+" | "+s("",i.column-1," ")+s("",c,"^")}else t+="\n at "+r}return t},e.buildMessage=function(e,s){var t={literal:function(e){return'"'+n(e.text)+'"'},class:function(e){var s=e.parts.map((function(e){return Array.isArray(e)?i(e[0])+"-"+i(e[1]):i(e)}));return"["+(e.inverted?"^":"")+s.join("")+"]"},any:function(){return"any character"},end:function(){return"end of input"},other:function(e){return e.description}};function a(e){return e.charCodeAt(0).toString(16).toUpperCase()}function n(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,(function(e){return"\\x0"+a(e)})).replace(/[\x10-\x1F\x7F-\x9F]/g,(function(e){return"\\x"+a(e)}))}function i(e){return e.replace(/\\/g,"\\\\").replace(/\]/g,"\\]").replace(/\^/g,"\\^").replace(/-/g,"\\-").replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,(function(e){return"\\x0"+a(e)})).replace(/[\x10-\x1F\x7F-\x9F]/g,(function(e){return"\\x"+a(e)}))}function o(e){return t[e.type](e)}return"Expected "+function(e){var s,t,a=e.map(o);if(a.sort(),a.length>0){for(s=1,t=1;s<a.length;s++)a[s-1]!==a[s]&&(a[t]=a[s],t++);a.length=t}switch(a.length){case 1:return a[0];case 2:return a[0]+" or "+a[1];default:return a.slice(0,-1).join(", ")+", or "+a[a.length-1]}}(e)+" but "+function(e){return e?'"'+n(e)+'"':"end of input"}(s)+" found."},a={StartRules:["start"],SyntaxError:e,parse:function(s,t){var a,n={},i=(t=void 0!==t?t:{}).grammarSource,o={start:_t},r=_t,l="(",h=")",u="",c="/",p=",",g=".",x="-",d="th",_="nd",f="st",b="/1",v="ff",y="f",m="/9",k="/2",$=".1",w="ch",E="apters",C="apter",J="apts",M="pts",S="apt",A="aps",P="ap",I="p",R="s",z="a",T="v",K="erses",L="erse",N="er",Z="ss",Y="and",H="compare",q="cf",j="see",F="also",G="through",O="thru",B="to",D="title",W="from",V="of",U="in",X="the",Q="book",ee="",se=/^[1-8]/,te=/^[a-z0-9]/,ae=/^[a-z]/,ne=/^[0-9]/,ie=/^[a-e]/,oe=/^["']/,re=/^[,;\/:&\-\u2013\u2014~]/,le=/^[\-\u2013\u2014]/,he=/^[([]/,ue=/^[)\]]/,ce=/^[^\x1F\x1E([]/,pe=ut("(",!1),ge=ut(")",!1),xe=ut("",!1),de=ut("/",!1),_e=ct([["1","8"]],!1,!1),fe=ut(",",!1),be=ut(".",!1),ve=ut("-",!1),ye=ut("th",!1),me=ut("nd",!1),ke=ut("st",!1),$e=ut("/1",!1),we=ut("ff",!1),Ee=ct([["a","z"],["0","9"]],!1,!1),Ce=ut("f",!1),Je=ct([["a","z"]],!1,!1),Me=ut("/9",!1),Se=ut("/2",!1),Ae=ut(".1",!1),Pe=ct([["0","9"]],!1,!1),Ie=ct([["a","e"]],!1,!1),Re=ut("ch",!1),ze=ut("apters",!1),Te=ut("apter",!1),Ke=ut("apts",!1),Le=ut("pts",!1),Ne=ut("apt",!1),Ze=ut("aps",!1),Ye=ut("ap",!1),He=ut("p",!1),qe=ut("s",!1),je=ut("a",!1),Fe=ut("v",!1),Ge=ut("erses",!1),Oe=ut("erse",!1),Be=ut("er",!1),De=ut("ss",!1),We=ut(":",!1),Ve=ct(['"',"'"],!1,!1),Ue=ct([",",";","/",":","&","-","–","—","~"],!1,!1),Xe=ut("and",!1),Qe=ut("compare",!1),es=ut("cf",!1),ss=ut("see",!1),ts=ut("also",!1),as=ct(["-","–","—"],!1,!1),ns=ut("through",!1),is=ut("thru",!1),os=ut("to",!1),rs=ut("title",!1),ls=ut("from",!1),hs=ut("of",!1),us=ut("in",!1),cs=ut("the",!1),ps=ut("book",!1),gs=ct(["(","["],!1,!1),xs=ct([")","]"],!1,!1),ds=ut("",!1),_s=(ut(",000",!1),ct(["","","(","["],!0,!1)),fs=(ct([" ","\t","\r","\n"," ","*"],!1,!1),function(e,s){return s.unshift([e]),{type:"sequence",value:s,indices:[it,nt-1]}}),bs=function(e,s){return void 0===s&&(s=[]),s.unshift([e]),{type:"sequence_post_enclosed",value:s,indices:[it,nt-1]}},vs=function(e,s){return e.length&&2===e.length&&(e=e[0]),{type:"range",value:[e,s],indices:[it,nt-1]}},ys=function(e){return{type:"b",value:e.value,indices:[it,nt-1]}},ms=function(e,s){return{type:"bc",value:[e,s],indices:[it,nt-1]}},ks=function(e,s){return{type:"bc",value:[e,s],indices:[it,nt-1]}},$s=function(e,s){return{type:"bc_title",value:[e,s],indices:[it,nt-1]}},ws=function(e,s){return{type:"bcv",value:[e,s],indices:[it,nt-1]}},Es=function(e,s){return{type:"bcv",value:[e,s],indices:[it,nt-1]}},Cs=function(e,s){return{type:"bcv",value:[e,s],indices:[it,nt-1]}},Js=function(e,s,t,a){return{type:"range",value:[{type:"bcv",value:[{type:"bc",value:[e,s],indices:[e.indices[0],s.indices[1]]},t],indices:[e.indices[0],t.indices[1]]},a],indices:[it,nt-1]}},Ms=function(e,s){return{type:"bv",value:[e,s],indices:[it,nt-1]}},Ss=function(e,s){return{type:"bc",value:[s,e],indices:[it,nt-1]}},As=function(e,s,t){return{type:"cb_range",value:[t,e,s],indices:[it,nt-1]}},Ps=function(e,s){return{type:"bcv",value:[e,s],indices:[it,nt-1]}},Is=function(e,s){return{type:"bc",value:[s,e],indices:[it,nt-1]}},Rs=function(e,s){return{type:"bcv",value:[e,s],indices:[it,nt-1]}},zs=function(e){return{type:"c_psalm",value:e.value,indices:[it,nt-1]}},Ts=function(e,s){return{type:"cv_psalm",value:[e,s],indices:[it,nt-1]}},Ks=function(e,s){return{type:"c_title",value:[e,s],indices:[it,nt-1]}},Ls=function(e,s){return{type:"cv",value:[e,s],indices:[it,nt-1]}},Ns=function(e,s){return{type:"cv",value:[e,s],indices:[it,nt-1]}},Zs=function(e){return{type:"c",value:[e],indices:[it,nt-1]}},Ys=function(e){return{type:"ff",value:[e],indices:[it,nt-1]}},Hs=function(e,s){return{type:"integer_title",value:[e,s],indices:[it,nt-1]}},qs=function(e){return{type:"context",value:e.value,indices:[it,nt-1]}},js=function(e){return{type:"b",value:e.value,indices:[it,nt-1]}},Fs=function(e){return{type:"bc",value:[e,{type:"c",value:[{type:"integer",value:151,indices:[nt-2,nt-1]}],indices:[nt-2,nt-1]}],indices:[it,nt-1]}},Gs=function(e,s){return{type:"bcv",value:[e,{type:"v",value:[s],indices:[s.indices[0],s.indices[1]]}],indices:[it,nt-1]}},Os=function(e){return{type:"v",value:[e],indices:[it,nt-1]}},Bs=function(e){return{type:"v",value:[e],indices:[it,nt-1]}},Ds=function(){return{type:"c_explicit"}},Ws=function(){return{type:"v_explicit"}},Vs=function(){return""},Us=function(e){return{type:"title",value:[e],indices:[it,nt-1]}},Xs=function(e){return{type:"translation_sequence",value:e,indices:[it,nt-1]}},Qs=function(e){return{type:"translation_sequence",value:e,indices:[it,nt-1]}},et=function(e){return{type:"translation",value:e.value,indices:[it,nt-1]}},st=function(e){return{type:"integer",value:parseInt(e.join(""),10),indices:[it,nt-1]}},tt=function(e){return{type:"word",value:e.join(""),indices:[it,nt-1]}},at=function(e){return{type:"stop",value:e,indices:[it,nt-1]}},nt=0|t.peg$currPos,it=nt,ot=[{line:1,column:1}],rt=nt,lt=t.peg$maxFailExpected||[],ht=0|t.peg$silentFails;if(t.startRule){if(!(t.startRule in o))throw new Error("Can't start parsing from rule \""+t.startRule+'".');r=o[t.startRule]}function ut(e,s){return{type:"literal",text:e,ignoreCase:s}}function ct(e,s,t){return{type:"class",parts:e,inverted:s,ignoreCase:t}}function pt(e){var t,a=ot[e];if(a)return a;if(e>=ot.length)t=ot.length-1;else for(t=e;!ot[--t];);for(a={line:(a=ot[t]).line,column:a.column};t<e;)10===s.charCodeAt(t)?(a.line++,a.column=1):a.column++,t++;return ot[e]=a,a}function gt(e,s,t){var a=pt(e),n=pt(s),o={source:i,start:{offset:e,line:a.line,column:a.column},end:{offset:s,line:n.line,column:n.column}};return t&&i&&"function"==typeof i.offset&&(o.start=i.offset(o.start),o.end=i.offset(o.end)),o}function xt(e){nt<rt||(nt>rt&&(rt=nt,lt=[]),lt.push(e))}function dt(s,t,a){return new e(e.buildMessage(s,t),s,t,a)}function _t(){var e,s;if(e=[],(s=Ct())===n&&(s=ft())===n&&(s=St())===n&&(s=vt())===n&&(s=Zt())===n&&(s=Et())===n&&(s=kt())===n&&(s=jt())===n&&(s=$t())===n&&(s=wt())===n&&(s=qt())===n&&(s=mt())===n&&(s=zt())===n&&(s=Jt())===n&&(s=Rt())===n&&(s=yt())===n&&(s=At())===n&&(s=It())===n&&(s=Mt())===n&&(s=Pt())===n&&(s=sa())===n&&(s=ta())===n&&(s=Vt())===n&&(s=Tt())===n&&(s=Yt())===n&&(s=Kt())===n&&(s=Lt())===n&&(s=Ft())===n&&(s=na())===n&&(s=Nt())===n&&(s=Gt())===n&&(s=oa())===n&&(s=ra())===n&&(s=Ht()),s!==n)for(;s!==n;)e.push(s),(s=Ct())===n&&(s=ft())===n&&(s=St())===n&&(s=vt())===n&&(s=Zt())===n&&(s=Et())===n&&(s=kt())===n&&(s=jt())===n&&(s=$t())===n&&(s=wt())===n&&(s=qt())===n&&(s=mt())===n&&(s=zt())===n&&(s=Jt())===n&&(s=Rt())===n&&(s=yt())===n&&(s=At())===n&&(s=It())===n&&(s=Mt())===n&&(s=Pt())===n&&(s=sa())===n&&(s=ta())===n&&(s=Vt())===n&&(s=Tt())===n&&(s=Yt())===n&&(s=Kt())===n&&(s=Lt())===n&&(s=Ft())===n&&(s=na())===n&&(s=Nt())===n&&(s=Gt())===n&&(s=oa())===n&&(s=ra())===n&&(s=Ht());else e=n;return e}function ft(){var e,s,t,a,i,o;if(e=nt,(s=St())===n&&(s=Ct())===n&&(s=vt())===n&&(s=Zt())===n&&(s=Et())===n&&(s=kt())===n&&(s=jt())===n&&(s=$t())===n&&(s=wt())===n&&(s=qt())===n&&(s=mt())===n&&(s=zt())===n&&(s=Jt())===n&&(s=Rt())===n&&(s=yt())===n&&(s=At())===n&&(s=It())===n&&(s=Mt())===n&&(s=Pt())===n&&(s=Ht()),s!==n){if(t=[],a=nt,(i=Vt())===n&&(i=null),(o=bt())!==n?a=i=[i,o]:(nt=a,a=n),a!==n)for(;a!==n;)t.push(a),a=nt,(i=Vt())===n&&(i=null),(o=bt())!==n?a=i=[i,o]:(nt=a,a=n);else t=n;t!==n?(it=e,e=fs(s,t)):(nt=e,e=n)}else nt=e,e=n;return e}function bt(){var e;return(e=function(){var e,t,a,i,o,r,u;if(e=nt,40===s.charCodeAt(nt)?(t=l,nt++):(t=n,0===ht&&xt(pe)),t!==n)if(la(),Vt(),(a=bt())!==n){for(i=[],o=nt,(r=Vt())===n&&(r=null),(u=bt())!==n?o=r=[r,u]:(nt=o,o=n);o!==n;)i.push(o),o=nt,(r=Vt())===n&&(r=null),(u=bt())!==n?o=r=[r,u]:(nt=o,o=n);o=la(),41===s.charCodeAt(nt)?(r=h,nt++):(r=n,0===ht&&xt(ge)),r!==n?(it=e,e=bs(a,i)):(nt=e,e=n)}else nt=e,e=n;else nt=e,e=n;return e}())===n&&(e=St())===n&&(e=Ct())===n&&(e=vt())===n&&(e=Zt())===n&&(e=Et())===n&&(e=kt())===n&&(e=jt())===n&&(e=$t())===n&&(e=wt())===n&&(e=qt())===n&&(e=mt())===n&&(e=zt())===n&&(e=Jt())===n&&(e=Rt())===n&&(e=yt())===n&&(e=At())===n&&(e=It())===n&&(e=Mt())===n&&(e=Pt())===n&&(e=Tt())===n&&(e=Yt())===n&&(e=Kt())===n&&(e=Lt())===n&&(e=Ft())===n&&(e=na())===n&&(e=Nt())===n&&(e=Gt()),e}function vt(){var e,s,t,a,i,o,r;return e=nt,(s=Et())===n&&(s=kt())===n&&(s=jt())===n&&(s=$t())===n&&(s=wt())===n&&(s=qt())===n&&(s=mt())===n&&(s=zt())===n&&(s=Jt())===n&&(s=nt,(t=yt())!==n?(a=nt,ht++,i=nt,(o=Ut())!==n?((r=Et())===n&&(r=kt())===n&&(r=jt())===n&&(r=$t())===n&&(r=wt())===n&&(r=qt())===n&&(r=mt())===n&&(r=Jt())===n&&(r=yt()),r!==n?i=o=[o,r]:(nt=i,i=n)):(nt=i,i=n),ht--,i!==n?(nt=a,a=void 0):a=n,a!==n?s=t=[t,a]:(nt=s,s=n)):(nt=s,s=n),s===n&&(s=At())===n&&(s=It())===n&&(s=Rt())===n&&(s=Mt())===n&&(s=Pt())===n&&(s=Tt())===n&&(s=Yt())===n&&(s=Kt())===n&&(s=Lt())===n&&(s=Ft())===n&&(s=na())===n&&(s=Nt())===n&&(s=Gt())),s!==n&&(t=Ut())!==n?((a=Zt())===n&&(a=Et())===n&&(a=kt())===n&&(a=jt())===n&&(a=$t())===n&&(a=wt())===n&&(a=qt())===n&&(a=mt())===n&&(a=zt())===n&&(a=Jt())===n&&(a=yt())===n&&(a=At())===n&&(a=It())===n&&(a=Rt())===n&&(a=Mt())===n&&(a=Pt())===n&&(a=Tt())===n&&(a=Yt())===n&&(a=Kt())===n&&(a=Ft())===n&&(a=na())===n&&(a=Lt())===n&&(a=Nt())===n&&(a=Gt()),a!==n?(it=e,e=vs(s,a)):(nt=e,e=n)):(nt=e,e=n),e}function yt(){var e,t,a,i,o,r;return e=nt,31===s.charCodeAt(nt)?(t=u,nt++):(t=n,0===ht&&xt(xe)),t!==n&&(a=ia())!==n?(i=nt,47===s.charCodeAt(nt)?(o=c,nt++):(o=n,0===ht&&xt(de)),o!==n?(r=s.charAt(nt),se.test(r)?nt++:(r=n,0===ht&&xt(_e)),r!==n?i=o=[o,r]:(nt=i,i=n)):(nt=i,i=n),i===n&&(i=null),31===s.charCodeAt(nt)?(o=u,nt++):(o=n,0===ht&&xt(xe)),o!==n?(it=e,e=ys(a)):(nt=e,e=n)):(nt=e,e=n),e}function mt(){var e,s,t,a,i,o,r,l,h;if(e=nt,(s=yt())!==n){if(t=nt,(a=Bt())!==n?(i=nt,ht++,o=nt,(r=Nt())!==n&&(l=Dt())!==n&&(h=Gt())!==n?o=r=[r,l,h]:(nt=o,o=n),ht--,o!==n?(nt=i,i=void 0):i=n,i!==n?t=a=[a,i]:(nt=t,t=n)):(nt=t,t=n),t===n){if(t=[],(a=Dt())!==n)for(;a!==n;)t.push(a),a=Dt();else t=n;if(t===n){if(t=[],(a=Wt())!==n)for(;a!==n;)t.push(a),a=Wt();else t=n;if(t===n){if(t=[],(a=Ut())!==n)for(;a!==n;)t.push(a),a=Ut();else t=n;t===n&&(t=la())}}}t!==n&&(a=Nt())!==n?(it=e,e=ms(s,a)):(nt=e,e=n)}else nt=e,e=n;return e}function kt(){var e,s,t;return e=nt,(s=qt())===n&&(s=mt()),s!==n&&(t=Xt())!==n?(it=e,e=$s(s,t)):(nt=e,e=n),e}function $t(){var e,t,a,i,o,r,l;return e=nt,(t=qt())===n&&(t=mt()),t!==n?(a=nt,ht++,i=nt,46===s.charCodeAt(nt)?(o=g,nt++):(o=n,0===ht&&xt(be)),o!==n&&(r=Bt())!==n&&(l=Gt())!==n?i=o=[o,r,l]:(nt=i,i=n),i===n&&(i=nt,(o=Vt())===n&&(o=null),(r=Bt())!==n&&(l=Kt())!==n?i=o=[o,r,l]:(nt=i,i=n)),ht--,i===n?a=void 0:(nt=a,a=n),a!==n?(i=nt,(o=Dt())===n&&(o=Vt()),o===n&&(o=null),(r=Bt())!==n?i=o=[o,r]:(nt=i,i=n),i===n&&(i=Dt()),i!==n?((o=Ft())===n&&(o=Gt()),o!==n?(it=e,e=ws(t,o)):(nt=e,e=n)):(nt=e,e=n)):(nt=e,e=n)):(nt=e,e=n),e}function wt(){var e,s,t,a,i,o,r;return e=nt,(s=qt())===n&&(s=mt()),s!==n&&Wt()!==n?((t=Ft())===n&&(t=Gt()),t!==n?(a=nt,ht++,i=nt,(o=Dt())!==n&&(r=Gt())!==n?i=o=[o,r]:(nt=i,i=n),ht--,i===n?a=void 0:(nt=a,a=n),a!==n?(it=e,e=Es(s,t)):(nt=e,e=n)):(nt=e,e=n)):(nt=e,e=n),e}function Et(){var e,t,a,i,o,r,l,h;return e=nt,t=function(){var e,t,a,i;return e=nt,(t=yt())!==n?(la(),44===s.charCodeAt(nt)?(a=p,nt++):(a=n,0===ht&&xt(fe)),a!==n?(la(),(i=Nt())!==n?(it=e,e=ks(t,i)):(nt=e,e=n)):(nt=e,e=n)):(nt=e,e=n),e}(),t!==n?(la(),44===s.charCodeAt(nt)?(a=p,nt++):(a=n,0===ht&&xt(fe)),a!==n?(la(),(i=Ft())===n&&(i=Gt()),i!==n?(o=nt,ht++,r=nt,(l=Dt())!==n&&(h=Gt())!==n?r=l=[l,h]:(nt=r,r=n),ht--,r===n?o=void 0:(nt=o,o=n),o!==n?(it=e,e=Cs(t,i)):(nt=e,e=n)):(nt=e,e=n)):(nt=e,e=n)):(nt=e,e=n),e}function Ct(){var e,t,a,i,o,r,l,h;return e=nt,(t=yt())!==n?(45===s.charCodeAt(nt)?(a=x,nt++):(a=n,0===ht&&xt(ve)),a===n&&(a=ha()),a===n&&(a=null),(i=Nt())!==n?(45===s.charCodeAt(nt)?(o=x,nt++):(o=n,0===ht&&xt(ve)),o!==n&&(r=Gt())!==n?(45===s.charCodeAt(nt)?(l=x,nt++):(l=n,0===ht&&xt(ve)),l!==n&&(h=Gt())!==n?(it=e,e=Js(t,i,r,h)):(nt=e,e=n)):(nt=e,e=n)):(nt=e,e=n)):(nt=e,e=n),e}function Jt(){var e,s,t,a,i,o;if(e=nt,(s=yt())!==n){if(t=[],(a=Dt())!==n)for(;a!==n;)t.push(a),a=Dt();else t=n;if(t===n){if(t=[],(a=Wt())!==n)for(;a!==n;)t.push(a),a=Wt();else t=n;if(t===n){if(t=[],(a=Ut())!==n)for(;a!==n;)t.push(a),a=Ut();else t=n;if(t===n){if(t=nt,a=[],(i=Vt())!==n)for(;i!==n;)a.push(i),i=Vt();else a=n;a!==n?(i=nt,ht++,o=Bt(),ht--,o!==n?(nt=i,i=void 0):i=n,i!==n?t=a=[a,i]:(nt=t,t=n)):(nt=t,t=n),t===n&&(t=la())}}}t!==n?((a=Ft())===n&&(a=Gt()),a!==n?(it=e,e=Ms(s,a)):(nt=e,e=n)):(nt=e,e=n)}else nt=e,e=n;return e}function Mt(){var e,s,t;return e=nt,Ot()!==n&&(s=Nt())!==n?(Qt()===n&&null,(t=yt())!==n?(it=e,e=Ss(s,t)):(nt=e,e=n)):(nt=e,e=n),e}function St(){var e,s,t,a;return e=nt,Ot()!==n&&(s=Nt())!==n&&Ut()!==n&&(t=Nt())!==n?(Qt()===n&&null,(a=yt())!==n?(it=e,e=As(s,t,a)):(nt=e,e=n)):(nt=e,e=n),e}function At(){var e,s,t;return e=nt,(s=Mt())!==n?(Vt()===n&&null,Bt()!==n&&(t=Gt())!==n?(it=e,e=Ps(s,t)):(nt=e,e=n)):(nt=e,e=n),e}function Pt(){var e,t,a,i;return e=nt,(t=Nt())!==n?(s.substr(nt,2)===d?(a=d,nt+=2):(a=n,0===ht&&xt(ye)),a===n&&(s.substr(nt,2)===_?(a=_,nt+=2):(a=n,0===ht&&xt(me)),a===n&&(s.substr(nt,2)===f?(a=f,nt+=2):(a=n,0===ht&&xt(ke)))),a!==n&&Ot()!==n?(Qt()===n&&null,(i=yt())!==n?(it=e,e=Is(t,i)):(nt=e,e=n)):(nt=e,e=n)):(nt=e,e=n),e}function It(){var e,s,t;return e=nt,(s=Pt())!==n?(Vt()===n&&null,Bt()!==n&&(t=Gt())!==n?(it=e,e=Rs(s,t)):(nt=e,e=n)):(nt=e,e=n),e}function Rt(){var e,t,a,i;return e=nt,31===s.charCodeAt(nt)?(t=u,nt++):(t=n,0===ht&&xt(xe)),t!==n&&(a=ia())!==n?(s.substr(nt,3)===b?(i=b,nt+=3):(i=n,0===ht&&xt($e)),i!==n?(it=e,e=zs(a)):(nt=e,e=n)):(nt=e,e=n),e}function zt(){var e,s,t;return e=nt,(s=Rt())!==n?(Vt()===n&&null,Bt()!==n&&(t=Gt())!==n?(it=e,e=Ts(s,t)):(nt=e,e=n)):(nt=e,e=n),e}function Tt(){var e,s,t;return e=nt,Ot()!==n&&(s=Nt())!==n&&(t=Xt())!==n?(it=e,e=Ks(s,t)):(nt=e,e=n),e}function Kt(){var e,t,a,i,o,r,l;return e=nt,Bt()===n&&null,(t=Nt())!==n?(a=nt,ht++,i=nt,46===s.charCodeAt(nt)?(o=g,nt++):(o=n,0===ht&&xt(be)),o!==n&&(r=Bt())!==n&&(l=Gt())!==n?i=o=[o,r,l]:(nt=i,i=n),ht--,i===n?a=void 0:(nt=a,a=n),a!==n?(i=nt,(o=Dt())===n&&(o=null),(r=Bt())!==n?i=o=[o,r]:(nt=i,i=n),i===n&&(i=Dt()),i!==n?((o=Ft())===n&&(o=Gt()),o!==n?(it=e,e=Ls(t,o)):(nt=e,e=n)):(nt=e,e=n)):(nt=e,e=n)):(nt=e,e=n),e}function Lt(){var e,s,t,a,i,o,r;return e=nt,(s=Nt())!==n&&Wt()!==n?((t=Ft())===n&&(t=Gt()),t!==n?(a=nt,ht++,i=nt,(o=Dt())!==n&&(r=Gt())!==n?i=o=[o,r]:(nt=i,i=n),ht--,i===n?a=void 0:(nt=a,a=n),a!==n?(it=e,e=Ns(s,t)):(nt=e,e=n)):(nt=e,e=n)):(nt=e,e=n),e}function Nt(){var e,s;return e=nt,Ot()===n&&null,(s=na())!==n?(it=e,e=Zs(s)):(nt=e,e=n),e}function Zt(){var e,t,a,i,o,r;return e=nt,(t=$t())===n&&(t=wt())===n&&(t=mt())===n&&(t=Jt())===n&&(t=Kt())===n&&(t=Lt())===n&&(t=na())===n&&(t=Nt())===n&&(t=Gt()),t!==n?(la(),a=nt,s.substr(nt,2)===v?(i=v,nt+=2):(i=n,0===ht&&xt(we)),i!==n?(o=nt,ht++,r=s.charAt(nt),te.test(r)?nt++:(r=n,0===ht&&xt(Ee)),ht--,r===n?o=void 0:(nt=o,o=n),o!==n?a=i=[i,o]:(nt=a,a=n)):(nt=a,a=n),a===n&&(a=nt,102===s.charCodeAt(nt)?(i=y,nt++):(i=n,0===ht&&xt(Ce)),i!==n?(o=nt,ht++,r=s.charAt(nt),te.test(r)?nt++:(r=n,0===ht&&xt(Ee)),ht--,r===n?o=void 0:(nt=o,o=n),o!==n?a=i=[i,o]:(nt=a,a=n)):(nt=a,a=n)),a!==n?((i=ea())===n&&(i=null),o=nt,ht++,r=s.charAt(nt),ae.test(r)?nt++:(r=n,0===ht&&xt(Je)),ht--,r===n?o=void 0:(nt=o,o=n),o!==n?(it=e,e=Ys(t)):(nt=e,e=n)):(nt=e,e=n)):(nt=e,e=n),e}function Yt(){var e,s,t;return e=nt,(s=na())!==n&&(t=Xt())!==n?(it=e,e=Hs(s,t)):(nt=e,e=n),e}function Ht(){var e,t,a,i;return e=nt,31===s.charCodeAt(nt)?(t=u,nt++):(t=n,0===ht&&xt(xe)),t!==n&&(a=ia())!==n?(s.substr(nt,3)===m?(i=m,nt+=3):(i=n,0===ht&&xt(Me)),i!==n?(it=e,e=qs(a)):(nt=e,e=n)):(nt=e,e=n),e}function qt(){var e,t,a,i,o;return e=nt,t=function(){var e,t,a,i;return e=nt,31===s.charCodeAt(nt)?(t=u,nt++):(t=n,0===ht&&xt(xe)),t!==n&&(a=ia())!==n?(s.substr(nt,3)===k?(i=k,nt+=3):(i=n,0===ht&&xt(Se)),i!==n?(it=e,e=js(a)):(nt=e,e=n)):(nt=e,e=n),e}(),t!==n?(s.substr(nt,2)===$?(a=$,nt+=2):(a=n,0===ht&&xt(Ae)),a!==n?(i=nt,ht++,o=s.charAt(nt),ne.test(o)?nt++:(o=n,0===ht&&xt(Pe)),ht--,o===n?i=void 0:(nt=i,i=n),i!==n?(it=e,e=Fs(t)):(nt=e,e=n)):(nt=e,e=n)):(nt=e,e=n),e}function jt(){var e,t,a,i;return e=nt,(t=qt())!==n?(46===s.charCodeAt(nt)?(a=g,nt++):(a=n,0===ht&&xt(be)),a!==n&&(i=na())!==n?(it=e,e=Gs(t,i)):(nt=e,e=n)):(nt=e,e=n),e}function Ft(){var e,t,a,i,o,r,l;return e=nt,Bt()===n&&null,(t=na())!==n?(la(),a=nt,ht++,i=nt,s.substr(nt,2)===v?(o=v,nt+=2):(o=n,0===ht&&xt(we)),o!==n?(r=nt,ht++,l=s.charAt(nt),te.test(l)?nt++:(l=n,0===ht&&xt(Ee)),ht--,l===n?r=void 0:(nt=r,r=n),r!==n?i=o=[o,r]:(nt=i,i=n)):(nt=i,i=n),i===n&&(i=nt,102===s.charCodeAt(nt)?(o=y,nt++):(o=n,0===ht&&xt(Ce)),o!==n?(r=nt,ht++,l=s.charAt(nt),te.test(l)?nt++:(l=n,0===ht&&xt(Ee)),ht--,l===n?r=void 0:(nt=r,r=n),r!==n?i=o=[o,r]:(nt=i,i=n)):(nt=i,i=n)),ht--,i===n?a=void 0:(nt=a,a=n),a!==n?(i=s.charAt(nt),ie.test(i)?nt++:(i=n,0===ht&&xt(Ie)),i!==n?(o=nt,ht++,r=s.charAt(nt),ae.test(r)?nt++:(r=n,0===ht&&xt(Je)),ht--,r===n?o=void 0:(nt=o,o=n),o!==n?(it=e,e=Os(t)):(nt=e,e=n)):(nt=e,e=n)):(nt=e,e=n)):(nt=e,e=n),e}function Gt(){var e,s;return e=nt,Bt()===n&&null,(s=na())!==n?(it=e,e=Bs(s)):(nt=e,e=n),e}function Ot(){var e,t,a,i,o,r;return e=nt,la(),t=nt,s.substr(nt,2)===w?(a=w,nt+=2):(a=n,0===ht&&xt(Re)),a!==n?(s.substr(nt,6)===E?(i=E,nt+=6):(i=n,0===ht&&xt(ze)),i===n&&(s.substr(nt,5)===C?(i=C,nt+=5):(i=n,0===ht&&xt(Te)),i===n&&(i=nt,s.substr(nt,4)===J?(o=J,nt+=4):(o=n,0===ht&&xt(Ke)),o!==n?((r=ea())===n&&(r=null),i=o=[o,r]):(nt=i,i=n),i===n&&(i=nt,s.substr(nt,3)===M?(o=M,nt+=3):(o=n,0===ht&&xt(Le)),o!==n?((r=ea())===n&&(r=null),i=o=[o,r]):(nt=i,i=n),i===n&&(i=nt,s.substr(nt,3)===S?(o=S,nt+=3):(o=n,0===ht&&xt(Ne)),o!==n?((r=ea())===n&&(r=null),i=o=[o,r]):(nt=i,i=n),i===n&&(i=nt,s.substr(nt,3)===A?(o=A,nt+=3):(o=n,0===ht&&xt(Ze)),o!==n?((r=ea())===n&&(r=null),i=o=[o,r]):(nt=i,i=n),i===n&&(i=nt,s.substr(nt,2)===P?(o=P,nt+=2):(o=n,0===ht&&xt(Ye)),o!==n?((r=ea())===n&&(r=null),i=o=[o,r]):(nt=i,i=n),i===n&&(i=nt,112===s.charCodeAt(nt)?(o=I,nt++):(o=n,0===ht&&xt(He)),o!==n?((r=ea())===n&&(r=null),i=o=[o,r]):(nt=i,i=n),i===n&&(i=nt,115===s.charCodeAt(nt)?(o=R,nt++):(o=n,0===ht&&xt(qe)),o!==n?((r=ea())===n&&(r=null),i=o=[o,r]):(nt=i,i=n),i===n&&(i=nt,97===s.charCodeAt(nt)?(o=z,nt++):(o=n,0===ht&&xt(je)),o!==n?((r=ea())===n&&(r=null),i=o=[o,r]):(nt=i,i=n),i===n&&(i=ea())===n&&(i=null)))))))))),i!==n?t=a=[a,i]:(nt=t,t=n)):(nt=t,t=n),t!==n?(a=la(),it=e,e=Ds()):(nt=e,e=n),e}function Bt(){var e,t,a,i,o,r;return e=nt,la(),t=nt,118===s.charCodeAt(nt)?(a=T,nt++):(a=n,0===ht&&xt(Fe)),a!==n?(s.substr(nt,5)===K?(i=K,nt+=5):(i=n,0===ht&&xt(Ge)),i===n&&(s.substr(nt,4)===L?(i=L,nt+=4):(i=n,0===ht&&xt(Oe)),i===n&&(i=nt,s.substr(nt,2)===N?(o=N,nt+=2):(o=n,0===ht&&xt(Be)),o!==n?((r=ea())===n&&(r=null),i=o=[o,r]):(nt=i,i=n),i===n&&(i=nt,s.substr(nt,2)===Z?(o=Z,nt+=2):(o=n,0===ht&&xt(De)),o!==n?((r=ea())===n&&(r=null),i=o=[o,r]):(nt=i,i=n),i===n&&(i=nt,115===s.charCodeAt(nt)?(o=R,nt++):(o=n,0===ht&&xt(qe)),o!==n?((r=ea())===n&&(r=null),i=o=[o,r]):(nt=i,i=n),i===n&&(i=nt,118===s.charCodeAt(nt)?(o=T,nt++):(o=n,0===ht&&xt(Fe)),o!==n?((r=ea())===n&&(r=null),i=o=[o,r]):(nt=i,i=n),i===n&&(i=ea())===n&&(i=null)))))),i!==n?t=a=[a,i]:(nt=t,t=n)):(nt=t,t=n),t!==n?(a=nt,ht++,i=s.charAt(nt),ae.test(i)?nt++:(i=n,0===ht&&xt(Je)),ht--,i===n?a=void 0:(nt=a,a=n),a!==n?(i=la(),it=e,e=Ws()):(nt=e,e=n)):(nt=e,e=n),e}function Dt(){var e,t,a,i,o,r,l,h,u,c;if(e=nt,t=la(),a=[],58===s.charCodeAt(nt)?(i=":",nt++):(i=n,0===ht&&xt(We)),i!==n)for(;i!==n;)a.push(i),58===s.charCodeAt(nt)?(i=":",nt++):(i=n,0===ht&&xt(We));else a=n;return a===n&&(a=nt,46===s.charCodeAt(nt)?(i=g,nt++):(i=n,0===ht&&xt(be)),i!==n?(o=nt,ht++,r=nt,l=la(),46===s.charCodeAt(nt)?(h=g,nt++):(h=n,0===ht&&xt(be)),h!==n?(u=la(),46===s.charCodeAt(nt)?(c=g,nt++):(c=n,0===ht&&xt(be)),c!==n?r=l=[l,h,u,c]:(nt=r,r=n)):(nt=r,r=n),ht--,r===n?o=void 0:(nt=o,o=n),o!==n?a=i=[i,o]:(nt=a,a=n)):(nt=a,a=n)),a!==n?e=t=[t,a,i=la()]:(nt=e,e=n),e}function Wt(){var e,t,a;return e=nt,t=la(),a=s.charAt(nt),oe.test(a)?nt++:(a=n,0===ht&&xt(Ve)),a!==n?e=t=[t,a,la()]:(nt=e,e=n),e===n&&(e=ha()),e}function Vt(){var e,t,a,i,o,r,l,h,u,c;if(e=nt,t=[],a=s.charAt(nt),re.test(a)?nt++:(a=n,0===ht&&xt(Ue)),a===n&&(a=nt,46===s.charCodeAt(nt)?(i=g,nt++):(i=n,0===ht&&xt(be)),i!==n?(o=nt,ht++,r=nt,l=la(),46===s.charCodeAt(nt)?(h=g,nt++):(h=n,0===ht&&xt(be)),h!==n?(u=la(),46===s.charCodeAt(nt)?(c=g,nt++):(c=n,0===ht&&xt(be)),c!==n?r=l=[l,h,u,c]:(nt=r,r=n)):(nt=r,r=n),ht--,r===n?o=void 0:(nt=o,o=n),o!==n?a=i=[i,o]:(nt=a,a=n)):(nt=a,a=n),a===n&&(s.substr(nt,3)===Y?(a=Y,nt+=3):(a=n,0===ht&&xt(Xe)),a===n&&(s.substr(nt,7)===H?(a=H,nt+=7):(a=n,0===ht&&xt(Qe)),a===n&&(a=nt,s.substr(nt,2)===q?(i=q,nt+=2):(i=n,0===ht&&xt(es)),i!==n?((o=ea())===n&&(o=null),a=i=[i,o]):(nt=a,a=n),a===n&&(a=nt,s.substr(nt,3)===j?(i=j,nt+=3):(i=n,0===ht&&xt(ss)),i!==n&&(o=ha())!==n?(s.substr(nt,4)===F?(r=F,nt+=4):(r=n,0===ht&&xt(ts)),r!==n?a=i=[i,o,r]:(nt=a,a=n)):(nt=a,a=n),a===n&&(s.substr(nt,4)===F?(a=F,nt+=4):(a=n,0===ht&&xt(ts)),a===n&&(s.substr(nt,3)===j?(a=j,nt+=3):(a=n,0===ht&&xt(ss)),a===n&&(a=ha())))))))),a!==n)for(;a!==n;)t.push(a),a=s.charAt(nt),re.test(a)?nt++:(a=n,0===ht&&xt(Ue)),a===n&&(a=nt,46===s.charCodeAt(nt)?(i=g,nt++):(i=n,0===ht&&xt(be)),i!==n?(o=nt,ht++,r=nt,l=la(),46===s.charCodeAt(nt)?(h=g,nt++):(h=n,0===ht&&xt(be)),h!==n?(u=la(),46===s.charCodeAt(nt)?(c=g,nt++):(c=n,0===ht&&xt(be)),c!==n?r=l=[l,h,u,c]:(nt=r,r=n)):(nt=r,r=n),ht--,r===n?o=void 0:(nt=o,o=n),o!==n?a=i=[i,o]:(nt=a,a=n)):(nt=a,a=n),a===n&&(s.substr(nt,3)===Y?(a=Y,nt+=3):(a=n,0===ht&&xt(Xe)),a===n&&(s.substr(nt,7)===H?(a=H,nt+=7):(a=n,0===ht&&xt(Qe)),a===n&&(a=nt,s.substr(nt,2)===q?(i=q,nt+=2):(i=n,0===ht&&xt(es)),i!==n?((o=ea())===n&&(o=null),a=i=[i,o]):(nt=a,a=n),a===n&&(a=nt,s.substr(nt,3)===j?(i=j,nt+=3):(i=n,0===ht&&xt(ss)),i!==n&&(o=ha())!==n?(s.substr(nt,4)===F?(r=F,nt+=4):(r=n,0===ht&&xt(ts)),r!==n?a=i=[i,o,r]:(nt=a,a=n)):(nt=a,a=n),a===n&&(s.substr(nt,4)===F?(a=F,nt+=4):(a=n,0===ht&&xt(ts)),a===n&&(s.substr(nt,3)===j?(a=j,nt+=3):(a=n,0===ht&&xt(ss)),a===n&&(a=ha()))))))));else t=n;return t!==n&&(it=e,t=Vs()),e=t}function Ut(){var e,t,a,i,o;if(e=nt,t=la(),a=[],i=nt,o=s.charAt(nt),le.test(o)?nt++:(o=n,0===ht&&xt(as)),o!==n?i=o=[o,la()]:(nt=i,i=n),i===n&&(i=nt,s.substr(nt,7)===G?(o=G,nt+=7):(o=n,0===ht&&xt(ns)),o!==n?i=o=[o,la()]:(nt=i,i=n),i===n&&(i=nt,s.substr(nt,4)===O?(o=O,nt+=4):(o=n,0===ht&&xt(is)),o!==n?i=o=[o,la()]:(nt=i,i=n),i===n&&(i=nt,s.substr(nt,2)===B?(o=B,nt+=2):(o=n,0===ht&&xt(os)),o!==n?i=o=[o,la()]:(nt=i,i=n)))),i!==n)for(;i!==n;)a.push(i),i=nt,o=s.charAt(nt),le.test(o)?nt++:(o=n,0===ht&&xt(as)),o!==n?i=o=[o,la()]:(nt=i,i=n),i===n&&(i=nt,s.substr(nt,7)===G?(o=G,nt+=7):(o=n,0===ht&&xt(ns)),o!==n?i=o=[o,la()]:(nt=i,i=n),i===n&&(i=nt,s.substr(nt,4)===O?(o=O,nt+=4):(o=n,0===ht&&xt(is)),o!==n?i=o=[o,la()]:(nt=i,i=n),i===n&&(i=nt,s.substr(nt,2)===B?(o=B,nt+=2):(o=n,0===ht&&xt(os)),o!==n?i=o=[o,la()]:(nt=i,i=n))));else a=n;return a!==n?e=t=[t,a]:(nt=e,e=n),e}function Xt(){var e,t,a;return e=nt,(t=Dt())===n&&(t=Vt()),t===n&&(t=null),s.substr(nt,5)===D?(a=D,nt+=5):(a=n,0===ht&&xt(rs)),a!==n?(it=e,e=Us(a)):(nt=e,e=n),e}function Qt(){var e,t,a,i,o,r,l,h,u,c;return e=nt,t=la(),s.substr(nt,4)===W?(a=W,nt+=4):(a=n,0===ht&&xt(ls)),a===n&&(s.substr(nt,2)===V?(a=V,nt+=2):(a=n,0===ht&&xt(hs)),a===n&&(s.substr(nt,2)===U?(a=U,nt+=2):(a=n,0===ht&&xt(us)))),a!==n?(i=la(),o=nt,s.substr(nt,3)===X?(r=X,nt+=3):(r=n,0===ht&&xt(cs)),r!==n?(l=la(),s.substr(nt,4)===Q?(h=Q,nt+=4):(h=n,0===ht&&xt(ps)),h!==n?(u=la(),s.substr(nt,2)===V?(c=V,nt+=2):(c=n,0===ht&&xt(hs)),c!==n?o=r=[r,l,h,u,c,la()]:(nt=o,o=n)):(nt=o,o=n)):(nt=o,o=n),o===n&&(o=null),e=t=[t,a,i,o]):(nt=e,e=n),e}function ea(){var e,t,a,i,o,r,l,h,u;return e=nt,t=la(),46===s.charCodeAt(nt)?(a=g,nt++):(a=n,0===ht&&xt(be)),a!==n?(i=nt,ht++,o=nt,r=la(),46===s.charCodeAt(nt)?(l=g,nt++):(l=n,0===ht&&xt(be)),l!==n?(h=la(),46===s.charCodeAt(nt)?(u=g,nt++):(u=n,0===ht&&xt(be)),u!==n?o=r=[r,l,h,u]:(nt=o,o=n)):(nt=o,o=n),ht--,o===n?i=void 0:(nt=i,i=n),i!==n?e=t=[t,a,i]:(nt=e,e=n)):(nt=e,e=n),e}function sa(){var e,t,a,i,o,r,l,h;if(e=nt,la(),t=s.charAt(nt),he.test(t)?nt++:(t=n,0===ht&&xt(gs)),t!==n){if(la(),a=nt,(i=aa())!==n){for(o=[],r=nt,(l=Vt())!==n&&(h=aa())!==n?r=l=[l,h]:(nt=r,r=n);r!==n;)o.push(r),r=nt,(l=Vt())!==n&&(h=aa())!==n?r=l=[l,h]:(nt=r,r=n);a=i=[i,o]}else nt=a,a=n;a!==n?(i=la(),o=s.charAt(nt),ue.test(o)?nt++:(o=n,0===ht&&xt(xs)),o!==n?(it=e,e=Xs(a)):(nt=e,e=n)):(nt=e,e=n)}else nt=e,e=n;return e}function ta(){var e,t,a,i,o,r,l,h;if(e=nt,la(),t=nt,44===s.charCodeAt(nt)?(a=p,nt++):(a=n,0===ht&&xt(fe)),a!==n?t=a=[a,i=la()]:(nt=t,t=n),t===n&&(t=null),a=nt,(i=aa())!==n){for(o=[],r=nt,(l=Vt())!==n&&(h=aa())!==n?r=l=[l,h]:(nt=r,r=n);r!==n;)o.push(r),r=nt,(l=Vt())!==n&&(h=aa())!==n?r=l=[l,h]:(nt=r,r=n);a=i=[i,o]}else nt=a,a=n;return a!==n?(it=e,e=Qs(a)):(nt=e,e=n),e}function aa(){var e,t,a,i;return e=nt,30===s.charCodeAt(nt)?(t=ee,nt++):(t=n,0===ht&&xt(ds)),t!==n&&(a=ia())!==n?(30===s.charCodeAt(nt)?(i=ee,nt++):(i=n,0===ht&&xt(ds)),i!==n?(it=e,e=et(a)):(nt=e,e=n)):(nt=e,e=n),e}function na(){var e;return(e=/^[0-9]{1,3}(?!\d|,000)/.exec(s.substr(nt)))?(it=nt,nt+=e[0].length,{type:"integer",value:parseInt(e[0],10),indices:[it,nt-1]}):n}function ia(){var e,t,a;if(e=nt,t=[],a=s.charAt(nt),ne.test(a)?nt++:(a=n,0===ht&&xt(Pe)),a!==n)for(;a!==n;)t.push(a),a=s.charAt(nt),ne.test(a)?nt++:(a=n,0===ht&&xt(Pe));else t=n;return t!==n&&(it=e,t=st(t)),e=t}function oa(){var e,t,a;if(e=nt,t=[],a=s.charAt(nt),ce.test(a)?nt++:(a=n,0===ht&&xt(_s)),a!==n)for(;a!==n;)t.push(a),a=s.charAt(nt),ce.test(a)?nt++:(a=n,0===ht&&xt(_s));else t=n;return t!==n&&(it=e,t=tt(t)),e=t}function ra(){var e,t;return e=nt,t=s.charAt(nt),he.test(t)?nt++:(t=n,0===ht&&xt(gs)),t!==n&&(it=e,t=at(t)),e=t}function la(){var e;return(e=ha())===n&&(e=null),e}function ha(){var e;return(e=/^[\s\xa0*]+/.exec(s.substr(nt)))?(nt+=e[0].length,[]):n}if("punctuation_strategy"in t&&"eu"===t.punctuation_strategy&&(Dt=function(){var e,t,a;e=nt,t=la(),44===s.charCodeAt(nt)?(a=p,nt++):(a=n,0===ht&&xt(fe));a!==n?e=t=[t,a,la()]:(nt=e,e=n);return e},re=/^[;\/:&\-\u2013\u2014~]/),a=r(),t.peg$library)return{peg$result:a,peg$currPos:nt,peg$FAILED:n,peg$maxFailExpected:lt,peg$maxFailPos:rt};if(a!==n&&nt===s.length)return a;throw a!==n&&nt<s.length&&xt({type:"end"}),dt(lt,rt<s.length?s.charAt(rt):null,rt<s.length?gt(rt,rt+1):gt(rt,rt))}}}()}).call(this);
1
+ (function(){var e,s,a,t,n={}.hasOwnProperty;e=function(){class e{constructor(){var s,a,t;for(s in this.options={},a=e.prototype.options)n.call(a,s)&&(t=a[s],this.options[s]=t);this.versification_system(this.options.versification_system)}parse(e){return this.reset(),this.s=e,e=this.replace_control_characters(e),[e,this.passage.books]=this.match_books(e),[this.entities]=this.match_passages(e),this}parse_with_context(e,s){var a;return this.reset(),[s,this.passage.books]=this.match_books(this.replace_control_characters(s)),[a,s]=this.match_passages(s),this.reset(),this.s=e,e=this.replace_control_characters(e),[e,this.passage.books]=this.match_books(e),this.passage.books.push({value:"",parsed:[],start_index:0,type:"context",context:s}),e=""+(this.passage.books.length-1)+"/9"+e,[this.entities]=this.match_passages(e),this}reset(){return this.s="",this.entities=[],this.passage?(this.passage.books=[],this.passage.indices={}):(this.passage=new s,this.passage.options=this.options,this.passage.translations=this.translations)}set_options(e){var s,a;for(s in e)n.call(e,s)&&(a=e[s],"include_apocrypha"===s||"versification_system"===s||"case_sensitive"===s?this[s](a):this.options[s]=a);return this}include_apocrypha(e){var s,t,i,o,r;if(null==e||!0!==e&&!1!==e)return this;for(o in this.options.include_apocrypha=e,this.regexps.books=this.regexps.get_books(e,this.options.case_sensitive),i=this.translations)n.call(i,o)&&"aliases"!==o&&"alternates"!==o&&(null==(s=this.translations[o]).chapters&&(s.chapters={}),null==(t=this.translations[o].chapters).Ps&&(t.Ps=a.shallow_clone_array(this.translations.default.chapters.Ps)),!0===e?(r=null!=this.translations[o].chapters.Ps151?this.translations[o].chapters.Ps151[0]:this.translations.default.chapters.Ps151[0],this.translations[o].chapters.Ps[150]=r):151===this.translations[o].chapters.Ps.length&&this.translations[o].chapters.Ps.pop());return this}versification_system(e){var s,t,i,o,r,l,h;if(null==e||null==this.translations[e])return this;if(null!=this.translations.alternates.default)if("default"===e)for(o in null!=this.translations.alternates.default.order&&(this.translations.default.order=a.shallow_clone(this.translations.alternates.default.order)),l=this.translations.alternates.default.chapters)n.call(l,o)&&(r=l[o],this.translations.default.chapters[o]=a.shallow_clone_array(r));else this.versification_system("default");if(null==(s=this.translations.alternates).default&&(s.default={order:null,chapters:{}}),"default"!==e&&null!=this.translations[e].order&&(null==(t=this.translations.alternates.default).order&&(t.order=a.shallow_clone(this.translations.default.order)),this.translations.default.order=a.shallow_clone(this.translations[e].order)),"default"!==e&&null!=this.translations[e].chapters)for(o in h=this.translations[e].chapters)n.call(h,o)&&(r=h[o],null==(i=this.translations.alternates.default.chapters)[o]&&(i[o]=a.shallow_clone_array(this.translations.default.chapters[o])),this.translations.default.chapters[o]=a.shallow_clone_array(r));return this.options.versification_system=e,this.include_apocrypha(this.options.include_apocrypha),this}case_sensitive(e){return null==e||"none"!==e&&"books"!==e||e===this.options.case_sensitive||(this.options.case_sensitive=e,this.regexps.books=this.regexps.get_books(this.options.include_apocrypha,e)),this}translation_info(e="default"){var s,t,i,o,r,l,h,u;for(s in null!=e&&null!=(null!=(l=this.translations.aliases[e])?l.alias:void 0)&&(e=this.translations.aliases[e].alias),null!=e&&null!=this.translations[e]||(e="default"),e!==(o=this.options.versification_system)&&this.versification_system(e),r={alias:e,books:[],chapters:{},order:a.shallow_clone(this.translations.default.order)},h=this.translations.default.chapters)n.call(h,s)&&(t=h[s],r.chapters[s]=a.shallow_clone_array(t));for(s in u=r.order)n.call(u,s)&&(i=u[s],r.books[i-1]=s);return e!==o&&this.versification_system(o),r}replace_control_characters(e){return e=e.replace(this.regexps.control," "),"replace"===this.options.non_latin_digits_strategy&&(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=e.replace(/[٠۰߀०০੦૦୦0౦೦൦๐໐༠၀႐០᠐᥆᧐᪀᪐᭐᮰᱀᱐꘠꣐꤀꧐꩐꯰0]/g,"0")).replace(/[١۱߁१১੧૧୧௧౧೧൧๑໑༡၁႑១᠑᥇᧑᪁᪑᭑᮱᱁᱑꘡꣑꤁꧑꩑꯱1]/g,"1")).replace(/[٢۲߂२২੨૨୨௨౨೨൨๒໒༢၂႒២᠒᥈᧒᪂᪒᭒᮲᱂᱒꘢꣒꤂꧒꩒꯲2]/g,"2")).replace(/[٣۳߃३৩੩૩୩௩౩೩൩๓໓༣၃႓៣᠓᥉᧓᪃᪓᭓᮳᱃᱓꘣꣓꤃꧓꩓꯳3]/g,"3")).replace(/[٤۴߄४৪੪૪୪௪౪೪൪๔໔༤၄႔៤᠔᥊᧔᪄᪔᭔᮴᱄᱔꘤꣔꤄꧔꩔꯴4]/g,"4")).replace(/[٥۵߅५৫੫૫୫௫౫೫൫๕໕༥၅႕៥᠕᥋᧕᪅᪕᭕᮵᱅᱕꘥꣕꤅꧕꩕꯵5]/g,"5")).replace(/[٦۶߆६৬੬૬୬௬౬೬൬๖໖༦၆႖៦᠖᥌᧖᪆᪖᭖᮶᱆᱖꘦꣖꤆꧖꩖꯶6]/g,"6")).replace(/[٧۷߇७৭੭૭୭௭౭೭൭๗໗༧၇႗៧᠗᥍᧗᪇᪗᭗᮷᱇᱗꘧꣗꤇꧗꩗꯷7]/g,"7")).replace(/[٨۸߈८৮੮૮୮௮౮೮൮๘໘༨၈႘៨᠘᥎᧘᪈᪘᭘᮸᱈᱘꘨꣘꤈꧘꩘꯸8]/g,"8")).replace(/[٩۹߉९৯੯૯୯௯౯೯൯๙໙༩၉႙៩᠙᥏᧙᪉᪙᭙᮹᱉᱙꘩꣙꤉꧙꩙꯹9]/g,"9")),e}match_books(e){var s,a,t,n,i,o;for(a=[],n=0,i=(o=this.regexps.books).length;n<i&&(s=o[n],t=!1,e=e.replace(s.regexp,(function(e,n,i){var o;return t=!0,a.push({value:i,parsed:s.osis,type:"book"}),o=null!=s.extra?`/${s.extra}`:"",`${n}${a.length-1}${o}`})),!0!==t||!/^[\s\x1f\d:.,;\-\u2013\u2014]+$/.test(e));n++);return[e=e.replace(this.regexps.translations,(function(e){return a.push({value:e,parsed:e.toLowerCase(),type:"translation"}),`${a.length-1}`})),this.get_book_indices(a,e)]}get_book_indices(e,s){var a,t,n;for(a=0,n=/([\x1f\x1e])(\d+)(?:\/\d+)?\1/g;t=n.exec(s);)e[t[2]].start_index=t.index+a,a+=e[t[2]].value.length-t[0].length;return e}match_passages(e){var s,a,n,i,o,r,l,h,u,c,p,x;for(n=[],c={};o=this.regexps.escaped_passage.exec(e);)[i,h,a]=o,l=h.length,o.index+=i.length-l,/\s[2-9]\d\d\s*$|\s\d{4,}\s*$/.test(h)&&(h=h.replace(/\s+\d+\s*$/,"")),/[\d\x1f\x1e)]$/.test(h)||(h=this.replace_match_end(h)),"delete"===this.options.captive_end_digits_strategy&&(r=o.index+h.length,e.length>r&&/^\w/.test(e.substr(r,1))&&(h=h.replace(/[\s*]+\d+$/,"")),h=h.replace(/(\x1e[)\]]?)[\s*]*\d+$/,"$1")),x=""===(h=h.replace(/[A-Z]+/g,(function(e){return e.toLowerCase()}))).substr(0,1)?0:h.split("")[0].length,u={value:t.parse(h,{punctuation_strategy:this.options.punctuation_strategy}),type:"base",start_index:this.passage.books[a].start_index-x,match:h},"full"===this.options.book_alone_strategy&&"include"===this.options.book_range_strategy&&"b"===u.value[0].type&&(1===u.value.length||u.value.length>1&&"translation_sequence"===u.value[1].type)&&0===x&&(1===this.passage.books[a].parsed.length||this.passage.books[a].parsed.length>1&&"translation"===this.passage.books[a].parsed[1].type)&&/^[234]/.test(this.passage.books[a].parsed[0])&&this.create_book_range(e,u,a),[s,c]=this.passage.handle_obj(u),n=n.concat(s),(p=this.adjust_regexp_end(s,l,h.length))>0&&(this.regexps.escaped_passage.lastIndex-=p);return[n,c]}adjust_regexp_end(e,s,a){var t;return t=0,e.length>0?t=s-e[e.length-1].indices[1]-1:s!==a&&(t=s-a),t}replace_match_end(e){var s,a;for(a=e.length;s=this.regexps.match_end_split.exec(e);)a=s.index+s[0].length;return a<e.length&&(e=e.substr(0,a)),e}create_book_range(s,a,t){var n,i,o,r,l,h,u;for(n=[e.prototype.regexps.first,e.prototype.regexps.second,e.prototype.regexps.third],i=o=1,u=r=parseInt(this.passage.books[t].parsed[0].substr(0,1),10);1<=u?o<u:o>u;i=1<=u?++o:--o)if(h=i===r-1?e.prototype.regexps.range_and:e.prototype.regexps.range_only,null!=(l=s.match(RegExp(`(?:^|\\W)(${n[i-1]}\\s*${h}\\s*)\\x1f${t}\\x1f`,"i"))))return this.add_book_range_object(a,l,i);return!1}add_book_range_object(e,s,a){var t,n,i,o,r,l;if(i=s[1].length,e.value[0]={type:"b_range_pre",value:[{type:"b_pre",value:a.toString(),indices:[s.index,s.index+i]},e.value[0]],indices:[0,e.value[0].indices[1]+i]},e.value[0].value[1].indices[0]+=i,e.value[0].value[1].indices[1]+=i,e.start_index-=i,e.match=s[1]+e.match,1!==e.value.length){for(l=[],t=n=1,o=e.value.length;1<=o?n<o:n>o;t=1<=o?++n:--n)null!=e.value[t].value&&(null!=(null!=(r=e.value[t].value[0])?r.indices:void 0)&&(e.value[t].value[0].indices[0]+=i,e.value[t].value[0].indices[1]+=i),e.value[t].indices[0]+=i,l.push(e.value[t].indices[1]+=i));return l}}osis(){var e,s,a,t,n;for(t=[],e=0,s=(n=this.parsed_entities()).length;e<s;e++)(a=n[e]).osis.length>0&&t.push(a.osis);return t.join(",")}osis_and_translations(){var e,s,a,t,n;for(t=[],e=0,s=(n=this.parsed_entities()).length;e<s;e++)(a=n[e]).osis.length>0&&t.push([a.osis,a.translations.join(",")]);return t}osis_and_indices(){var e,s,a,t,n;for(t=[],e=0,s=(n=this.parsed_entities()).length;e<s;e++)(a=n[e]).osis.length>0&&t.push({osis:a.osis,translations:a.translations,indices:a.indices});return t}parsed_entities(){var e,s,a,t,n,i,o,r,l,h,u,c,p,x,g,_,d,f,b,v,y,m,k,$;for(x=[],s=t=0,_=this.entities.length;0<=_?t<_:t>_;s=0<=_?++t:--t)if((e=this.entities[s]).type&&"translation_sequence"===e.type&&x.length>0&&s===x[x.length-1].entity_id+1&&(x[x.length-1].indices[1]=e.absolute_indices[1]),null!=e.passages&&!("b"===e.type&&"ignore"===this.options.book_alone_strategy||"b_range"===e.type&&"ignore"===this.options.book_range_strategy||"context"===e.type)){if($=[],m=null,null!=e.passages[0].translations)for(n=0,o=(d=e.passages[0].translations).length;n<o;n++)k=(null!=(f=(y=d[n]).osis)?f.length:void 0)>0?y.osis:"",null==m&&(m=y.alias),$.push(k);else $=[""],m="default";for(p=[],a=h=0,b=l=e.passages.length;0<=b?h<b:h>b;a=0<=b?++h:--h)null==(g=e.passages[a]).type&&(g.type=e.type),!1===g.valid.valid&&("ignore"===this.options.invalid_sequence_strategy&&"sequence"===e.type&&this.snap_sequence("ignore",e,p,a,l),"ignore"===this.options.invalid_passage_strategy)||("b"!==g.type&&"b_range"!==g.type||"ignore"!==this.options.book_sequence_strategy||"sequence"!==e.type?("b_range_start"!==g.type&&"range_end_b"!==g.type||"ignore"!==this.options.book_range_strategy||this.snap_range(e,a),null==g.absolute_indices&&(g.absolute_indices=e.absolute_indices),p.push({osis:g.valid.valid?this.to_osis(g.start,g.end,m):"",type:g.type,indices:g.absolute_indices,translations:$,start:g.start,end:g.end,enclosed_indices:g.enclosed_absolute_indices,entity_id:s,entities:[g]})):this.snap_sequence("book",e,p,a,l));if(0!==p.length)if(p.length>1&&"combine"===this.options.consecutive_combination_strategy&&(p=this.combine_consecutive_passages(p,m)),"separate"===this.options.sequence_combination_strategy)x=x.concat(p);else{for(v=[],null!=p[i=p.length-1].enclosed_indices&&p[i].enclosed_indices[1]>=0&&(e.absolute_indices[1]=p[i].enclosed_indices[1]),u=0,r=p.length;u<r;u++)(c=p[u]).osis.length>0&&v.push(c.osis);x.push({osis:v.join(","),indices:e.absolute_indices,translations:$,entity_id:s,entities:p})}}return x}to_osis(e,s,a){var t,n;return null==s.c&&null==s.v&&e.b===s.b&&null==e.c&&null==e.v&&"first_chapter"===this.options.book_alone_strategy&&(s.c=1),t={start:"",end:""},null==e.c&&(e.c=1),null==e.v&&(e.v=1),null==s.c&&(this.options.passage_existence_strategy.indexOf("c")>=0||null!=this.passage.translations[a].chapters[s.b]&&1===this.passage.translations[a].chapters[s.b].length?s.c=this.passage.translations[a].chapters[s.b].length:s.c=999),null==s.v&&(null!=this.passage.translations[a].chapters[s.b][s.c-1]&&this.options.passage_existence_strategy.indexOf("v")>=0?s.v=this.passage.translations[a].chapters[s.b][s.c-1]:s.v=999),this.options.include_apocrypha&&"b"===this.options.ps151_strategy&&(151===e.c&&"Ps"===e.b||151===s.c&&"Ps"===s.b)&&this.fix_ps151(e,s,a),"b"===this.options.osis_compaction_strategy&&1===e.c&&1===e.v&&(999===s.c&&999===s.v||s.c===this.passage.translations[a].chapters[s.b].length&&this.options.passage_existence_strategy.indexOf("c")>=0&&(999===s.v||s.v===this.passage.translations[a].chapters[s.b][s.c-1]&&this.options.passage_existence_strategy.indexOf("v")>=0))?(t.start=e.b,t.end=s.b):this.options.osis_compaction_strategy.length<=2&&1===e.v&&(999===s.v||s.v===this.passage.translations[a].chapters[s.b][s.c-1]&&this.options.passage_existence_strategy.indexOf("v")>=0)?(t.start=e.b+"."+e.c.toString(),t.end=s.b+"."+s.c.toString()):(t.start=e.b+"."+e.c.toString()+"."+e.v.toString(),t.end=s.b+"."+s.c.toString()+"."+s.v.toString()),n=t.start===t.end?t.start:t.start+"-"+t.end,null!=e.extra&&(n=e.extra+","+n),null!=s.extra&&(n+=","+s.extra),n}fix_ps151(e,s,a){var t;return"default"!==a&&null==(null!=(t=this.translations[a])?t.chapters.Ps151:void 0)&&this.passage.promote_book_to_translation("Ps151",a),151===e.c&&"Ps"===e.b?151===s.c&&"Ps"===s.b?(e.b="Ps151",e.c=1,s.b="Ps151",s.c=1):(e.extra=this.to_osis({b:"Ps151",c:1,v:e.v},{b:"Ps151",c:1,v:this.passage.translations[a].chapters.Ps151[0]},a),e.b="Prov",e.c=1,e.v=1):(s.extra=this.to_osis({b:"Ps151",c:1,v:1},{b:"Ps151",c:1,v:s.v},a),s.c=150,s.v=this.passage.translations[a].chapters.Ps[149])}combine_consecutive_passages(e,s){var a,t,n,i,o,r,l,h,u,c,p;for(h=[],u={},a=-1,t=!1,n=o=0,p=r=e.length-1;0<=p?o<=p:o>=p;n=0<=p?++o:--o)(l=e[n]).osis.length>0?(c=h.length-1,i=!1,l.enclosed_indices[0]!==a&&(a=l.enclosed_indices[0]),a>=0&&(n===r||e[n+1].enclosed_indices[0]!==l.enclosed_indices[0])&&(i=!0,t=!0),this.is_verse_consecutive(u,l.start,s)?(h[c].end=l.end,h[c].is_enclosed_last=i,h[c].indices[1]=l.indices[1],h[c].enclosed_indices[1]=l.enclosed_indices[1],h[c].osis=this.to_osis(h[c].start,l.end,s)):h.push(l),u={b:l.end.b,c:l.end.c,v:l.end.v}):(h.push(l),u={});return t&&this.snap_enclosed_indices(h),h}snap_enclosed_indices(e){var s,a,t;for(s=0,a=e.length;s<a;s++)null!=(t=e[s]).is_enclosed_last&&(t.enclosed_indices[0]<0&&t.is_enclosed_last&&(t.indices[1]=t.enclosed_indices[1]),delete t.is_enclosed_last);return e}is_verse_consecutive(e,s,a){var t;if(null==e.b)return!1;if(t=null!=this.passage.translations[a].order?this.passage.translations[a].order:this.passage.translations.default.order,e.b===s.b){if(e.c===s.c){if(e.v===s.v-1)return!0}else if(1===s.v&&e.c===s.c-1&&e.v===this.passage.translations[a].chapters[e.b][e.c-1])return!0}else if(1===s.c&&1===s.v&&t[e.b]===t[s.b]-1&&e.c===this.passage.translations[a].chapters[e.b].length&&e.v===this.passage.translations[a].chapters[e.b][e.c-1])return!0;return!1}snap_range(e,s){var a,t,i,o,r,l,h,u;for(t in"b_range_start"===e.type||"sequence"===e.type&&"b_range_start"===e.passages[s].type?(a=1,r="end",u="b_range_start"):(a=0,r="start",u="range_end_b"),l="end"===r?"start":"end",o=e.passages[s][l])n.call(o,t)&&(e.passages[s][l][t]=e.passages[s][r][t]);return"sequence"===e.type?(s>=e.value.length&&(s=e.value.length-1),null!=(i=this.passage.pluck(u,e.value[s]))&&(h=this.snap_range(i,0),0===s?e.absolute_indices[0]=h.absolute_indices[0]:e.absolute_indices[1]=h.absolute_indices[1])):(e.original_type=e.type,e.type=e.value[a].type,e.absolute_indices=[e.value[a].absolute_indices[0],e.value[a].absolute_indices[1]]),e}snap_sequence(e,s,a,t,n){var i;return(i=s.passages[t]).absolute_indices[0]===s.absolute_indices[0]&&t<n-1&&this.get_snap_sequence_i(s.passages,t,n)!==t?(s.absolute_indices[0]=s.passages[t+1].absolute_indices[0],this.remove_absolute_indices(s.passages,t+1)):i.absolute_indices[1]===s.absolute_indices[1]&&t>0?s.absolute_indices[1]=a.length>0?a[a.length-1].indices[1]:s.passages[t-1].absolute_indices[1]:"book"===e&&t<n-1&&!this.starts_with_book(s.passages[t+1])&&(s.passages[t+1].absolute_indices[0]=i.absolute_indices[0]),s}get_snap_sequence_i(e,s,a){var t,n,i,o;for(t=n=i=s+1,o=a;i<=o?n<o:n>o;t=i<=o?++n:--n){if(this.starts_with_book(e[t]))return t;if(e[t].valid.valid)return s}return s}starts_with_book(e){return"b"===e.type.substr(0,1)||("range"===e.type||"ff"===e.type)&&"b"===e.start.type.substr(0,1)}remove_absolute_indices(e,s){var a,t,n,i,o,r;if(e[s].enclosed_absolute_indices[0]<0)return!1;for([r,a]=e[s].enclosed_absolute_indices,t=0,n=(o=e.slice(s)).length;t<n&&((i=o[t]).enclosed_absolute_indices[0]===r&&i.enclosed_absolute_indices[1]===a);t++)i.enclosed_absolute_indices=[-1,-1];return!0}}return e.prototype.s="",e.prototype.entities=[],e.prototype.passage=null,e.prototype.regexps={},e.prototype.options={consecutive_combination_strategy:"combine",osis_compaction_strategy:"b",book_sequence_strategy:"ignore",invalid_sequence_strategy:"ignore",sequence_combination_strategy:"combine",punctuation_strategy:"us",invalid_passage_strategy:"ignore",non_latin_digits_strategy:"ignore",passage_existence_strategy:"bcv",zero_chapter_strategy:"error",zero_verse_strategy:"error",single_chapter_1_strategy:"chapter",book_alone_strategy:"ignore",book_range_strategy:"ignore",captive_end_digits_strategy:"delete",end_range_digits_strategy:"verse",include_apocrypha:!1,ps151_strategy:"c",versification_system:"default",case_sensitive:"none"},e}.call(this),this.bcv_parser=e,s=function(){class e{handle_array(e,s=[],a={}){var t,n,i;for(t=0,n=e.length;t<n;t++)if(null!=(i=e[t])){if("stop"===i.type)break;[s,a]=this.handle_obj(i,s,a)}return[s,a]}handle_obj(e,s,a){return null!=e.type&&null!=this[e.type]?this[e.type](e,s,a):[s,a]}b(e,s,t){var n,i,o,r,l,h,u;for(e.start_context=a.shallow_clone(t),e.passages=[],n=[],o=0,r=(h=this.books[e.value].parsed).length;o<r;o++)l={start:{b:i=h[o]},end:{b:i},valid:u=this.validate_ref(e.start_context.translations,{b:i})},0===e.passages.length&&u.valid?e.passages.push(l):n.push(l);return 0===e.passages.length&&e.passages.push(n.shift()),n.length>0&&(e.passages[0].alternates=n),null!=e.start_context.translations&&(e.passages[0].translations=e.start_context.translations),null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),s.push(e),t={b:e.passages[0].start.b},null!=e.start_context.translations&&(t.translations=e.start_context.translations),[s,t]}b_range(e,s,a){return this.range(e,s,a)}b_range_pre(e,s,t){var n,i,o;return e.start_context=a.shallow_clone(t),e.passages=[],n=this.pluck("b",e.value),[[i],t]=this.b(n,[],t),null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),o={b:e.value[0].value+i.passages[0].start.b.substr(1),type:"b"},e.passages=[{start:o,end:i.passages[0].end,valid:i.passages[0].valid}],null!=e.start_context.translations&&(e.passages[0].translations=e.start_context.translations),s.push(e),[s,t]}b_range_start(e,s,a){return this.range(e,s,a)}base(e,s,a){return this.indices=this.calculate_indices(e.match,e.start_index),this.handle_array(e.value,s,a)}bc(e,s,t){var n,i,o,r,l,h,u,c,p;for(e.start_context=a.shallow_clone(t),e.passages=[],this.reset_context(t,["b","c","v"]),o=this.pluck("c",e.value).value,n=[],l=0,h=(c=this.books[this.pluck("b",e.value).value].parsed).length;l<h;l++)r="c",u={start:{b:i=c[l]},end:{b:i},valid:p=this.validate_ref(e.start_context.translations,{b:i,c:o})},(p.messages.start_chapter_not_exist_in_single_chapter_book||p.messages.start_chapter_1)&&(u.valid=this.validate_ref(e.start_context.translations,{b:i,v:o}),p.messages.start_chapter_not_exist_in_single_chapter_book&&(u.valid.messages.start_chapter_not_exist_in_single_chapter_book=1),u.start.c=1,u.end.c=1,r="v"),u.start[r]=o,[u.start.c,u.start.v]=this.fix_start_zeroes(u.valid,u.start.c,u.start.v),null==u.start.v&&delete u.start.v,u.end[r]=u.start[r],0===e.passages.length&&u.valid.valid?e.passages.push(u):n.push(u);return 0===e.passages.length&&e.passages.push(n.shift()),n.length>0&&(e.passages[0].alternates=n),null!=e.start_context.translations&&(e.passages[0].translations=e.start_context.translations),null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),this.set_context_from_object(t,["b","c","v"],e.passages[0].start),s.push(e),[s,t]}bc_title(e,s,t){var n,i,o,r,l;if(e.start_context=a.shallow_clone(t),[[n],t]=this.bc(this.pluck("bc",e.value),[],t),"Ps"!==n.passages[0].start.b.substr(0,2)&&null!=n.passages[0].alternates)for(i=o=0,r=n.passages[0].alternates.length;0<=r?o<r:o>r;i=0<=r?++o:--o)if("Ps"===n.passages[0].alternates[i].start.b.substr(0,2)){n.passages[0]=n.passages[0].alternates[i];break}return"Ps"!==n.passages[0].start.b.substr(0,2)?(s.push(n),[s,t]):(this.books[this.pluck("b",n.value).value].parsed=["Ps"],null==(l=this.pluck("title",e.value))&&(l=this.pluck("v",e.value)),e.value[1]={type:"v",value:[{type:"integer",value:1,indices:l.indices}],indices:l.indices},e.type="bcv",this.bcv(e,s,e.start_context))}bcv(e,s,t){var n,i,o,r,l,h,u,c,p,x;for(e.start_context=a.shallow_clone(t),e.passages=[],this.reset_context(t,["b","c","v"]),o=this.pluck("bc",e.value),r=this.pluck("c",o.value).value,p=this.pluck("v",e.value).value,n=[],l=0,h=(c=this.books[this.pluck("b",o.value).value].parsed).length;l<h;l++)i=c[l],x=this.validate_ref(e.start_context.translations,{b:i,c:r,v:p}),[r,p]=this.fix_start_zeroes(x,r,p),u={start:{b:i,c:r,v:p},end:{b:i,c:r,v:p},valid:x},0===e.passages.length&&x.valid?e.passages.push(u):n.push(u);return 0===e.passages.length&&e.passages.push(n.shift()),n.length>0&&(e.passages[0].alternates=n),null!=e.start_context.translations&&(e.passages[0].translations=e.start_context.translations),null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),this.set_context_from_object(t,["b","c","v"],e.passages[0].start),s.push(e),[s,t]}bv(e,s,t){var n,i,o;return e.start_context=a.shallow_clone(t),[n,o]=e.value,i={indices:e.indices,value:[{type:"bc",value:[n,{type:"c",value:[{type:"integer",value:1}]}]},o]},[[i],t]=this.bcv(i,[],t),e.passages=i.passages,null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),s.push(e),[s,t]}c(e,s,t){var n,i;return e.start_context=a.shallow_clone(t),n="integer"===e.type?e.value:this.pluck("integer",e.value).value,!(i=this.validate_ref(e.start_context.translations,{b:t.b,c:n})).valid&&i.messages.start_chapter_not_exist_in_single_chapter_book?this.v(e,s,t):([n]=this.fix_start_zeroes(i,n),e.passages=[{start:{b:t.b,c:n},end:{b:t.b,c:n},valid:i}],null!=e.start_context.translations&&(e.passages[0].translations=e.start_context.translations),s.push(e),t.c=n,this.reset_context(t,["v"]),null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),[s,t])}c_psalm(e,s,a){var t;return e.type="bc",t=parseInt(this.books[e.value].value.match(/^\d+/)[0],10),e.value=[{type:"b",value:e.value,indices:e.indices},{type:"c",value:[{type:"integer",value:t,indices:e.indices}],indices:e.indices}],this.bc(e,s,a)}c_title(e,s,t){var n;return e.start_context=a.shallow_clone(t),"Ps"!==t.b?this.c(e.value[0],s,t):(n=this.pluck("title",e.value),e.value[1]={type:"v",value:[{type:"integer",value:1,indices:n.indices}],indices:n.indices},e.type="cv",this.cv(e,s,e.start_context))}cv(e,s,t){var n,i,o;return e.start_context=a.shallow_clone(t),n=this.pluck("c",e.value).value,i=this.pluck("v",e.value).value,o=this.validate_ref(e.start_context.translations,{b:t.b,c:n,v:i}),[n,i]=this.fix_start_zeroes(o,n,i),e.passages=[{start:{b:t.b,c:n,v:i},end:{b:t.b,c:n,v:i},valid:o}],null!=e.start_context.translations&&(e.passages[0].translations=e.start_context.translations),s.push(e),t.c=n,t.v=i,null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),[s,t]}cb_range(e,s,a){var t,n,i;return e.type="range",[t,i,n]=e.value,e.value=[{type:"bc",value:[t,i],indices:e.indices},n],n.indices[1]=e.indices[1],this.range(e,s,a)}context(e,s,t){var i,o;for(i in e.start_context=a.shallow_clone(t),e.passages=[],o=this.books[e.value].context)n.call(o,i)&&(t[i]=this.books[e.value].context[i]);return s.push(e),[s,t]}cv_psalm(e,s,t){var n,i,o;return e.start_context=a.shallow_clone(t),e.type="bcv",[i,o]=e.value,[[n]]=this.c_psalm(i,[],e.start_context),e.value=[n,o],this.bcv(e,s,t)}ff(e,s,t){return e.start_context=a.shallow_clone(t),e.value.push({type:"integer",indices:e.indices,value:999}),[[e],t]=this.range(e,[],e.start_context),e.value[0].indices=e.value[1].indices,e.value[0].absolute_indices=e.value[1].absolute_indices,e.value.pop(),null!=e.passages[0].valid.messages.end_verse_not_exist&&delete e.passages[0].valid.messages.end_verse_not_exist,null!=e.passages[0].valid.messages.end_chapter_not_exist&&delete e.passages[0].valid.messages.end_chapter_not_exist,null!=e.passages[0].end.original_c&&delete e.passages[0].end.original_c,s.push(e),[s,t]}integer_title(e,s,t){return e.start_context=a.shallow_clone(t),"Ps"!==t.b?this.integer(e.value[0],s,t):(e.value[0]={type:"c",value:[e.value[0]],indices:[e.value[0].indices[0],e.value[0].indices[1]]},e.value[1].type="v",e.value[1].original_type="title",e.value[1].value=[{type:"integer",value:1,indices:e.value[1].value.indices}],e.type="cv",this.cv(e,s,e.start_context))}integer(e,s,a){return null!=a.v?this.v(e,s,a):this.c(e,s,a)}next_v(e,s,t){var n,i;return e.start_context=a.shallow_clone(t),null==(n=this.pluck_last_recursively("integer",e.value))&&(n={value:1}),e.value.push({type:"integer",indices:e.indices,value:n.value+1}),[[i],t]=this.range(e,[],e.start_context),null!=i.passages[0].valid.messages.end_verse_not_exist&&null==i.passages[0].valid.messages.start_verse_not_exist&&null==i.passages[0].valid.messages.start_chapter_not_exist&&null!=t.c&&(e.value.pop(),e.value.push({type:"cv",indices:e.indices,value:[{type:"c",value:[{type:"integer",value:t.c+1,indices:e.indices}],indices:e.indices},{type:"v",value:[{type:"integer",value:1,indices:e.indices}],indices:e.indices}]}),[[i],t]=this.range(e,[],e.start_context)),i.value[0].indices=i.value[1].indices,i.value[0].absolute_indices=i.value[1].absolute_indices,i.value.pop(),null!=i.passages[0].valid.messages.end_verse_not_exist&&delete i.passages[0].valid.messages.end_verse_not_exist,null!=i.passages[0].valid.messages.end_chapter_not_exist&&delete i.passages[0].valid.messages.end_chapter_not_exist,null!=i.passages[0].end.original_c&&delete i.passages[0].end.original_c,s.push(i),[s,t]}sequence(e,s,t){var n,i,o,r,l,h,u,c,p;for(e.start_context=a.shallow_clone(t),e.passages=[],n=0,o=(u=e.value).length;n<o;n++)for(l=u[n],[[h],t]=this.handle_array(l,[],t),i=0,r=(c=h.passages).length;i<r;i++)null==(p=c[i]).type&&(p.type=h.type),null==p.absolute_indices&&(p.absolute_indices=h.absolute_indices),null!=h.start_context.translations&&(p.translations=h.start_context.translations),p.enclosed_absolute_indices="sequence_post_enclosed"===h.type?h.absolute_indices:[-1,-1],e.passages.push(p);return null==e.absolute_indices&&(e.passages.length>0&&"sequence"===e.type?e.absolute_indices=[e.passages[0].absolute_indices[0],e.passages[e.passages.length-1].absolute_indices[1]]:e.absolute_indices=this.get_absolute_indices(e.indices)),s.push(e),[s,t]}sequence_post_enclosed(e,s,a){return this.sequence(e,s,a)}v(e,s,t){var n,i,o,r;return o="integer"===e.type?e.value:this.pluck("integer",e.value).value,e.start_context=a.shallow_clone(t),n=null!=t.c?t.c:1,r=this.validate_ref(e.start_context.translations,{b:t.b,c:n,v:o}),[i,o]=this.fix_start_zeroes(r,0,o),e.passages=[{start:{b:t.b,c:n,v:o},end:{b:t.b,c:n,v:o},valid:r}],null!=e.start_context.translations&&(e.passages[0].translations=e.start_context.translations),null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),s.push(e),t.v=o,[s,t]}range(e,s,t){var n,i,o,r,l,h,u,c,p,x,g;return e.start_context=a.shallow_clone(t),[p,n]=e.value,[[p],t]=this.handle_obj(p,[],t),"v"!==n.type||("bc"!==p.type||(null!=(o=p.passages)&&null!=(r=o[0])&&null!=(l=r.valid)&&null!=(h=l.messages)?h.start_chapter_not_exist_in_single_chapter_book:void 0))&&"c"!==p.type||"verse"!==this.options.end_range_digits_strategy?([[n],t]=this.handle_obj(n,[],t),e.value=[p,n],e.indices=[p.indices[0],n.indices[1]],delete e.absolute_indices,x={b:p.passages[0].start.b,c:p.passages[0].start.c,v:p.passages[0].start.v,type:p.type},i={b:n.passages[0].end.b,c:n.passages[0].end.c,v:n.passages[0].end.v,type:n.type},n.passages[0].valid.messages.start_chapter_is_zero&&(i.c=0),n.passages[0].valid.messages.start_verse_is_zero&&(i.v=0),(g=this.validate_ref(e.start_context.translations,x,i)).valid?([u,c]=this.range_handle_valid(g,e,p,x,n,i,s),u?c:(null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),e.passages=[{start:x,end:i,valid:g}],null!=e.start_context.translations&&(e.passages[0].translations=e.start_context.translations),"b"===x.type?"b"===i.type?e.type="b_range":e.type="b_range_start":"b"===i.type&&(e.type="range_end_b"),s.push(e),[s,t])):this.range_handle_invalid(g,e,p,x,n,i,s)):(e.value[0]=p,this.range_change_integer_end(e,s))}range_change_end(e,s,a){var t,n,i;return[i,t]=e.value,"integer"===t.type?(t.original_value=t.value,t.value=a):"v"===t.type?((n=this.pluck("integer",t.value)).original_value=n.value,n.value=a):"cv"===t.type&&((n=this.pluck("c",t.value)).original_value=n.value,n.value=a),this.handle_obj(e,s,e.start_context)}range_change_integer_end(e,s){var a,t;return[t,a]=e.value,null==e.original_type&&(e.original_type=e.type),null==e.original_value&&(e.original_value=[t,a]),e.type="integer"===t.type?"cv":t.type+"v","integer"===t.type&&(e.value[0]={type:"c",value:[t],indices:t.indices}),"integer"===a.type&&(e.value[1]={type:"v",value:[a],indices:a.indices}),this.handle_obj(e,s,e.start_context)}range_check_new_end(e,s,a,t){var n,i,o;return n=0,o=null,t.messages.end_chapter_before_start?o="c":t.messages.end_verse_before_start&&(o="v"),null!=o&&(n=this.range_get_new_end_value(s,a,t,o)),n>0&&((i={b:a.b,c:a.c,v:a.v})[o]=n,this.validate_ref(e,i).valid||(n=0)),n}range_end_b(e,s,a){return this.range(e,s,a)}range_get_new_end_value(e,s,a,t){var n;return n=0,"c"===t&&a.messages.end_chapter_is_zero||"v"===t&&a.messages.end_verse_is_zero||(e[t]>=10&&s[t]<10&&e[t]-10*Math.floor(e[t]/10)<s[t]?n=s[t]+10*Math.floor(e[t]/10):e[t]>=100&&s[t]<100&&e[t]-100<s[t]&&(n=s[t]+100)),n}range_handle_invalid(e,s,a,t,n,i,o){var r,l;return(!1===e.valid&&(e.messages.end_chapter_before_start||e.messages.end_verse_before_start)&&("integer"===n.type||"v"===n.type)||!1===e.valid&&e.messages.end_chapter_before_start&&"cv"===n.type)&&(r=this.range_check_new_end(s.start_context.translations,t,i,e))>0?this.range_change_end(s,o,r):"verse"!==this.options.end_range_digits_strategy||null!=t.v||"integer"!==n.type&&"v"!==n.type||(l="v"===n.type?this.pluck("integer",n.value):n.value,!this.validate_ref(s.start_context.translations,{b:t.b,c:t.c,v:l}).valid)?(null==s.original_type&&(s.original_type=s.type),s.type="sequence",[s.original_value,s.value]=[[a,n],[[a],[n]]],this.sequence(s,o,s.start_context)):this.range_change_integer_end(s,o)}range_handle_valid(e,s,a,t,n,i,o){var r;return e.messages.end_chapter_not_exist&&"verse"===this.options.end_range_digits_strategy&&null==t.v&&("integer"===n.type||"v"===n.type)&&this.options.passage_existence_strategy.indexOf("v")>=0&&(r="v"===n.type?this.pluck("integer",n.value):n.value,this.validate_ref(s.start_context.translations,{b:t.b,c:t.c,v:r}).valid)?[!0,this.range_change_integer_end(s,o)]:(this.range_validate(e,t,i,s),[!1,null])}range_validate(e,s,a,t){return e.messages.end_chapter_not_exist||e.messages.end_chapter_not_exist_in_single_chapter_book?(a.original_c=a.c,a.c=e.messages.end_chapter_not_exist?e.messages.end_chapter_not_exist:e.messages.end_chapter_not_exist_in_single_chapter_book,null!=a.v&&(a.v=this.validate_ref(t.start_context.translations,{b:a.b,c:a.c,v:999}).messages.end_verse_not_exist,delete e.messages.end_verse_is_zero)):e.messages.end_verse_not_exist&&(a.original_v=a.v,a.v=e.messages.end_verse_not_exist),e.messages.end_verse_is_zero&&"allow"!==this.options.zero_verse_strategy&&(a.v=e.messages.end_verse_is_zero),e.messages.end_chapter_is_zero&&(a.c=e.messages.end_chapter_is_zero),[s.c,s.v]=this.fix_start_zeroes(e,s.c,s.v),!0}translation_sequence(e,s,t){var n,i,o,r,l,h,u,c;for(e.start_context=a.shallow_clone(t),(u=[]).push({translation:this.books[e.value[0].value].parsed}),n=0,o=(l=e.value[1]).length;n<o;n++)c=l[n],null!=(c=this.books[this.pluck("translation",c).value].parsed)&&u.push({translation:c});for(i=0,r=u.length;i<r;i++)h=u[i],null!=this.translations.aliases[h.translation]?(h.alias=this.translations.aliases[h.translation].alias,h.osis=this.translations.aliases[h.translation].osis||h.translation.toUpperCase()):(h.alias="default",h.osis=h.translation.toUpperCase());return s.length>0&&(t=this.translation_sequence_apply(s,u)),null==e.absolute_indices&&(e.absolute_indices=this.get_absolute_indices(e.indices)),s.push(e),this.reset_context(t,["translations"]),[s,t]}translation_sequence_apply(e,s){var t,n,i,o,r,l;for(l=0,n=i=r=e.length-1;r<=0?i<=0:i>=0;n=r<=0?++i:--i)if(null!=e[n].original_type&&(e[n].type=e[n].original_type),null!=e[n].original_value&&(e[n].value=e[n].original_value),"translation_sequence"===e[n].type){l=n+1;break}return l<e.length?(e[l].start_context.translations=s,[o,t]=this.handle_array(e.slice(l),[],e[l].start_context)):t=a.shallow_clone(e[e.length-1].start_context),t}pluck(e,s){var a,t,n;for(a=0,t=s.length;a<t;a++)if(null!=(n=s[a])&&null!=n.type&&n.type===e)return"c"===e||"v"===e?this.pluck("integer",n.value):n;return null}pluck_last_recursively(e,s){var a,t,n;for(a=s.length-1;a>=0;a+=-1)if(null!=(t=s[a])&&null!=t.type){if(t.type===e)return this.pluck(e,[t]);if(null!=(n=this.pluck_last_recursively(e,t.value)))return n}return null}set_context_from_object(e,s,a){var t,n,i,o;for(i=[],t=0,n=s.length;t<n;t++)null!=a[o=s[t]]&&i.push(e[o]=a[o]);return i}reset_context(e,s){var a,t,n,i;for(n=[],a=0,t=s.length;a<t;a++)i=s[a],n.push(delete e[i]);return n}fix_start_zeroes(e,s,a){return e.messages.start_chapter_is_zero&&"upgrade"===this.options.zero_chapter_strategy&&(s=e.messages.start_chapter_is_zero),e.messages.start_verse_is_zero&&"upgrade"===this.options.zero_verse_strategy&&(a=e.messages.start_verse_is_zero),[s,a]}calculate_indices(e,s){var a,t,n,i,o,r,l,h,u,c,p,x,g,_,d,f;for(d="book",n=[],c=0,s=parseInt(s,10),g=[e],i=0,r=(_=["",""]).length;i<r;i++){for(a=_[i],f=[],o=0,l=g.length;o<l;o++)p=g[o],f=f.concat(p.split(a));g=f}for(u=0,h=g.length;u<h;u++)d="book"===d?"rest":"book",0!==(x=(p=g[u]).length)&&("book"===d?(p=p.replace(/\/\d+$/,""),t=c+x,n.length>0&&n[n.length-1].index===s?n[n.length-1].end=t:n.push({start:c,end:t,index:s}),c+=x+2,s=this.books[p].start_index+this.books[p].value.length-c,n.push({start:t+1,end:t+1,index:s})):(t=c+x-1,n.length>0&&n[n.length-1].index===s?n[n.length-1].end=t:n.push({start:c,end:t,index:s}),c+=x));return n}get_absolute_indices([e,s]){var a,t,n,i,o,r;for(r=null,a=null,n=0,i=(o=this.indices).length;n<i;n++)if(t=o[n],null===r&&t.start<=e&&e<=t.end&&(r=e+t.index),t.start<=s&&s<=t.end){a=s+t.index+1;break}return[r,a]}validate_ref(e,s,a){var t,n,i,o,r,l;for(null!=e&&e.length>0||(e=[{translation:"default",osis:"",alias:"default"}]),l=!1,i={},t=0,n=e.length;t<n;t++)null==(r=e[t]).alias&&(r.alias="default"),null!=r.alias?(null==this.translations.aliases[r.alias]&&(r.alias="default",null==i.translation_unknown&&(i.translation_unknown=[]),i.translation_unknown.push(r)),[o]=this.validate_start_ref(r.alias,s,i),a&&([o]=this.validate_end_ref(r.alias,s,a,o,i)),!0===o&&(l=!0)):(null==i.translation_invalid&&(i.translation_invalid=[]),i.translation_invalid.push(r));return{valid:l,messages:i}}validate_start_ref(e,s,a){var t,n,i,o;if(o=!0,"default"!==e&&null==(null!=(t=this.translations[e])?t.chapters[s.b]:void 0)&&this.promote_book_to_translation(s.b,e),i=null!=(null!=(n=this.translations[e])?n.order:void 0)?e:"default",null!=s.v&&(s.v=parseInt(s.v,10)),null!=this.translations[i].order[s.b]){if(null==s.c&&(s.c=1),s.c=parseInt(s.c,10),isNaN(s.c))return o=!1,a.start_chapter_not_numeric=!0,[o,a];0===s.c&&(a.start_chapter_is_zero=1,"error"===this.options.zero_chapter_strategy?o=!1:s.c=1),null!=s.v&&0===s.v&&(a.start_verse_is_zero=1,"error"===this.options.zero_verse_strategy?o=!1:"upgrade"===this.options.zero_verse_strategy&&(s.v=1)),s.c>0&&null!=this.translations[e].chapters[s.b][s.c-1]?null!=s.v?isNaN(s.v)?(o=!1,a.start_verse_not_numeric=!0):s.v>this.translations[e].chapters[s.b][s.c-1]&&this.options.passage_existence_strategy.indexOf("v")>=0&&(o=!1,a.start_verse_not_exist=this.translations[e].chapters[s.b][s.c-1]):1===s.c&&"verse"===this.options.single_chapter_1_strategy&&1===this.translations[e].chapters[s.b].length&&(a.start_chapter_1=1):1!==s.c&&1===this.translations[e].chapters[s.b].length?(o=!1,a.start_chapter_not_exist_in_single_chapter_book=1):s.c>0&&this.options.passage_existence_strategy.indexOf("c")>=0&&(o=!1,a.start_chapter_not_exist=this.translations[e].chapters[s.b].length)}else null==s.b?(o=!1,a.start_book_not_defined=!0):(this.options.passage_existence_strategy.indexOf("b")>=0&&(o=!1),a.start_book_not_exist=!0);return[o,a]}validate_end_ref(e,s,a,t,n){var i,o;return o=null!=(null!=(i=this.translations[e])?i.order:void 0)?e:"default",null!=a.c&&(a.c=parseInt(a.c,10),isNaN(a.c)?(t=!1,n.end_chapter_not_numeric=!0):0===a.c&&(n.end_chapter_is_zero=1,"error"===this.options.zero_chapter_strategy?t=!1:a.c=1)),null!=a.v&&(a.v=parseInt(a.v,10),isNaN(a.v)?(t=!1,n.end_verse_not_numeric=!0):0===a.v&&(n.end_verse_is_zero=1,"error"===this.options.zero_verse_strategy?t=!1:"upgrade"===this.options.zero_verse_strategy&&(a.v=1))),null!=this.translations[o].order[a.b]?(null==a.c&&1===this.translations[e].chapters[a.b].length&&(a.c=1),null!=this.translations[o].order[s.b]&&this.translations[o].order[s.b]>this.translations[o].order[a.b]&&(this.options.passage_existence_strategy.indexOf("b")>=0&&(t=!1),n.end_book_before_start=!0),s.b!==a.b||null==a.c||isNaN(a.c)||(null==s.c&&(s.c=1),!isNaN(parseInt(s.c,10))&&s.c>a.c?(t=!1,n.end_chapter_before_start=!0):s.c!==a.c||null==a.v||isNaN(a.v)||(null==s.v&&(s.v=1),!isNaN(parseInt(s.v,10))&&s.v>a.v&&(t=!1,n.end_verse_before_start=!0))),null==a.c||isNaN(a.c)||null==this.translations[e].chapters[a.b][a.c-1]&&(1===this.translations[e].chapters[a.b].length?n.end_chapter_not_exist_in_single_chapter_book=1:a.c>0&&this.options.passage_existence_strategy.indexOf("c")>=0&&(n.end_chapter_not_exist=this.translations[e].chapters[a.b].length)),null==a.v||isNaN(a.v)||(null==a.c&&(a.c=this.translations[e].chapters[a.b].length),a.v>this.translations[e].chapters[a.b][a.c-1]&&this.options.passage_existence_strategy.indexOf("v")>=0&&(n.end_verse_not_exist=this.translations[e].chapters[a.b][a.c-1]))):(t=!1,n.end_book_not_exist=!0),[t,n]}promote_book_to_translation(e,s){var t,n;if(null==(t=this.translations)[s]&&(t[s]={}),null==(n=this.translations[s]).chapters&&(n.chapters={}),null==this.translations[s].chapters[e])return this.translations[s].chapters[e]=a.shallow_clone_array(this.translations.default.chapters[e])}}return e.prototype.books=[],e.prototype.indices={},e.prototype.options={},e.prototype.translations={},e}.call(this),a={shallow_clone:function(e){var s,a,t;if(null==e)return e;for(s in a={},e)n.call(e,s)&&(t=e[s],a[s]=t);return a},shallow_clone_array:function(e){var s,a,t,n;if(null==e)return e;for(t=[],s=a=0,n=e.length;0<=n?a<=n:a>=n;s=0<=n?++a:--a)void 0!==e[s]&&(t[s]=e[s]);return t}},e.prototype.regexps.translations=/(?:(?:N(?:A(?:B(?:RE)?|SB?)|(?:RS|KJ)V|IR?V|LT)|HCSB|(?:TNI|E[RS]|AS|RS|KJ)V|MSG|LXX|CE[BV]|AMP))\b/gi,e.prototype.translations={aliases:{ceb:{alias:"ceb"},kjv:{alias:"kjv"},lxx:{alias:"nab"},nab:{alias:"nab"},nabre:{alias:"nab"},nas:{osis:"NASB",alias:"default"},nirv:{alias:"kjv"},niv:{alias:"kjv"},nkjv:{alias:"nkjv"},nlt:{alias:"nlt"},nrsv:{alias:"nrsv"},tniv:{alias:"kjv"},default:{osis:"",alias:"default"}},alternates:{},default:{order:{Gen:1,Exod:2,Lev:3,Num:4,Deut:5,Josh:6,Judg:7,Ruth:8,"1Sam":9,"2Sam":10,"1Kgs":11,"2Kgs":12,"1Chr":13,"2Chr":14,Ezra:15,Neh:16,Esth:17,Job:18,Ps:19,Prov:20,Eccl:21,Song:22,Isa:23,Jer:24,Lam:25,Ezek:26,Dan:27,Hos:28,Joel:29,Amos:30,Obad:31,Jonah:32,Mic:33,Nah:34,Hab:35,Zeph:36,Hag:37,Zech:38,Mal:39,Matt:40,Mark:41,Luke:42,John:43,Acts:44,Rom:45,"1Cor":46,"2Cor":47,Gal:48,Eph:49,Phil:50,Col:51,"1Thess":52,"2Thess":53,"1Tim":54,"2Tim":55,Titus:56,Phlm:57,Heb:58,Jas:59,"1Pet":60,"2Pet":61,"1John":62,"2John":63,"3John":64,Jude:65,Rev:66,Tob:67,Jdt:68,GkEsth:69,Wis:70,Sir:71,Bar:72,PrAzar:73,Sus:74,Bel:75,SgThree:76,EpJer:77,"1Macc":78,"2Macc":79,"3Macc":80,"4Macc":81,"1Esd":82,"2Esd":83,PrMan:84},chapters:{Gen:[31,25,24,26,32,22,24,22,29,32,32,20,18,24,21,16,27,33,38,18,34,24,20,67,34,35,46,22,35,43,55,32,20,31,29,43,36,30,23,23,57,38,34,34,28,34,31,22,33,26],Exod:[22,25,22,31,23,30,25,32,35,29,10,51,22,31,27,36,16,27,25,26,36,31,33,18,40,37,21,43,46,38,18,35,23,35,35,38,29,31,43,38],Lev:[17,16,17,35,19,30,38,36,24,20,47,8,59,57,33,34,16,30,37,27,24,33,44,23,55,46,34],Num:[54,34,51,49,31,27,89,26,23,36,35,16,33,45,41,50,13,32,22,29,35,41,30,25,18,65,23,31,40,16,54,42,56,29,34,13],Deut:[46,37,29,49,33,25,26,20,29,22,32,32,18,29,23,22,20,22,21,20,23,30,25,22,19,19,26,68,29,20,30,52,29,12],Josh:[18,24,17,24,15,27,26,35,27,43,23,24,33,15,63,10,18,28,51,9,45,34,16,33],Judg:[36,23,31,24,31,40,25,35,57,18,40,15,25,20,20,31,13,31,30,48,25],Ruth:[22,23,18,22],"1Sam":[28,36,21,22,12,21,17,22,27,27,15,25,23,52,35,23,58,30,24,42,15,23,29,22,44,25,12,25,11,31,13],"2Sam":[27,32,39,12,25,23,29,18,13,19,27,31,39,33,37,23,29,33,43,26,22,51,39,25],"1Kgs":[53,46,28,34,18,38,51,66,28,29,43,33,34,31,34,34,24,46,21,43,29,53],"2Kgs":[18,25,27,44,27,33,20,29,37,36,21,21,25,29,38,20,41,37,37,21,26,20,37,20,30],"1Chr":[54,55,24,43,26,81,40,40,44,14,47,40,14,17,29,43,27,17,19,8,30,19,32,31,31,32,34,21,30],"2Chr":[17,18,17,22,14,42,22,18,31,19,23,16,22,15,19,14,19,34,11,37,20,12,21,27,28,23,9,27,36,27,21,33,25,33,27,23],Ezra:[11,70,13,24,17,22,28,36,15,44],Neh:[11,20,32,23,19,19,73,18,38,39,36,47,31],Esth:[22,23,15,17,14,14,10,17,32,3],Job:[22,13,26,21,27,30,21,22,35,22,20,25,28,22,35,22,16,21,29,29,34,30,17,25,6,14,23,28,25,31,40,22,33,37,16,33,24,41,30,24,34,17],Ps:[6,12,8,8,12,10,17,9,20,18,7,8,6,7,5,11,15,50,14,9,13,31,6,10,22,12,14,9,11,12,24,11,22,22,28,12,40,22,13,17,13,11,5,26,17,11,9,14,20,23,19,9,6,7,23,13,11,11,17,12,8,12,11,10,13,20,7,35,36,5,24,20,28,23,10,12,20,72,13,19,16,8,18,12,13,17,7,18,52,17,16,15,5,23,11,13,12,9,9,5,8,28,22,35,45,48,43,13,31,7,10,10,9,8,18,19,2,29,176,7,8,9,4,8,5,6,5,6,8,8,3,18,3,3,21,26,9,8,24,13,10,7,12,15,21,10,20,14,9,6],Prov:[33,22,35,27,23,35,27,36,18,32,31,28,25,35,33,33,28,24,29,30,31,29,35,34,28,28,27,28,27,33,31],Eccl:[18,26,22,16,20,12,29,17,18,20,10,14],Song:[17,17,11,16,16,13,13,14],Isa:[31,22,26,6,30,13,25,22,21,34,16,6,22,32,9,14,14,7,25,6,17,25,18,23,12,21,13,29,24,33,9,20,24,17,10,22,38,22,8,31,29,25,28,28,25,13,15,22,26,11,23,15,12,17,13,12,21,14,21,22,11,12,19,12,25,24],Jer:[19,37,25,31,31,30,34,22,26,25,23,17,27,22,21,21,27,23,15,18,14,30,40,10,38,24,22,17,32,24,40,44,26,22,19,32,21,28,18,16,18,22,13,30,5,28,7,47,39,46,64,34],Lam:[22,22,66,22,22],Ezek:[28,10,27,17,17,14,27,18,11,22,25,28,23,23,8,63,24,32,14,49,32,31,49,27,17,21,36,26,21,26,18,32,33,31,15,38,28,23,29,49,26,20,27,31,25,24,23,35],Dan:[21,49,30,37,31,28,28,27,27,21,45,13],Hos:[11,23,5,19,15,11,16,14,17,15,12,14,16,9],Joel:[20,32,21],Amos:[15,16,15,13,27,14,17,14,15],Obad:[21],Jonah:[17,10,10,11],Mic:[16,13,12,13,15,16,20],Nah:[15,13,19],Hab:[17,20,19],Zeph:[18,15,20],Hag:[15,23],Zech:[21,13,10,14,11,15,14,23,17,12,17,14,9,21],Mal:[14,17,18,6],Matt:[25,23,17,25,48,34,29,34,38,42,30,50,58,36,39,28,27,35,30,34,46,46,39,51,46,75,66,20],Mark:[45,28,35,41,43,56,37,38,50,52,33,44,37,72,47,20],Luke:[80,52,38,44,39,49,50,56,62,42,54,59,35,35,32,31,37,43,48,47,38,71,56,53],John:[51,25,36,54,47,71,53,59,41,42,57,50,38,31,27,33,26,40,42,31,25],Acts:[26,47,26,37,42,15,60,40,43,48,30,25,52,28,41,40,34,28,41,38,40,30,35,27,27,32,44,31],Rom:[32,29,31,25,21,23,25,39,33,21,36,21,14,23,33,27],"1Cor":[31,16,23,21,13,20,40,13,27,33,34,31,13,40,58,24],"2Cor":[24,17,18,18,21,18,16,24,15,18,33,21,14],Gal:[24,21,29,31,26,18],Eph:[23,22,21,32,33,24],Phil:[30,30,21,23],Col:[29,23,25,18],"1Thess":[10,20,13,18,28],"2Thess":[12,17,18],"1Tim":[20,15,16,16,25,21],"2Tim":[18,26,17,22],Titus:[16,15,15],Phlm:[25],Heb:[14,18,19,16,14,20,28,13,28,39,40,29,25],Jas:[27,26,18,17,20],"1Pet":[25,25,22,19,14],"2Pet":[21,22,18],"1John":[10,29,24,21,21],"2John":[13],"3John":[15],Jude:[25],Rev:[20,29,22,11,14,17,17,13,21,11,19,17,18,20,8,21,18,24,21,15,27,21],Tob:[22,14,17,21,22,18,16,21,6,13,18,22,17,15],Jdt:[16,28,10,15,24,21,32,36,14,23,23,20,20,19,14,25],GkEsth:[22,23,15,17,14,14,10,17,32,13,12,6,18,19,16,24],Wis:[16,24,19,20,23,25,30,21,18,21,26,27,19,31,19,29,21,25,22],Sir:[30,18,31,31,15,37,36,19,18,31,34,18,26,27,20,30,32,33,30,31,28,27,27,34,26,29,30,26,28,25,31,24,33,31,26,31,31,34,35,30,22,25,33,23,26,20,25,25,16,29,30],Bar:[22,35,37,37,9],PrAzar:[68],Sus:[64],Bel:[42],SgThree:[39],EpJer:[73],"1Macc":[64,70,60,61,68,63,50,32,73,89,74,53,53,49,41,24],"2Macc":[36,32,40,50,27,31,42,36,29,38,38,45,26,46,39],"3Macc":[29,33,30,21,51,41,23],"4Macc":[35,24,21,26,38,35,23,29,32,21,27,19,27,20,32,25,24,24],"1Esd":[58,30,24,63,73,34,15,96,55],"2Esd":[40,48,36,52,56,59,70,63,47,59,46,51,58,48,63,78],PrMan:[15],Ps151:[7]}},vulgate:{chapters:{Gen:[31,25,24,26,32,22,24,22,29,32,32,20,18,24,21,16,27,33,38,18,34,24,20,67,34,35,46,22,35,43,55,32,20,31,29,43,36,30,23,23,57,38,34,34,28,34,31,22,32,25],Exod:[22,25,22,31,23,30,25,32,35,29,10,51,22,31,27,36,16,27,25,26,36,31,33,18,40,37,21,43,46,38,18,35,23,35,35,38,29,31,43,36],Lev:[17,16,17,35,19,30,38,36,24,20,47,8,59,57,33,34,16,30,37,27,24,33,44,23,55,45,34],Num:[54,34,51,49,31,27,89,26,23,36,34,15,34,45,41,50,13,32,22,30,35,41,30,25,18,65,23,31,39,17,54,42,56,29,34,13],Josh:[18,24,17,25,16,27,26,35,27,44,23,24,33,15,63,10,18,28,51,9,43,34,16,33],Judg:[36,23,31,24,32,40,25,35,57,18,40,15,25,20,20,31,13,31,30,48,24],"1Sam":[28,36,21,22,12,21,17,22,27,27,15,25,23,52,35,23,58,30,24,43,15,23,28,23,44,25,12,25,11,31,13],"1Kgs":[53,46,28,34,18,38,51,66,28,29,43,33,34,31,34,34,24,46,21,43,29,54],"1Chr":[54,55,24,43,26,81,40,40,44,14,46,40,14,17,29,43,27,17,19,7,30,19,32,31,31,32,34,21,30],Neh:[11,20,31,23,19,19,73,18,38,39,36,46,31],Job:[22,13,26,21,27,30,21,22,35,22,20,25,28,22,35,23,16,21,29,29,34,30,17,25,6,14,23,28,25,31,40,22,33,37,16,33,24,41,35,28,25,16],Ps:[6,13,9,10,13,11,18,10,39,8,9,6,7,5,10,15,51,15,10,14,32,6,10,22,12,14,9,11,13,25,11,22,23,28,13,40,23,14,18,14,12,5,26,18,12,10,15,21,23,21,11,7,9,24,13,12,12,18,14,9,13,12,11,14,20,8,36,37,6,24,20,28,23,11,13,21,72,13,20,17,8,19,13,14,17,7,19,53,17,16,16,5,23,11,13,12,9,9,5,8,29,22,35,45,48,43,14,31,7,10,10,9,26,9,10,2,29,176,7,8,9,4,8,5,6,5,6,8,8,3,18,3,3,21,26,9,8,24,14,10,8,12,15,21,10,11,9,14,9,6],Eccl:[18,26,22,17,19,11,30,17,18,20,10,14],Song:[16,17,11,16,17,12,13,14],Jer:[19,37,25,31,31,30,34,22,26,25,23,17,27,22,21,21,27,23,15,18,14,30,40,10,38,24,22,17,32,24,40,44,26,22,19,32,20,28,18,16,18,22,13,30,5,28,7,47,39,46,64,34],Ezek:[28,9,27,17,17,14,27,18,11,22,25,28,23,23,8,63,24,32,14,49,32,31,49,27,17,21,36,26,21,26,18,32,33,31,15,38,28,23,29,49,26,20,27,31,25,24,23,35],Dan:[21,49,100,34,31,28,28,27,27,21,45,13,65,42],Hos:[11,24,5,19,15,11,16,14,17,15,12,14,15,10],Amos:[15,16,15,13,27,15,17,14,14],Jonah:[16,11,10,11],Mic:[16,13,12,13,14,16,20],Hag:[14,24],Matt:[25,23,17,25,48,34,29,34,38,42,30,50,58,36,39,28,26,35,30,34,46,46,39,51,46,75,66,20],Mark:[45,28,35,40,43,56,37,39,49,52,33,44,37,72,47,20],John:[51,25,36,54,47,72,53,59,41,42,57,50,38,31,27,33,26,40,42,31,25],Acts:[26,47,26,37,42,15,59,40,43,48,30,25,52,27,41,40,34,28,40,38,40,30,35,27,27,32,44,31],"2Cor":[24,17,18,18,21,18,16,24,15,18,33,21,13],Rev:[20,29,22,11,14,17,17,13,21,11,19,18,18,20,8,21,18,24,21,15,27,21],Tob:[25,23,25,23,28,22,20,24,12,13,21,22,23,17],Jdt:[12,18,15,17,29,21,25,34,19,20,21,20,31,18,15,31],Wis:[16,25,19,20,24,27,30,21,19,21,27,27,19,31,19,29,20,25,20],Sir:[40,23,34,36,18,37,40,22,25,34,36,19,32,27,22,31,31,33,28,33,31,33,38,47,36,28,33,30,35,27,42,28,33,31,26,28,34,39,41,32,28,26,37,27,31,23,31,28,19,31,38,13],Bar:[22,35,38,37,9,72],"1Macc":[67,70,60,61,68,63,50,32,73,89,74,54,54,49,41,24],"2Macc":[36,33,40,50,27,31,42,36,29,38,38,46,26,46,40]}},ceb:{chapters:{"2Cor":[24,17,18,18,21,18,16,24,15,18,33,21,13],Rev:[20,29,22,11,14,17,17,13,21,11,19,18,18,20,8,21,18,24,21,15,27,21],Tob:[22,14,17,21,22,18,16,21,6,13,18,22,18,15],PrAzar:[67],EpJer:[72],"1Esd":[55,26,24,63,71,33,15,92,55]}},kjv:{chapters:{"3John":[14]}},nab:{order:{Gen:1,Exod:2,Lev:3,Num:4,Deut:5,Josh:6,Judg:7,Ruth:8,"1Sam":9,"2Sam":10,"1Kgs":11,"2Kgs":12,"1Chr":13,"2Chr":14,PrMan:15,Ezra:16,Neh:17,"1Esd":18,"2Esd":19,Tob:20,Jdt:21,Esth:22,GkEsth:23,"1Macc":24,"2Macc":25,"3Macc":26,"4Macc":27,Job:28,Ps:29,Prov:30,Eccl:31,Song:32,Wis:33,Sir:34,Isa:35,Jer:36,Lam:37,Bar:38,EpJer:39,Ezek:40,Dan:41,PrAzar:42,Sus:43,Bel:44,SgThree:45,Hos:46,Joel:47,Amos:48,Obad:49,Jonah:50,Mic:51,Nah:52,Hab:53,Zeph:54,Hag:55,Zech:56,Mal:57,Matt:58,Mark:59,Luke:60,John:61,Acts:62,Rom:63,"1Cor":64,"2Cor":65,Gal:66,Eph:67,Phil:68,Col:69,"1Thess":70,"2Thess":71,"1Tim":72,"2Tim":73,Titus:74,Phlm:75,Heb:76,Jas:77,"1Pet":78,"2Pet":79,"1John":80,"2John":81,"3John":82,Jude:83,Rev:84},chapters:{Gen:[31,25,24,26,32,22,24,22,29,32,32,20,18,24,21,16,27,33,38,18,34,24,20,67,34,35,46,22,35,43,54,33,20,31,29,43,36,30,23,23,57,38,34,34,28,34,31,22,33,26],Exod:[22,25,22,31,23,30,29,28,35,29,10,51,22,31,27,36,16,27,25,26,37,30,33,18,40,37,21,43,46,38,18,35,23,35,35,38,29,31,43,38],Lev:[17,16,17,35,26,23,38,36,24,20,47,8,59,57,33,34,16,30,37,27,24,33,44,23,55,46,34],Num:[54,34,51,49,31,27,89,26,23,36,35,16,33,45,41,35,28,32,22,29,35,41,30,25,19,65,23,31,39,17,54,42,56,29,34,13],Deut:[46,37,29,49,33,25,26,20,29,22,32,31,19,29,23,22,20,22,21,20,23,29,26,22,19,19,26,69,28,20,30,52,29,12],"1Sam":[28,36,21,22,12,21,17,22,27,27,15,25,23,52,35,23,58,30,24,42,16,23,28,23,44,25,12,25,11,31,13],"2Sam":[27,32,39,12,25,23,29,18,13,19,27,31,39,33,37,23,29,32,44,26,22,51,39,25],"1Kgs":[53,46,28,20,32,38,51,66,28,29,43,33,34,31,34,34,24,46,21,43,29,54],"2Kgs":[18,25,27,44,27,33,20,29,37,36,20,22,25,29,38,20,41,37,37,21,26,20,37,20,30],"1Chr":[54,55,24,43,41,66,40,40,44,14,47,41,14,17,29,43,27,17,19,8,30,19,32,31,31,32,34,21,30],"2Chr":[18,17,17,22,14,42,22,18,31,19,23,16,23,14,19,14,19,34,11,37,20,12,21,27,28,23,9,27,36,27,21,33,25,33,27,23],Neh:[11,20,38,17,19,19,72,18,37,40,36,47,31],Job:[22,13,26,21,27,30,21,22,35,22,20,25,28,22,35,22,16,21,29,29,34,30,17,25,6,14,23,28,25,31,40,22,33,37,16,33,24,41,30,32,26,17],Ps:[6,11,9,9,13,11,18,10,21,18,7,9,6,7,5,11,15,51,15,10,14,32,6,10,22,12,14,9,11,13,25,11,22,23,28,13,40,23,14,18,14,12,5,27,18,12,10,15,21,23,21,11,7,9,24,14,12,12,18,14,9,13,12,11,14,20,8,36,37,6,24,20,28,23,11,13,21,72,13,20,17,8,19,13,14,17,7,19,53,17,16,16,5,23,11,13,12,9,9,5,8,29,22,35,45,48,43,14,31,7,10,10,9,8,18,19,2,29,176,7,8,9,4,8,5,6,5,6,8,8,3,18,3,3,21,26,9,8,24,14,10,8,12,15,21,10,20,14,9,6],Eccl:[18,26,22,17,19,12,29,17,18,20,10,14],Song:[17,17,11,16,16,12,14,14],Isa:[31,22,26,6,30,13,25,23,20,34,16,6,22,32,9,14,14,7,25,6,17,25,18,23,12,21,13,29,24,33,9,20,24,17,10,22,38,22,8,31,29,25,28,28,25,13,15,22,26,11,23,15,12,17,13,12,21,14,21,22,11,12,19,11,25,24],Jer:[19,37,25,31,31,30,34,23,25,25,23,17,27,22,21,21,27,23,15,18,14,30,40,10,38,24,22,17,32,24,40,44,26,22,19,32,21,28,18,16,18,22,13,30,5,28,7,47,39,46,64,34],Ezek:[28,10,27,17,17,14,27,18,11,22,25,28,23,23,8,63,24,32,14,44,37,31,49,27,17,21,36,26,21,26,18,32,33,31,15,38,28,23,29,49,26,20,27,31,25,24,23,35],Dan:[21,49,100,34,30,29,28,27,27,21,45,13,64,42],Hos:[9,25,5,19,15,11,16,14,17,15,11,15,15,10],Joel:[20,27,5,21],Jonah:[16,11,10,11],Mic:[16,13,12,14,14,16,20],Nah:[14,14,19],Zech:[17,17,10,14,11,15,14,23,17,12,17,14,9,21],Mal:[14,17,24],Acts:[26,47,26,37,42,15,60,40,43,49,30,25,52,28,41,40,34,28,40,38,40,30,35,27,27,32,44,31],"2Cor":[24,17,18,18,21,18,16,24,15,18,33,21,13],Rev:[20,29,22,11,14,17,17,13,21,11,19,18,18,20,8,21,18,24,21,15,27,21],Tob:[22,14,17,21,22,18,17,21,6,13,18,22,18,15],Sir:[30,18,31,31,15,37,36,19,18,31,34,18,26,27,20,30,32,33,30,31,28,27,27,33,26,29,30,26,28,25,31,24,33,31,26,31,31,34,35,30,22,25,33,23,26,20,25,25,16,29,30],Bar:[22,35,38,37,9,72],"2Macc":[36,32,40,50,27,31,42,36,29,38,38,46,26,46,39]}},nlt:{chapters:{Rev:[20,29,22,11,14,17,17,13,21,11,19,18,18,20,8,21,18,24,21,15,27,21]}},nrsv:{chapters:{"2Cor":[24,17,18,18,21,18,16,24,15,18,33,21,13],Rev:[20,29,22,11,14,17,17,13,21,11,19,18,18,20,8,21,18,24,21,15,27,21]}}},e.prototype.languages=["en"],e.prototype.regexps.space="[\\s\\xa0]",e.prototype.regexps.escaped_passage=RegExp(`(?:^|[^\\x1f\\x1e\\dA-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:(?:ch(?:apters?|a?pts?\\.?|a?p?s?\\.?)?\\s*\\d+\\s*(?:[\\u2013\\u2014\\-]|through|thru|to)\\s*\\d+\\s*(?:from|of|in)(?:\\s+the\\s+book\\s+of)?\\s*)|(?:ch(?:apters?|a?pts?\\.?|a?p?s?\\.?)?\\s*\\d+\\s*(?:from|of|in)(?:\\s+the\\s+book\\s+of)?\\s*)|(?:\\d+(?:th|nd|st)\\s*ch(?:apter|a?pt\\.?|a?p?\\.?)?\\s*(?:from|of|in)(?:\\s+the\\s+book\\s+of)?\\s*))?\\x1f(\\d+)(?:/\\d+)?\\x1f(?:/\\d+\\x1f|[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014]|title(?![a-z])|see${e.prototype.regexps.space}+also|ff(?![a-z0-9])|f(?![a-z0-9])|chapters|chapter|through|compare|chapts|verses|chpts|chapt|chaps|verse|chap|thru|also|chp|chs|cha|and|see|ver|vss|ch|to|cf|vs|vv|v|[a-e](?!\\w)|$)+)`,"gi"),e.prototype.regexps.match_end_split=/\d\W*title|\d\W*(?:ff(?![a-z0-9])|f(?![a-z0-9]))(?:[\s\xa0*]*\.)?|\d[\s\xa0*]*[a-e](?!\w)|\x1e(?:[\s\xa0*]*[)\]\uff09])?|[\d\x1f]/gi,e.prototype.regexps.control=/[\x1e\x1f]/g,e.prototype.regexps.pre_book="[^A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ]",e.prototype.regexps.first=`(?:1st|1|I|First)\\.?${e.prototype.regexps.space}*`,e.prototype.regexps.second=`(?:2nd|2|II|Second)\\.?${e.prototype.regexps.space}*`,e.prototype.regexps.third=`(?:3rd|3|III|Third)\\.?${e.prototype.regexps.space}*`,e.prototype.regexps.range_and=`(?:[&–—-]|(?:and|compare|cf|see${e.prototype.regexps.space}+also|also|see)|(?:through|thru|to))`,e.prototype.regexps.range_only="(?:[–—-]|(?:through|thru|to))",e.prototype.regexps.get_books=function(s,a){var t,n,i,o,r;if(n=[{osis:["Ps"],apocrypha:!0,extra:"2",regexp:/(\b)(Ps151)(?=\.1)/g},{osis:["Gen"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:G(?:e(?:n(?:n(?:(?:i[ei]s[eiu]|is[eiu]|si)s|e(?:is(?:[eiu]s)?|es[eiu]s|s[eiu]s))|(?:eis[eiu]|esu|si)s|(?:ee|i[ei])s[eiu]s|es[ei]s|is[eiu]s|es[ei]|eis)?)?|n)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Exod"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ex(?:o(?:d(?:[iu]s|[es])?)?|d)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Bel"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Bel(?:[\\s\\xa0]*(?:and[\\s\\xa0]*(?:the[\\s\\xa0]*(?:S(?:erpent|nake)|Dragon)|S(?:erpent|nake)|Dragon)|&[\\s\\xa0]*(?:the[\\s\\xa0]*(?:S(?:erpent|nake)|Dragon)|S(?:erpent|nake)|Dragon)))?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Lev"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:L(?:iv[ei]t[ei]?cus|e(?:v(?:it[ei]?cus|et[ei]?cus|i)?)?|v)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Num"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:N(?:u(?:m(?:b(?:ers?)?)?)?|m)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Sir"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Wisdom[\\s\\xa0]*of[\\s\\xa0]*Jesus(?:,[\\s\\xa0]*Son[\\s\\xa0]*of|[\\s\\xa0]*(?:Son[\\s\\xa0]*of|ben))[\\s\\xa0]*Sirach|Wisdom[\\s\\xa0]*of[\\s\\xa0]*Jesus(?:,[\\s\\xa0]*Son[\\s\\xa0]*of|[\\s\\xa0]*(?:Son[\\s\\xa0]*of|ben))[\\s\\xa0]*Sirach|Ecc(?:l[eu]siasticu)?s|Ben[\\s\\xa0]*Sira|Ecclus|Sirach|Sir))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Wis"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Wis(?:d(?:om)?|om)?[\\s\\xa0]*of[\\s\\xa0]*Solomon|Wis(?:(?:d(?:om)?)?[\\s\\xa0]*of[\\s\\xa0]*Solomon|om[\\s\\xa0]*of[\\s\\xa0]*Solomon|d(?:om)?)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Lam"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:L(?:a(?:m(?:[ei]ntations?)?)?|m)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["EpJer"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*(?:Ep(?:istle|\\.)?|Let(?:ter|\\.)?)[\\s\\xa0]*of[\\s\\xa0]*Jeremiah|Ep(?:istle[\\s\\xa0]*of[\\s\\xa0]*Jeremiah|istle[\\s\\xa0]*of[\\s\\xa0]*Jeremy|[\\s\\xa0]*of[\\s\\xa0]*Jeremiah|[\\s\\xa0]*?Jer)|(?:Let(?:ter|\\.)|Ep\\.)[\\s\\xa0]*of[\\s\\xa0]*Jeremiah|Let[\\s\\xa0]*of[\\s\\xa0]*Jeremiah))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Rev"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:R(?:e(?:v(?:elations?|[ao]lations?|lations?|el)?)?|v)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["PrMan"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Pr(?:ayer(?:s[\\s\\xa0]*(?:of[\\s\\xa0]*)?|[\\s\\xa0]*(?:of[\\s\\xa0]*)?)|[\\s\\xa0]*(?:of[\\s\\xa0]*)?)Manasseh|Pr(?:ayer(?:s[\\s\\xa0]*(?:of[\\s\\xa0]*)?|[\\s\\xa0]*(?:of[\\s\\xa0]*)?)Manasseh|[\\s\\xa0]*of[\\s\\xa0]*Manasseh|[\\s\\xa0]*Manasseh|[\\s\\xa0]*?Man)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Deut"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:D(?:uet[eo]rono?my|uut(?:[eo]rono?|rono?)my|e(?:u(?:t[eo]rono?my|trono?my|t)?|et(?:[eo]rono?|rono?)my)|uetrono?my|(?:ue)?t)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Josh"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:J(?:o(?:ush?ua|s(?:h?ua|h)?)|sh)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Judg"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:J(?:udg(?:es)?|d?gs|d?g)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Ruth"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:R(?:u(?:th?)?|th?)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["1Esd"],apocrypha:!0,regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:First[\s\xa0]*Esd(?:r(?:as)?)?|(?:1(?:st)?|I)\.[\s\xa0]*Esd(?:r(?:as)?)?|(?:1(?:st)?|I)[\s\xa0]*Esd(?:r(?:as)?)?|1Esd))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["2Esd"],apocrypha:!0,regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Second[\s\xa0]*Esd(?:r(?:as)?)?|(?:2(?:nd)?|II)\.[\s\xa0]*Esd(?:r(?:as)?)?|(?:2(?:nd)?|II)[\s\xa0]*Esd(?:r(?:as)?)?|2Esd))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["Isa"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:I(?:s(?:i[ai](?:[ai](?:[ai]ha?|ha?)|ha?)|a(?:i[ai](?:[ai]ha?|ha?)|a(?:[ai](?:[ai]ha?|ha?)|ha?)|isha?|i?ha?|i)?|sah|iha)?|a)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["2Sam"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:2[\s\xa0]*Sma)|(?:2[\s\xa0]*Sm)|(?:Second[\s\xa0]*(?:Kingdoms|S(?:amu[ae]l[ls]|a(?:m(?:u[ae]l)?)?|ma|m))|(?:2(?:nd)?|II)\.[\s\xa0]*(?:Kingdoms|S(?:amu[ae]l[ls]|a(?:m(?:u[ae]l)?)?|ma|m))|(?:2nd|II)[\s\xa0]*(?:Kingdoms|S(?:amu[ae]l[ls]|a(?:m(?:u[ae]l)?)?|ma|m))|2(?:[\s\xa0]*Kingdoms|[\s\xa0]*Samu[ae]l[ls]|[\s\xa0]*S(?:a(?:m(?:u[ae]l)?)?)?|Sam)))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["1Sam"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:1[\s\xa0]*Sma)|(?:1[\s\xa0]*Sm)|(?:First[\s\xa0]*(?:Kingdoms|S(?:amu[ae]l[ls]|a(?:m(?:u[ae]l)?)?|ma|m))|(?:1(?:st)?|I)\.[\s\xa0]*(?:Kingdoms|S(?:amu[ae]l[ls]|a(?:m(?:u[ae]l)?)?|ma|m))|(?:1st|I)[\s\xa0]*(?:Kingdoms|S(?:amu[ae]l[ls]|a(?:m(?:u[ae]l)?)?|ma|m))|1(?:[\s\xa0]*Kingdoms|[\s\xa0]*Samu[ae]l[ls]|[\s\xa0]*S(?:a(?:m(?:u[ae]l)?)?)?|Sam))|(?:Samu[ae]l[ls]?))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["2Kgs"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Fourth[\s\xa0]*Kingdoms|(?:4(?:th)?|IV)\.[\s\xa0]*Kingdoms|(?:(?:Second|2\.)[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|2nd(?:\.[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?)|II(?:\.[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?)|2[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?)s|(?:4(?:th)?|IV)[\s\xa0]*Kingdoms|(?:Second|2\.)[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|2nd(?:\.[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?)|II(?:\.[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?)|2[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|2Kgs))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["1Kgs"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Third[\s\xa0]*Kingdoms|(?:III|3(?:rd)?)\.[\s\xa0]*Kingdoms|(?:III|3(?:rd)?)[\s\xa0]*Kingdoms|(?:(?:First|1(?:st)?\.)[\s\xa0]*K(?:i(?:ng?|g)|ng?|g)?|1(?:st)?[\s\xa0]*K(?:i(?:ng?|g)|ng?|g)?|I(?:\.[\s\xa0]*K(?:i(?:ng?|g)|ng?|g)?|[\s\xa0]*K(?:i(?:ng?|g)|ng?|g)?))s|(?:First|1(?:st)?\.)[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|1(?:st)?[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|I(?:\.[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?|[\s\xa0]*K(?:i(?:ng?|g)?|ng?|g)?)|1Kgs)|(?:K(?:in(?:gs)?|n?gs)))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["2Chr"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:2[\s\xa0]*C(?:hr(?:on(?:ocle|ic(?:le|al))s|n)|ron[io]cles))|(?:2[\s\xa0]*C(?:hron[io]|ron[io])cle)|(?:2[\s\xa0]*Chron)|(?:2[\s\xa0]*Chro)|(?:2[\s\xa0]*?Chr)|(?:Second[\s\xa0]*(?:Paralipomenon|C(?:h(?:oron[io]cles|r(?:onicals|onicles|onocles|n))|h(?:oron[io]cle|r(?:onicle|onocle|on?)?)|(?:oron[io]|ron[io])cles|oron[io]cle|ron(?:[io]cle)?))|(?:2(?:nd)?|II)\.[\s\xa0]*(?:Paralipomenon|C(?:h(?:oron[io]cles|r(?:onicals|onicles|onocles|n))|h(?:oron[io]cle|r(?:onicle|onocle|on?)?)|(?:oron[io]|ron[io])cles|oron[io]cle|ron(?:[io]cle)?))|(?:2nd|II)[\s\xa0]*(?:Paralipomenon|C(?:h(?:oron[io]cles|r(?:onicals|onicles|onocles|n))|h(?:oron[io]cle|r(?:onicle|onocle|on?)?)|(?:oron[io]|ron[io])cles|oron[io]cle|ron(?:[io]cle)?))|2[\s\xa0]*(?:Paralipomenon|C(?:h?oron[io]cles|h?oron[io]cle|ron|h))))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["1Chr"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:1[\s\xa0]*C(?:(?:oron[io]|ron[io])cles|hr(?:on(?:ocle|ic(?:le|al))s|n)))|(?:1[\s\xa0]*C(?:hron[io]|ron[io])cle)|(?:1[\s\xa0]*Chron)|(?:1[\s\xa0]*Chro)|(?:1[\s\xa0]*?Chr)|(?:First[\s\xa0]*(?:Paralipomenon|C(?:h(?:oron[io]cles|r(?:onicles|onocles|onicals|n))|h(?:oronocle|r(?:onicle|onocle|on?)?)|(?:oron[io]|ron[io])cles|(?:oron[io]|ron[io])cle|ron))|(?:1(?:st)?|I)\.[\s\xa0]*(?:Paralipomenon|C(?:h(?:oron[io]cles|r(?:onicles|onocles|onicals|n))|h(?:oronocle|r(?:onicle|onocle|on?)?)|(?:oron[io]|ron[io])cles|(?:oron[io]|ron[io])cle|ron))|(?:1st|I)[\s\xa0]*(?:Paralipomenon|C(?:h(?:oron[io]cles|r(?:onicles|onocles|onicals|n))|h(?:oronocle|r(?:onicle|onocle|on?)?)|(?:oron[io]|ron[io])cles|(?:oron[io]|ron[io])cle|ron))|1[\s\xa0]*Paralipomenon|1[\s\xa0]*Choron[io]cles|1[\s\xa0]*Ch(?:oronocle)?|(?:1[\s\xa0]*Coron[io]|Choroni)cle|1[\s\xa0]*Cron)|(?:Paralipomenon|C(?:(?:h(?:oron[io]cle|ron(?:[io]cle|ical))|(?:oron[io]|ron[io])cle)s|(?:h(?:orono|ron[io])|oron[io]|ron[io])cle)))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["Ezra"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:E(?:zra?|sra)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Neh"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ne(?:h(?:[ei]m(?:i(?:a[ai]h|i[ai]?h|a?h|a)|a(?:[ai][ai]?)?h)|amiah|amia)?)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["GkEsth"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Esther[\\s\\xa0]*\\(Greek\\)|G(?:r(?:eek[\\s\\xa0]*Esther|[\\s\\xa0]*Esth)|r(?:eek[\\s\\xa0]*Esth?|[\\s\\xa0]*Est)|k[\\s\\xa0]*?Esth|k[\\s\\xa0]*Est)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Esth"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Es(?:t(?:h(?:er|r)?|er)?)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Job"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Jo?b))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Ps"],extra:"1",regexp:RegExp(`(\\b)((?:(?:(?:1[02-5]|[2-9])?(?:1${e.prototype.regexps.space}*st|2${e.prototype.regexps.space}*nd|3${e.prototype.regexps.space}*rd))|1?1[123]${e.prototype.regexps.space}*th|(?:150|1[0-4][04-9]|[1-9][04-9]|[4-9])${e.prototype.regexps.space}*th)${e.prototype.regexps.space}*Psalm)\\b`,"gi")},{osis:["Ps"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:P(?:(?:s(?:malm|lalm|a(?:ml?m|l(?:m[alm]|am)|llm|alm)|lam|ml)|a(?:sl|ls)m)s?|l(?:s(?:sss|a?m)s?|a(?:s(?:m(?:as?|s)?|s)?|m(?:a?s)?|as?)|s(?:ss?|a)|ms)|s(?:mals|a(?:m(?:l[as]|s)|l(?:m|a)?s|aa)|lm[ms]|[ms]m)|(?:a(?:s(?:ml|s)|m[ls]|l[lm])|s(?:lma|a(?:ma|am)))s|s(?:mal|a(?:ml?|l(?:m|a)?)?|ma?|l[am]|s)?|asms)|Salms?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["PrAzar"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Pr(?:ayer(?:s[\\s\\xa0]*of[\\s\\xa0]*Azariah?|[\\s\\xa0]*of[\\s\\xa0]*Azariah?)|[\\s\\xa0]*of[\\s\\xa0]*Azariah?)|Prayer(?:s[\\s\\xa0]*of[\\s\\xa0]*Azariah?|[\\s\\xa0]*of[\\s\\xa0]*Azariah?)|Pr[\\s\\xa0]*of[\\s\\xa0]*Azariah?|Pr(?:[\\s\\xa0]*Aza|Aza?)r|Azariah?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Prov"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Provebs)|(?:P(?:r(?:o(?:bv?erbs|verbs|v(?:erb)?)?|(?:e?ver|v)bs|e?verb|vb|v)?|or?verbs|v)|Oroverbs))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Eccl"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ec(?:c(?:l(?:es(?:i(?:a(?:ia?stes|(?:sti|at)es|astes|s?tes|ste?|te)|(?:ias|s)?tes)|(?:sia|ai?)stes|(?:sai|aia)stes|(?:sia|ai)tes)?)?)?|lesiaiastes|les(?:sia|i)stes|lesiastes|less?iates|lesiaste|l)?|Qo(?:heleth|h)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["SgThree"],apocrypha:!0,regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:The[\s\xa0]*Song[\s\xa0]*of[\s\xa0]*(?:the[\s\xa0]*(?:Three[\s\xa0]*(?:Holy[\s\xa0]*Children|Young[\s\xa0]*Men|(?:Youth|Jew)s)|3[\s\xa0]*(?:Holy[\s\xa0]*Children|Young[\s\xa0]*Men|(?:Youth|Jew)s))|Three[\s\xa0]*(?:Holy[\s\xa0]*Children|Young[\s\xa0]*Men|(?:Youth|Jew)s)|3[\s\xa0]*(?:Holy[\s\xa0]*Children|Young[\s\xa0]*Men|(?:Youth|Jew)s))|S(?:\.[\s\xa0]*(?:of[\s\xa0]*(?:Th(?:ree(?:\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y))|\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y))|3(?:\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y)))|Th(?:ree(?:\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y))|\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y))|3(?:\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y)))|[\s\xa0]*(?:of[\s\xa0]*(?:Th(?:ree(?:\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y))|\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y))|3(?:\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y)))|Th(?:ree(?:\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y))|\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y))|3(?:\.[\s\xa0]*(?:Ch|Y)|[\s\xa0]*(?:Ch|Y)))|(?:ong[\s\xa0]*|ng[\s\xa0]*|g[\s\xa0]*?)Three|g[\s\xa0]*Thr))|(?:Song[\s\xa0]*of[\s\xa0]*(?:the[\s\xa0]*(?:Three[\s\xa0]*(?:Holy[\s\xa0]*Children|Young[\s\xa0]*Men|(?:Youth|Jew)s)|3[\s\xa0]*(?:Holy[\s\xa0]*Children|Young[\s\xa0]*Men|(?:Youth|Jew)s))|Three[\s\xa0]*(?:Holy[\s\xa0]*Children|Young[\s\xa0]*Men|(?:Youth|Jew)s)|3[\s\xa0]*(?:Holy[\s\xa0]*Children|Young[\s\xa0]*Men|(?:Youth|Jew)s))))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["Song"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Song(?:s[\\s\\xa0]*of[\\s\\xa0]*S(?:o(?:lom[ao]ns?|ngs?)|alom[ao]ns?)|[\\s\\xa0]*of[\\s\\xa0]*S(?:o(?:lom[ao]ns?|ngs?)|alom[ao]ns?))|S(?:[\\s\\xa0]*of[\\s\\xa0]*S|n?gs?|o[Sln]|o|S))|(?:Song(?:s(?:[\\s\\xa0]*of[\\s\\xa0]*S(?:o(?:lom[ao]ns?|ngs?)|alom[ao]ns?))?|[\\s\\xa0]*of[\\s\\xa0]*S(?:o(?:lom[ao]ns?|ngs?)|alom[ao]ns?))?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Jer"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:J(?:e(?:r(?:e(?:m(?:a(?:ia?)?h|i(?:ha|ah|ih|h|a|e)?))?|amiha|amiah|(?:im(?:i[ai]|a)|a(?:m[ai]i|ia)|m[im]a)h|amih|amia|(?:imi|ama)h)?)?|r)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Ezek"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:E(?:z(?:e[ei]ki?el|i(?:[ei]ki?|ki?)el|ek(?:i[ae]|e)l|ek?|k)|x[ei](?:[ei]ki?|ki?)el)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Dan"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:D(?:a(?:n(?:i[ae]l)?)?|[ln])))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Hos"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:H(?:o(?:s(?:ea)?)?|s)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Joel"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:J(?:oel?|l)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Amos"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Am(?:os?|s)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Obad"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ob(?:a(?:d(?:iah?)?)?|idah|d)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Jonah"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:J(?:on(?:ah)?|nh)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Mic"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Mi(?:c(?:hah?|ah?)?)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Nah"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Na(?:h(?:um?)?)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Hab"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Hab(?:bak(?:k[au]kk?|[au]kk?)|ak(?:k[au]kk?|[au]kk?)|k)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Zeph"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Z(?:e(?:p(?:h(?:an(?:aiah?|iah?))?)?|faniah?)|a(?:ph|f)aniah?|ph?)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Hag"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:H(?:ag(?:g(?:ia[hi]|ai)?|ai)?|gg?)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Zech"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Z(?:ec(?:h(?:[ae]r(?:i(?:a?h|ih|a)|a[ai]?h))?)?|a(?:c(?:h(?:[ae]r(?:i(?:a?h|ih|a)|a[ai]?h))?)?|kariah)|(?:ekaria|c)h|ekaria|c)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Mal"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Mal(?:ichi|ac(?:hi?|i))?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Matt"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Gospel[\\s\\xa0]*(?:according[\\s\\xa0]*to[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|t(?:\\.[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)))|M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t))|of[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|t(?:\\.[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)))|M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)))|Mtt)|(?:Gospel[\\s\\xa0]*(?:according[\\s\\xa0]*to[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|t(?:\\.[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)))|M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t))|of[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|t(?:\\.[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)))|M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)))|S(?:aint[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|t(?:\\.[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)|[\\s\\xa0]*M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)))|M(?:at(?:t(?:th|h[ht])i?ew|h(?:[ht](?:[ht]i?|i)?|i)?ew|t(?:t|h)?iew|th?we|t(?:t|h)?ew|t)?|t)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Mark"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Gospel[\\s\\xa0]*(?:according[\\s\\xa0]*to[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*M(?:ark?|rk?|k)|t(?:\\.[\\s\\xa0]*M(?:ark?|rk?|k)|[\\s\\xa0]*M(?:ark?|rk?|k)))|M(?:ark?|rk?|k))|of[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*M(?:ark?|rk?|k)|t(?:\\.[\\s\\xa0]*M(?:ark?|rk?|k)|[\\s\\xa0]*M(?:ark?|rk?|k)))|M(?:ark?|rk?|k))))|(?:Gospel[\\s\\xa0]*(?:according[\\s\\xa0]*to[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*M(?:ark?|rk?|k)|t(?:\\.[\\s\\xa0]*M(?:ark?|rk?|k)|[\\s\\xa0]*M(?:ark?|rk?|k)))|M(?:ark?|rk?|k))|of[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*M(?:ark?|rk?|k)|t(?:\\.[\\s\\xa0]*M(?:ark?|rk?|k)|[\\s\\xa0]*M(?:ark?|rk?|k)))|M(?:ark?|rk?|k)))|S(?:aint[\\s\\xa0]*M(?:ark?|rk?|k)|t(?:\\.[\\s\\xa0]*M(?:ark?|rk?|k)|[\\s\\xa0]*M(?:ark?|rk?|k)))|M(?:ark?|rk?|k)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Luke"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Gospel[\\s\\xa0]*(?:according[\\s\\xa0]*to[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*L(?:u(?:ke?)?|k)|t(?:\\.[\\s\\xa0]*L(?:u(?:ke?)?|k)|[\\s\\xa0]*L(?:u(?:ke?)?|k)))|L(?:u(?:ke?)?|k))|of[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*L(?:u(?:ke?)?|k)|t(?:\\.[\\s\\xa0]*L(?:u(?:ke?)?|k)|[\\s\\xa0]*L(?:u(?:ke?)?|k)))|L(?:u(?:ke?)?|k))))|(?:Gospel[\\s\\xa0]*(?:according[\\s\\xa0]*to[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*L(?:u(?:ke?)?|k)|t(?:\\.[\\s\\xa0]*L(?:u(?:ke?)?|k)|[\\s\\xa0]*L(?:u(?:ke?)?|k)))|L(?:u(?:ke?)?|k))|of[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*L(?:u(?:ke?)?|k)|t(?:\\.[\\s\\xa0]*L(?:u(?:ke?)?|k)|[\\s\\xa0]*L(?:u(?:ke?)?|k)))|L(?:u(?:ke?)?|k)))|S(?:aint[\\s\\xa0]*L(?:u(?:ke?)?|k)|t(?:\\.[\\s\\xa0]*L(?:u(?:ke?)?|k)|[\\s\\xa0]*L(?:u(?:ke?)?|k)))|L(?:u(?:ke?)?|k)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["1John"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:First[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|(?:1(?:st)?|I)\.[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|(?:1(?:st)?|I)[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|1John))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["2John"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Second[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|(?:2(?:nd)?|II)\.[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|(?:2(?:nd)?|II)[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|2John))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["3John"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Third[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|(?:III|3(?:rd)?)\.[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|(?:III|3(?:rd)?)[\s\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)?|h[ho]n|phn|h?n|h)|3John))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["John"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Gospel[\\s\\xa0]*(?:according[\\s\\xa0]*to[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|t(?:\\.[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)))|J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h))|of[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|t(?:\\.[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)))|J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h))))|(?:Gospel[\\s\\xa0]*(?:according[\\s\\xa0]*to[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|t(?:\\.[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)))|J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h))|of[\\s\\xa0]*(?:S(?:aint[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|t(?:\\.[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)))|J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)))|S(?:aint[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|t(?:\\.[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)|[\\s\\xa0]*J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)))|J(?:o(?:phn|nh|h[mn]|on|h)|h[ho]n|phn|h?n|h)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Acts"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:The[\\s\\xa0]*Acts[\\s\\xa0]*of[\\s\\xa0]*the[\\s\\xa0]*Apostles|Ac(?:ts[\\s\\xa0]*of[\\s\\xa0]*the[\\s\\xa0]*Apostles|tsss|t(?:ss?)?)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Rom"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:R(?:o(?:m(?:a(?:n(?:ds|s)?|sn)|s)?|amns|s)?|pmans|m(?:n?s|n)?)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["2Cor"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Second[\s\xa0]*C(?:o(?:r(?:i(?:inthii?ans|(?:n(?:th(?:i(?:an[ao]|na)|ai?n)|ith(?:ina|an))|th[ai]n)s|(?:n(?:t(?:h(?:i(?:a[ai]|o)|aia)|i[ao])|ith(?:ia|ai))|th(?:ia|ai))ns|(?:n(?:thi|[an]th)i|th(?:ii|o))ans|nthoi?ans|n(?:thia?ns|t(?:h(?:ian)?)?)?)|(?:(?:rin?tha|ntha)i|nithaia|ninthai|nthia)ns|(?:(?:rin?|nin?)th|nthi|anth)ians|n(?:ithai?|intha|thi)ns|thians|th(?:ian)?)?)?|hor(?:inth(?:ai|ia|i)|(?:a?n|i)thia)ns)|(?:2(?:nd)?|II)\.[\s\xa0]*C(?:o(?:r(?:i(?:inthii?ans|(?:n(?:th(?:i(?:an[ao]|na)|ai?n)|ith(?:ina|an))|th[ai]n)s|(?:n(?:t(?:h(?:i(?:a[ai]|o)|aia)|i[ao])|ith(?:ia|ai))|th(?:ia|ai))ns|(?:n(?:thi|[an]th)i|th(?:ii|o))ans|nthoi?ans|n(?:thia?ns|t(?:h(?:ian)?)?)?)|(?:(?:rin?tha|ntha)i|nithaia|ninthai|nthia)ns|(?:(?:rin?|nin?)th|nthi|anth)ians|n(?:ithai?|intha|thi)ns|thians|th(?:ian)?)?)?|hor(?:inth(?:ai|ia|i)|(?:a?n|i)thia)ns)|(?:2(?:nd)?|II)[\s\xa0]*C(?:o(?:r(?:i(?:inthii?ans|(?:n(?:th(?:i(?:an[ao]|na)|ai?n)|ith(?:ina|an))|th[ai]n)s|(?:n(?:t(?:h(?:i(?:a[ai]|o)|aia)|i[ao])|ith(?:ia|ai))|th(?:ia|ai))ns|(?:n(?:thi|[an]th)i|th(?:ii|o))ans|nthoi?ans|n(?:thia?ns|t(?:h(?:ian)?)?)?)|(?:(?:rin?tha|ntha)i|nithaia|ninthai|nthia)ns|(?:(?:rin?|nin?)th|nthi|anth)ians|n(?:ithai?|intha|thi)ns|thians|th(?:ian)?)?)?|hor(?:inth(?:ai|ia|i)|(?:a?n|i)thia)ns)|2Cor))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["1Cor"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:First[\s\xa0]*C(?:o(?:r(?:i(?:inthii?ans|(?:n(?:th(?:i(?:an[ao]|na)|ai?n)|ith(?:ina|an))|th[ai]n)s|(?:n(?:t(?:h(?:i(?:a[ai]|o)|aia)|i[ao])|ith(?:ia|ai))|th(?:ia|ai))ns|(?:n(?:thi|[an]th)i|th(?:ii|o))ans|nthoi?ans|n(?:thia?ns|t(?:h(?:ian)?)?)?)|(?:(?:rin?tha|ntha)i|nithaia|ninthai|nthia)ns|(?:(?:rin?|nin?)th|nthi|anth)ians|n(?:ithai?|intha|thi)ns|thians|th(?:ian)?)?)?|hor(?:inth(?:ai|ia|i)|(?:a?n|i)thia)ns)|(?:1(?:st)?|I)\.[\s\xa0]*C(?:o(?:r(?:i(?:inthii?ans|(?:n(?:th(?:i(?:an[ao]|na)|ai?n)|ith(?:ina|an))|th[ai]n)s|(?:n(?:t(?:h(?:i(?:a[ai]|o)|aia)|i[ao])|ith(?:ia|ai))|th(?:ia|ai))ns|(?:n(?:thi|[an]th)i|th(?:ii|o))ans|nthoi?ans|n(?:thia?ns|t(?:h(?:ian)?)?)?)|(?:(?:rin?tha|ntha)i|nithaia|ninthai|nthia)ns|(?:(?:rin?|nin?)th|nthi|anth)ians|n(?:ithai?|intha|thi)ns|thians|th(?:ian)?)?)?|hor(?:inth(?:ai|ia|i)|(?:a?n|i)thia)ns)|(?:1(?:st)?|I)[\s\xa0]*C(?:o(?:r(?:i(?:inthii?ans|(?:n(?:th(?:i(?:an[ao]|na)|ai?n)|ith(?:ina|an))|th[ai]n)s|(?:n(?:t(?:h(?:i(?:a[ai]|o)|aia)|i[ao])|ith(?:ia|ai))|th(?:ia|ai))ns|(?:n(?:thi|[an]th)i|th(?:ii|o))ans|nthoi?ans|n(?:thia?ns|t(?:h(?:ian)?)?)?)|(?:(?:rin?tha|ntha)i|nithaia|ninthai|nthia)ns|(?:(?:rin?|nin?)th|nthi|anth)ians|n(?:ithai?|intha|thi)ns|thians|th(?:ian)?)?)?|hor(?:inth(?:ai|ia|i)|(?:a?n|i)thia)ns)|1Cor)|(?:C(?:or(?:i(?:inthii?ans|(?:n(?:th(?:i(?:an[ao]|na)|ai?n)|ith(?:ina|an))|th[ai]n)s|(?:n(?:t(?:h(?:i(?:a[ai]|o)|aia)|i[ao])|ith(?:ia|ai))|th(?:ia|ai))ns|(?:n(?:thi|[an]th)i|th(?:ii|o))ans|nthoi?ans|nthi(?:a?ns|an))|(?:(?:rin?tha|ntha)i|nithaia|ninthai|(?:(?:rin?|nin?)th|nthi)ia|n(?:ithai?|intha|thi)|nthia)ns)|hor(?:inth(?:ai|ia|i)|(?:a?n|i)thia)ns)))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["Gal"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:G(?:a(?:l(?:lati[ao]?ns|a(?:t(?:(?:i(?:on[an]|nan|an[ai])|o?n)s|(?:i(?:oa|a[ai])|oa)ns|ii[ao]?ns|a(?:i[ao]?n|[ao]n|n)?s|i(?:on?|na?|an?)s|ian)?)?)?)?|l)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Eph"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:E(?:sphesians|p(?:e(?:he)?sians|h(?:i?sians|es(?:ian[ds]|ains))|hesions|h(?:i?sian|e(?:s(?:ian|ain)?)?|s)?)?|hp(?:[ei]sians)?)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Phil"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Phlpp)|(?:Ph(?:i(?:l(?:l(?:(?:l(?:ipi|i?pp|p)ia|p(?:ie|a))ns|i(?:p(?:p(?:(?:pia|ai)ns|i(?:(?:[ei]a)?ns|a(?:ins|ns?))|eans?|ans)|(?:i(?:ea|a[ai])|aia|iia)ns|(?:ia|ai?|ea)ns|ie?ns|(?:ia|ai?|ea)n)?)?|(?:li|p)?pians|(?:li|p)?pian)|(?:ipp(?:pi|e)a|ip(?:p(?:ia|[ai])|ai?)|(?:i|p)?pia)ns|(?:ip(?:pai|e)a|ippia[ai]|(?:ipp?ii|ppii|pppi|pe)a|ipp?ie|ipaia|pai)ns|(?:ipp(?:pi|e)a|ip(?:p(?:ia|[ai])|ai?)|(?:i|p)?pia)n|(?:ip(?:pai|e)|i?pi)ns|i(?:pp?)?|pan|pp?)?)?|lipp?ians|lipp?|l?p)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Col"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:C(?:al(?:l(?:os(?:sia|i[ao])|asi[ao])|(?:[ao]s|[ao])si[ao])ns|o(?:lossians|l(?:oss(?:io|a)|(?:as|l[ao]|[ao])si[ao])ns|l(?:oss(?:ian)?)?)?)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["2Thess"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Second[\s\xa0]*Th(?:es(?:s(?:al(?:on(?:i(?:c(?:i[ae]|a)ns|(?:io|[ao]a|e)ns|[ao]ns|[ao]n|ns)|(?:(?:oi?|e)a|cie|aia)ns|a(?:ins?|ns))|lonians)|(?:[eo]lonian)?s|elonains|[eo]lonian|olonins)?|(?:al(?:oni[ci]|loni)a|alonio|elonai)ns|[aeo]lonians|[aeo]lonian|alonins)?|sss|ss|s)?|(?:2(?:nd)?|II)\.[\s\xa0]*Th(?:es(?:s(?:al(?:on(?:i(?:c(?:i[ae]|a)ns|(?:io|[ao]a|e)ns|[ao]ns|[ao]n|ns)|(?:(?:oi?|e)a|cie|aia)ns|a(?:ins?|ns))|lonians)|(?:[eo]lonian)?s|elonains|[eo]lonian|olonins)?|(?:al(?:oni[ci]|loni)a|alonio|elonai)ns|[aeo]lonians|[aeo]lonian|alonins)?|sss|ss|s)?|(?:2(?:nd)?|II)[\s\xa0]*Th(?:es(?:s(?:al(?:on(?:i(?:c(?:i[ae]|a)ns|(?:io|[ao]a|e)ns|[ao]ns|[ao]n|ns)|(?:(?:oi?|e)a|cie|aia)ns|a(?:ins?|ns))|lonians)|(?:[eo]lonian)?s|elonains|[eo]lonian|olonins)?|(?:al(?:oni[ci]|loni)a|alonio|elonai)ns|[aeo]lonians|[aeo]lonian|alonins)?|sss|ss|s)?|2Thess))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["1Thess"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:First[\s\xa0]*Th(?:es(?:s(?:al(?:on(?:i(?:c(?:i[ae]|a)ns|(?:io|[ao]a|e)ns|[ao]ns|[ao]n|ns)|(?:(?:oi?|e)a|cie|aia)ns|a(?:ins?|ns))|lonians)|(?:[eo]lonian)?s|elonains|[eo]lonian|olonins)?|(?:al(?:oni[ci]|loni)a|alonio|elonai)ns|[aeo]lonians|[aeo]lonian|alonins)?|sss|ss|s)?|(?:1(?:st)?|I)\.[\s\xa0]*Th(?:es(?:s(?:al(?:on(?:i(?:c(?:i[ae]|a)ns|(?:io|[ao]a|e)ns|[ao]ns|[ao]n|ns)|(?:(?:oi?|e)a|cie|aia)ns|a(?:ins?|ns))|lonians)|(?:[eo]lonian)?s|elonains|[eo]lonian|olonins)?|(?:al(?:oni[ci]|loni)a|alonio|elonai)ns|[aeo]lonians|[aeo]lonian|alonins)?|sss|ss|s)?|(?:1(?:st)?|I)[\s\xa0]*Th(?:es(?:s(?:al(?:on(?:i(?:c(?:i[ae]|a)ns|(?:io|[ao]a|e)ns|[ao]ns|[ao]n|ns)|(?:(?:oi?|e)a|cie|aia)ns|a(?:ins?|ns))|lonians)|(?:[eo]lonian)?s|elonains|[eo]lonian|olonins)?|(?:al(?:oni[ci]|loni)a|alonio|elonai)ns|[aeo]lonians|[aeo]lonian|alonins)?|sss|ss|s)?|1Thess)|(?:Thes(?:s(?:al(?:on(?:i(?:c(?:i[ae]|a)ns|(?:io|[ao]a)ns|[ao]ns|[ao]n|ns)|(?:(?:oi?|e)a|cie|aia)ns|a(?:ins?|ns))|lonians)|[eo]lonians|elonains|[eo]lonian|olonins)|(?:al(?:oni[ci]|loni)a|alonio|elonai)ns|[aeo]lonians|[aeo]lonian|alonins)))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["2Tim"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Second[\s\xa0]*T(?:himoth?y|imoth?y|omothy|i(?:m(?:oth)?)?|m)|(?:2(?:nd)?|II)\.[\s\xa0]*T(?:himoth?y|imoth?y|omothy|i(?:m(?:oth)?)?|m)|(?:2(?:nd)?|II)[\s\xa0]*T(?:himoth?y|imoth?y|omothy|i(?:m(?:oth)?)?|m)|2Tim))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["1Tim"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:First[\s\xa0]*T(?:himoth?y|imoth?y|omothy|i(?:m(?:oth)?)?|m)|(?:1(?:st)?|I)\.[\s\xa0]*T(?:himoth?y|imoth?y|omothy|i(?:m(?:oth)?)?|m)|(?:1(?:st)?|I)[\s\xa0]*T(?:himoth?y|imoth?y|omothy|i(?:m(?:oth)?)?|m)|1Tim)|(?:Timothy?))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["Titus"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ti(?:t(?:us)?)?))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Phlm"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ph(?:ile(?:m(?:on)?)?|l[ei]mon|l?mn|l?m)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Heb"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:H(?:(?:w[ew]breww?|w?breww?)s|e(?:[ew]breww?s|b(?:(?:r(?:eww|we|rw)|w(?:re|er)|ew[erw]|erw)s|r(?:ew?|w)?s|rew)?))))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Jas"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:J(?:a(?:m(?:es?)?|s)?|ms?)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["2Pet"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Second[\s\xa0]*P(?:e(?:t(?:er?|r)?|r)?|tr?)?|(?:2(?:nd)?|II)\.[\s\xa0]*P(?:e(?:t(?:er?|r)?|r)?|tr?)?|(?:2(?:nd)?|II)[\s\xa0]*P(?:e(?:t(?:er?|r)?|r)?|tr?)?|2Pet))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["1Pet"],regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:First[\s\xa0]*P(?:e(?:t(?:er?|r)?|r)?|tr?)?|(?:1(?:st)?|I)\.[\s\xa0]*P(?:e(?:t(?:er?|r)?|r)?|tr?)?|(?:1(?:st)?|I)[\s\xa0]*P(?:e(?:t(?:er?|r)?|r)?|tr?)?|1Pet)|(?:Peter))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["Jude"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ju?de))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Tob"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:T(?:ob(?:i(?:as|t)?|t)?|b)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Jdt"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:J(?:ud(?:ith?|th?)|d(?:ith?|th?))))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Bar"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:B(?:ar(?:uch)?|r)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Sus"],apocrypha:!0,regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:S(?:us(?:annah|anna)?|hoshana)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["2Macc"],apocrypha:!0,regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Second[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:2(?:nd)?|II)\.[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:2nd|II)[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|2(?:[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:Mac|[\s\xa0]*M)c|[\s\xa0]*Ma)))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["3Macc"],apocrypha:!0,regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Third[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:III|3(?:rd)?)\.[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:III|3rd)[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|3(?:[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:Mac|[\s\xa0]*M)c)))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["4Macc"],apocrypha:!0,regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:Fourth[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:4(?:th)?|IV)\.[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:4th|IV)[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|4(?:[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:Mac|[\s\xa0]*M)c)))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["1Macc"],apocrypha:!0,regexp:/(^|[^0-9A-Za-zªµºÀ-ÖØ-öø-ɏḀ-ỿⱠ-ⱿꜢ-ꞈꞋ-ꞎꞐ-ꞓꞠ-Ɦꟸ-ꟿ])((?:First[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:1(?:st)?|I)\.[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:1st|I)[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|1(?:[\s\xa0]*Mac(?:c(?:cabbbe|abe(?:ee?)?s)|c(?:ca|ab)bbe[es]?|c(?:ca|ab)be(?:e[es]?|s)?|ab(?:b(?:e(?:(?:ee?)?s|ee?)?|be(?:e[es]?|s)?)|e(?:(?:ee?)?s|ee?)?)|cabe(?:ee?)?|cc?)?|(?:Mac|[\s\xa0]*M)c|[\s\xa0]*Ma))|(?:Maccabees))(?:(?=[\d\s\xa0.:,;\x1e\x1f&\(\)\uff08\uff09\[\]\/"'\*=~\-\u2013\u2014])|$)/gi},{osis:["Ezek","Ezra"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ez))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Hab","Hag"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ha))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Heb","Hab"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Hb))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["John","Jonah","Job","Josh","Joel"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Jo))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Jude","Judg"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:J(?:ud?|d)))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Matt","Mark","Mal"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ma))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Phil","Phlm"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ph))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")},{osis:["Zeph","Zech"],regexp:RegExp(`(^|${e.prototype.regexps.pre_book})((?:Ze))(?:(?=[\\d\\s\\xa0.:,;\\x1e\\x1f&\\(\\)\\uff08\\uff09\\[\\]/"'\\*=~\\-\\u2013\\u2014])|$)`,"gi")}],!0===s&&"none"===a)return n;for(r=[],i=0,o=n.length;i<o;i++)t=n[i],!1===s&&null!=t.apocrypha&&!0===t.apocrypha||("books"===a&&(t.regexp=new RegExp(t.regexp.source,"g")),r.push(t));return r},e.prototype.regexps.books=e.prototype.regexps.get_books(!1,"none"),function(){"use strict";function e(s,a,t,n){this.message=s,this.expected=a,this.found=t,this.location=n,this.name="SyntaxError","function"==typeof Error.captureStackTrace&&Error.captureStackTrace(this,e)}!function(e,s){function a(){this.constructor=e}a.prototype=s.prototype,e.prototype=new a}(e,Error),e.buildMessage=function(e,s){var a={literal:function(e){return'"'+n(e.text)+'"'},class:function(e){var s,a="";for(s=0;s<e.parts.length;s++)a+=e.parts[s]instanceof Array?i(e.parts[s][0])+"-"+i(e.parts[s][1]):i(e.parts[s]);return"["+(e.inverted?"^":"")+a+"]"},any:function(e){return"any character"},end:function(e){return"end of input"},other:function(e){return e.description}};function t(e){return e.charCodeAt(0).toString(16).toUpperCase()}function n(e){return e.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,(function(e){return"\\x0"+t(e)})).replace(/[\x10-\x1F\x7F-\x9F]/g,(function(e){return"\\x"+t(e)}))}function i(e){return e.replace(/\\/g,"\\\\").replace(/\]/g,"\\]").replace(/\^/g,"\\^").replace(/-/g,"\\-").replace(/\0/g,"\\0").replace(/\t/g,"\\t").replace(/\n/g,"\\n").replace(/\r/g,"\\r").replace(/[\x00-\x0F]/g,(function(e){return"\\x0"+t(e)})).replace(/[\x10-\x1F\x7F-\x9F]/g,(function(e){return"\\x"+t(e)}))}return"Expected "+function(e){var s,t,n,i=new Array(e.length);for(s=0;s<e.length;s++)i[s]=(n=e[s],a[n.type](n));if(i.sort(),i.length>0){for(s=1,t=1;s<i.length;s++)i[s-1]!==i[s]&&(i[t]=i[s],t++);i.length=t}switch(i.length){case 1:return i[0];case 2:return i[0]+" or "+i[1];default:return i.slice(0,-1).join(", ")+", or "+i[i.length-1]}}(e)+" but "+function(e){return e?'"'+n(e)+'"':"end of input"}(s)+" found."},t={SyntaxError:e,parse:function(s,a){a=void 0!==a?a:{};var t,n={},i={start:ia},o=ia,r=function(e,s){return s.unshift([e]),{type:"sequence",value:s,indices:[Ds,Bs-1]}},l="(",h=Qs("(",!1),u=")",c=Qs(")",!1),p=function(e,s){return void 0===s&&(s=[]),s.unshift([e]),{type:"sequence_post_enclosed",value:s,indices:[Ds,Bs-1]}},x=function(e,s){return e.length&&2===e.length&&(e=e[0]),{type:"range",value:[e,s],indices:[Ds,Bs-1]}},g="",_=Qs("",!1),d="/",f=Qs("/",!1),b=/^[1-8]/,v=ea([["1","8"]],!1,!1),y=function(e){return{type:"b",value:e.value,indices:[Ds,Bs-1]}},m=function(e,s){return{type:"bc",value:[e,s],indices:[Ds,Bs-1]}},k=",",$=Qs(",",!1),w=function(e,s){return{type:"bc_title",value:[e,s],indices:[Ds,Bs-1]}},E=".",A=Qs(".",!1),C=function(e,s){return{type:"bcv",value:[e,s],indices:[Ds,Bs-1]}},J="-",M=Qs("-",!1),S=function(e,s,a,t){return{type:"range",value:[{type:"bcv",value:[{type:"bc",value:[e,s],indices:[e.indices[0],s.indices[1]]},a],indices:[e.indices[0],a.indices[1]]},t],indices:[Ds,Bs-1]}},I=function(e,s){return{type:"bv",value:[e,s],indices:[Ds,Bs-1]}},P=function(e,s){return{type:"bc",value:[s,e],indices:[Ds,Bs-1]}},R=function(e,s,a){return{type:"cb_range",value:[a,e,s],indices:[Ds,Bs-1]}},z="th",T=Qs("th",!1),K="nd",L=Qs("nd",!1),N="st",Z=Qs("st",!1),Y="/1",H=Qs("/1",!1),q=function(e){return{type:"c_psalm",value:e.value,indices:[Ds,Bs-1]}},j=function(e,s){return{type:"cv_psalm",value:[e,s],indices:[Ds,Bs-1]}},G=function(e,s){return{type:"c_title",value:[e,s],indices:[Ds,Bs-1]}},F=function(e,s){return{type:"cv",value:[e,s],indices:[Ds,Bs-1]}},O=function(e){return{type:"c",value:[e],indices:[Ds,Bs-1]}},B="ff",D=Qs("ff",!1),W=/^[a-z0-9]/,V=ea([["a","z"],["0","9"]],!1,!1),U="f",X=Qs("f",!1),Q=/^[a-z]/,ee=ea([["a","z"]],!1,!1),se=function(e){return{type:"ff",value:[e],indices:[Ds,Bs-1]}},ae=function(e,s){return{type:"integer_title",value:[e,s],indices:[Ds,Bs-1]}},te="/9",ne=Qs("/9",!1),ie=function(e){return{type:"context",value:e.value,indices:[Ds,Bs-1]}},oe="/2",re=Qs("/2",!1),le=".1",he=Qs(".1",!1),ue=/^[0-9]/,ce=ea([["0","9"]],!1,!1),pe=function(e){return{type:"bc",value:[e,{type:"c",value:[{type:"integer",value:151,indices:[Bs-2,Bs-1]}],indices:[Bs-2,Bs-1]}],indices:[Ds,Bs-1]}},xe=function(e,s){return{type:"bcv",value:[e,{type:"v",value:[s],indices:[s.indices[0],s.indices[1]]}],indices:[Ds,Bs-1]}},ge=/^[a-e]/,_e=ea([["a","e"]],!1,!1),de=function(e){return{type:"v",value:[e],indices:[Ds,Bs-1]}},fe="ch",be=Qs("ch",!1),ve="apters",ye=Qs("apters",!1),me="apter",ke=Qs("apter",!1),$e="apts",we=Qs("apts",!1),Ee="pts",Ae=Qs("pts",!1),Ce="apt",Je=Qs("apt",!1),Me="aps",Se=Qs("aps",!1),Ie="ap",Pe=Qs("ap",!1),Re="p",ze=Qs("p",!1),Te="s",Ke=Qs("s",!1),Le="a",Ne=Qs("a",!1),Ze=function(){return{type:"c_explicit"}},Ye="v",He=Qs("v",!1),qe="erses",je=Qs("erses",!1),Ge="erse",Fe=Qs("erse",!1),Oe="er",Be=Qs("er",!1),De="ss",We=Qs("ss",!1),Ve=function(){return{type:"v_explicit"}},Ue=Qs(":",!1),Xe=/^["']/,Qe=ea(['"',"'"],!1,!1),es=/^[,;\/:&\-\u2013\u2014~]/,ss=ea([",",";","/",":","&","-","–","—","~"],!1,!1),as="and",ts=Qs("and",!1),ns="compare",is=Qs("compare",!1),os="cf",rs=Qs("cf",!1),ls="see",hs=Qs("see",!1),us="also",cs=Qs("also",!1),ps=function(){return""},xs=/^[\-\u2013\u2014]/,gs=ea(["-","–","—"],!1,!1),_s="through",ds=Qs("through",!1),fs="thru",bs=Qs("thru",!1),vs="to",ys=Qs("to",!1),ms="title",ks=Qs("title",!1),$s=function(e){return{type:"title",value:[e],indices:[Ds,Bs-1]}},ws="from",Es=Qs("from",!1),As="of",Cs=Qs("of",!1),Js="in",Ms=Qs("in",!1),Ss="the",Is=Qs("the",!1),Ps="book",Rs=Qs("book",!1),zs=/^[([]/,Ts=ea(["(","["],!1,!1),Ks=/^[)\]]/,Ls=ea([")","]"],!1,!1),Ns=function(e){return{type:"translation_sequence",value:e,indices:[Ds,Bs-1]}},Zs="",Ys=Qs("",!1),Hs=function(e){return{type:"translation",value:e.value,indices:[Ds,Bs-1]}},qs=(Qs(",000",!1),function(e){return{type:"integer",value:parseInt(e.join(""),10),indices:[Ds,Bs-1]}}),js=/^[^\x1F\x1E([]/,Gs=ea(["","","(","["],!0,!1),Fs=function(e){return{type:"word",value:e.join(""),indices:[Ds,Bs-1]}},Os=function(e){return{type:"stop",value:e,indices:[Ds,Bs-1]}},Bs=(ea([" ","\t","\r","\n"," ","*"],!1,!1),0),Ds=0,Ws=[{line:1,column:1}],Vs=0,Us=[],Xs=0;if("startRule"in a){if(!(a.startRule in i))throw new Error("Can't start parsing from rule \""+a.startRule+'".');o=i[a.startRule]}function Qs(e,s){return{type:"literal",text:e,ignoreCase:s}}function ea(e,s,a){return{type:"class",parts:e,inverted:s,ignoreCase:a}}function sa(e){var a,t=Ws[e];if(t)return t;for(a=e-1;!Ws[a];)a--;for(t={line:(t=Ws[a]).line,column:t.column};a<e;)10===s.charCodeAt(a)?(t.line++,t.column=1):t.column++,a++;return Ws[e]=t,t}function aa(e,s){var a=sa(e),t=sa(s);return{start:{offset:e,line:a.line,column:a.column},end:{offset:s,line:t.line,column:t.column}}}function ta(e){Bs<Vs||(Bs>Vs&&(Vs=Bs,Us=[]),Us.push(e))}function na(s,a,t){return new e(e.buildMessage(s,a),s,a,t)}function ia(){var e,s;if(e=[],(s=_a())===n&&(s=oa())===n&&(s=ba())===n&&(s=la())===n&&(s=Ja())===n&&(s=ga())===n&&(s=ca())===n&&(s=Pa())===n&&(s=pa())===n&&(s=xa())===n&&(s=Ia())===n&&(s=ua())===n&&(s=$a())===n&&(s=da())===n&&(s=ka())===n&&(s=ha())===n&&(s=va())===n&&(s=ma())===n&&(s=fa())===n&&(s=ya())===n&&(s=Ga())===n&&(s=Fa())===n&&(s=Za())===n&&(s=wa())===n&&(s=Ma())===n&&(s=Ea())===n&&(s=Aa())===n&&(s=Ra())===n&&(s=Ba())===n&&(s=Ca())===n&&(s=za())===n&&(s=Wa())===n&&(s=Va())===n&&(s=Sa()),s!==n)for(;s!==n;)e.push(s),(s=_a())===n&&(s=oa())===n&&(s=ba())===n&&(s=la())===n&&(s=Ja())===n&&(s=ga())===n&&(s=ca())===n&&(s=Pa())===n&&(s=pa())===n&&(s=xa())===n&&(s=Ia())===n&&(s=ua())===n&&(s=$a())===n&&(s=da())===n&&(s=ka())===n&&(s=ha())===n&&(s=va())===n&&(s=ma())===n&&(s=fa())===n&&(s=ya())===n&&(s=Ga())===n&&(s=Fa())===n&&(s=Za())===n&&(s=wa())===n&&(s=Ma())===n&&(s=Ea())===n&&(s=Aa())===n&&(s=Ra())===n&&(s=Ba())===n&&(s=Ca())===n&&(s=za())===n&&(s=Wa())===n&&(s=Va())===n&&(s=Sa());else e=n;return e}function oa(){var e,s,a,t,i,o;if(e=Bs,(s=ba())===n&&(s=_a())===n&&(s=la())===n&&(s=Ja())===n&&(s=ga())===n&&(s=ca())===n&&(s=Pa())===n&&(s=pa())===n&&(s=xa())===n&&(s=Ia())===n&&(s=ua())===n&&(s=$a())===n&&(s=da())===n&&(s=ka())===n&&(s=ha())===n&&(s=va())===n&&(s=ma())===n&&(s=fa())===n&&(s=ya())===n&&(s=Sa()),s!==n){if(a=[],t=Bs,(i=Za())===n&&(i=null),i!==n&&(o=ra())!==n?t=i=[i,o]:(Bs=t,t=n),t!==n)for(;t!==n;)a.push(t),t=Bs,(i=Za())===n&&(i=null),i!==n&&(o=ra())!==n?t=i=[i,o]:(Bs=t,t=n);else a=n;a!==n?(Ds=e,e=s=r(s,a)):(Bs=e,e=n)}else Bs=e,e=n;return e}function ra(){var e;return(e=function(){var e,a,t,i,o,r,x,g;if(e=Bs,40===s.charCodeAt(Bs)?(a=l,Bs++):(a=n,0===Xs&&ta(h)),a!==n)if(Ua()!==n)if((t=Za())===n&&(t=null),t!==n)if((i=ra())!==n){for(o=[],r=Bs,(x=Za())===n&&(x=null),x!==n&&(g=ra())!==n?r=x=[x,g]:(Bs=r,r=n);r!==n;)o.push(r),r=Bs,(x=Za())===n&&(x=null),x!==n&&(g=ra())!==n?r=x=[x,g]:(Bs=r,r=n);o!==n&&(r=Ua())!==n?(41===s.charCodeAt(Bs)?(x=u,Bs++):(x=n,0===Xs&&ta(c)),x!==n?(Ds=e,e=a=p(i,o)):(Bs=e,e=n)):(Bs=e,e=n)}else Bs=e,e=n;else Bs=e,e=n;else Bs=e,e=n;else Bs=e,e=n;return e}())===n&&(e=ba())===n&&(e=_a())===n&&(e=la())===n&&(e=Ja())===n&&(e=ga())===n&&(e=ca())===n&&(e=Pa())===n&&(e=pa())===n&&(e=xa())===n&&(e=Ia())===n&&(e=ua())===n&&(e=$a())===n&&(e=da())===n&&(e=ka())===n&&(e=ha())===n&&(e=va())===n&&(e=ma())===n&&(e=fa())===n&&(e=ya())===n&&(e=wa())===n&&(e=Ma())===n&&(e=Ea())===n&&(e=Aa())===n&&(e=Ra())===n&&(e=Ba())===n&&(e=Ca())===n&&(e=za()),e}function la(){var e,s,a,t,i,o,r;return e=Bs,(s=ga())===n&&(s=ca())===n&&(s=Pa())===n&&(s=pa())===n&&(s=xa())===n&&(s=Ia())===n&&(s=ua())===n&&(s=$a())===n&&(s=da())===n&&(s=Bs,(a=ha())!==n?(t=Bs,Xs++,i=Bs,(o=Ya())!==n?((r=ga())===n&&(r=ca())===n&&(r=Pa())===n&&(r=pa())===n&&(r=xa())===n&&(r=Ia())===n&&(r=ua())===n&&(r=da())===n&&(r=ha()),r!==n?i=o=[o,r]:(Bs=i,i=n)):(Bs=i,i=n),Xs--,i!==n?(Bs=t,t=void 0):t=n,t!==n?s=a=[a,t]:(Bs=s,s=n)):(Bs=s,s=n),s===n&&(s=va())===n&&(s=ma())===n&&(s=ka())===n&&(s=fa())===n&&(s=ya())===n&&(s=wa())===n&&(s=Ma())===n&&(s=Ea())===n&&(s=Aa())===n&&(s=Ra())===n&&(s=Ba())===n&&(s=Ca())===n&&(s=za())),s!==n&&(a=Ya())!==n?((t=Ja())===n&&(t=ga())===n&&(t=ca())===n&&(t=Pa())===n&&(t=pa())===n&&(t=xa())===n&&(t=Ia())===n&&(t=ua())===n&&(t=$a())===n&&(t=da())===n&&(t=ha())===n&&(t=va())===n&&(t=ma())===n&&(t=ka())===n&&(t=fa())===n&&(t=ya())===n&&(t=wa())===n&&(t=Ma())===n&&(t=Ea())===n&&(t=Ra())===n&&(t=Ba())===n&&(t=Aa())===n&&(t=Ca())===n&&(t=za()),t!==n?(Ds=e,e=s=x(s,t)):(Bs=e,e=n)):(Bs=e,e=n),e}function ha(){var e,a,t,i,o,r;return e=Bs,31===s.charCodeAt(Bs)?(a=g,Bs++):(a=n,0===Xs&&ta(_)),a!==n&&(t=Da())!==n?(i=Bs,47===s.charCodeAt(Bs)?(o=d,Bs++):(o=n,0===Xs&&ta(f)),o!==n?(b.test(s.charAt(Bs))?(r=s.charAt(Bs),Bs++):(r=n,0===Xs&&ta(v)),r!==n?i=o=[o,r]:(Bs=i,i=n)):(Bs=i,i=n),i===n&&(i=null),i!==n?(31===s.charCodeAt(Bs)?(o=g,Bs++):(o=n,0===Xs&&ta(_)),o!==n?(Ds=e,e=a=y(t)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n),e}function ua(){var e,s,a,t,i,o,r,l,h;if(e=Bs,(s=ha())!==n){if(a=Bs,(t=Ka())!==n?(i=Bs,Xs++,o=Bs,(r=Ca())!==n&&(l=La())!==n&&(h=za())!==n?o=r=[r,l,h]:(Bs=o,o=n),Xs--,o!==n?(Bs=i,i=void 0):i=n,i!==n?a=t=[t,i]:(Bs=a,a=n)):(Bs=a,a=n),a===n){if(a=[],(t=La())!==n)for(;t!==n;)a.push(t),t=La();else a=n;if(a===n){if(a=[],(t=Na())!==n)for(;t!==n;)a.push(t),t=Na();else a=n;if(a===n){if(a=[],(t=Ya())!==n)for(;t!==n;)a.push(t),t=Ya();else a=n;a===n&&(a=Ua())}}}a!==n&&(t=Ca())!==n?(Ds=e,e=s=m(s,t)):(Bs=e,e=n)}else Bs=e,e=n;return e}function ca(){var e,s,a;return e=Bs,(s=Ia())===n&&(s=ua()),s!==n&&(a=Ha())!==n?(Ds=e,e=s=w(s,a)):(Bs=e,e=n),e}function pa(){var e,a,t,i,o,r,l;return e=Bs,(a=Ia())===n&&(a=ua()),a!==n?(t=Bs,Xs++,i=Bs,46===s.charCodeAt(Bs)?(o=E,Bs++):(o=n,0===Xs&&ta(A)),o!==n&&(r=Ka())!==n&&(l=za())!==n?i=o=[o,r,l]:(Bs=i,i=n),i===n&&(i=Bs,(o=Za())===n&&(o=null),o!==n&&(r=Ka())!==n&&(l=Ea())!==n?i=o=[o,r,l]:(Bs=i,i=n)),Xs--,i===n?t=void 0:(Bs=t,t=n),t!==n?(i=Bs,(o=La())===n&&(o=Za()),o===n&&(o=null),o!==n&&(r=Ka())!==n?i=o=[o,r]:(Bs=i,i=n),i===n&&(i=La()),i!==n?((o=Ra())===n&&(o=za()),o!==n?(Ds=e,e=a=C(a,o)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n),e}function xa(){var e,s,a,t,i,o,r;return e=Bs,(s=Ia())===n&&(s=ua()),s!==n&&Na()!==n?((a=Ra())===n&&(a=za()),a!==n?(t=Bs,Xs++,i=Bs,(o=La())!==n&&(r=za())!==n?i=o=[o,r]:(Bs=i,i=n),Xs--,i===n?t=void 0:(Bs=t,t=n),t!==n?(Ds=e,e=s=C(s,a)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n),e}function ga(){var e,a,t,i,o,r,l,h;return e=Bs,a=function(){var e,a,t,i;return e=Bs,(a=ha())!==n&&Ua()!==n?(44===s.charCodeAt(Bs)?(t=k,Bs++):(t=n,0===Xs&&ta($)),t!==n&&Ua()!==n&&(i=Ca())!==n?(Ds=e,e=a=m(a,i)):(Bs=e,e=n)):(Bs=e,e=n),e}(),a!==n&&Ua()!==n?(44===s.charCodeAt(Bs)?(t=k,Bs++):(t=n,0===Xs&&ta($)),t!==n&&Ua()!==n?((i=Ra())===n&&(i=za()),i!==n?(o=Bs,Xs++,r=Bs,(l=La())!==n&&(h=za())!==n?r=l=[l,h]:(Bs=r,r=n),Xs--,r===n?o=void 0:(Bs=o,o=n),o!==n?(Ds=e,e=a=C(a,i)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n),e}function _a(){var e,a,t,i,o,r,l,h;return e=Bs,(a=ha())!==n?(45===s.charCodeAt(Bs)?(t=J,Bs++):(t=n,0===Xs&&ta(M)),t===n&&(t=Xa()),t===n&&(t=null),t!==n&&(i=Ca())!==n?(45===s.charCodeAt(Bs)?(o=J,Bs++):(o=n,0===Xs&&ta(M)),o!==n&&(r=za())!==n?(45===s.charCodeAt(Bs)?(l=J,Bs++):(l=n,0===Xs&&ta(M)),l!==n&&(h=za())!==n?(Ds=e,e=a=S(a,i,r,h)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n),e}function da(){var e,s,a,t,i,o;if(e=Bs,(s=ha())!==n){if(a=[],(t=La())!==n)for(;t!==n;)a.push(t),t=La();else a=n;if(a===n){if(a=[],(t=Na())!==n)for(;t!==n;)a.push(t),t=Na();else a=n;if(a===n){if(a=[],(t=Ya())!==n)for(;t!==n;)a.push(t),t=Ya();else a=n;if(a===n){if(a=Bs,t=[],(i=Za())!==n)for(;i!==n;)t.push(i),i=Za();else t=n;t!==n?(i=Bs,Xs++,o=Ka(),Xs--,o!==n?(Bs=i,i=void 0):i=n,i!==n?a=t=[t,i]:(Bs=a,a=n)):(Bs=a,a=n),a===n&&(a=Ua())}}}a!==n?((t=Ra())===n&&(t=za()),t!==n?(Ds=e,e=s=I(s,t)):(Bs=e,e=n)):(Bs=e,e=n)}else Bs=e,e=n;return e}function fa(){var e,s,a,t;return e=Bs,Ta()!==n&&(s=Ca())!==n?((a=qa())===n&&(a=null),a!==n&&(t=ha())!==n?(Ds=e,e=P(s,t)):(Bs=e,e=n)):(Bs=e,e=n),e}function ba(){var e,s,a,t,i;return e=Bs,Ta()!==n&&(s=Ca())!==n&&Ya()!==n&&(a=Ca())!==n?((t=qa())===n&&(t=null),t!==n&&(i=ha())!==n?(Ds=e,e=R(s,a,i)):(Bs=e,e=n)):(Bs=e,e=n),e}function va(){var e,s,a,t;return e=Bs,(s=fa())!==n?((a=Za())===n&&(a=null),a!==n&&Ka()!==n&&(t=za())!==n?(Ds=e,e=s=C(s,t)):(Bs=e,e=n)):(Bs=e,e=n),e}function ya(){var e,a,t,i,o;return e=Bs,(a=Ca())!==n?(s.substr(Bs,2)===z?(t=z,Bs+=2):(t=n,0===Xs&&ta(T)),t===n&&(s.substr(Bs,2)===K?(t=K,Bs+=2):(t=n,0===Xs&&ta(L)),t===n&&(s.substr(Bs,2)===N?(t=N,Bs+=2):(t=n,0===Xs&&ta(Z)))),t!==n&&Ta()!==n?((i=qa())===n&&(i=null),i!==n&&(o=ha())!==n?(Ds=e,e=a=P(a,o)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n),e}function ma(){var e,s,a,t;return e=Bs,(s=ya())!==n?((a=Za())===n&&(a=null),a!==n&&Ka()!==n&&(t=za())!==n?(Ds=e,e=s=C(s,t)):(Bs=e,e=n)):(Bs=e,e=n),e}function ka(){var e,a,t,i;return e=Bs,31===s.charCodeAt(Bs)?(a=g,Bs++):(a=n,0===Xs&&ta(_)),a!==n&&(t=Da())!==n?(s.substr(Bs,3)===Y?(i=Y,Bs+=3):(i=n,0===Xs&&ta(H)),i!==n?(Ds=e,e=a=q(t)):(Bs=e,e=n)):(Bs=e,e=n),e}function $a(){var e,s,a,t;return e=Bs,(s=ka())!==n?((a=Za())===n&&(a=null),a!==n&&Ka()!==n&&(t=za())!==n?(Ds=e,e=s=j(s,t)):(Bs=e,e=n)):(Bs=e,e=n),e}function wa(){var e,s,a;return e=Bs,Ta()!==n&&(s=Ca())!==n&&(a=Ha())!==n?(Ds=e,e=G(s,a)):(Bs=e,e=n),e}function Ea(){var e,a,t,i,o,r,l,h;return e=Bs,(a=Ka())===n&&(a=null),a!==n&&(t=Ca())!==n?(i=Bs,Xs++,o=Bs,46===s.charCodeAt(Bs)?(r=E,Bs++):(r=n,0===Xs&&ta(A)),r!==n&&(l=Ka())!==n&&(h=za())!==n?o=r=[r,l,h]:(Bs=o,o=n),Xs--,o===n?i=void 0:(Bs=i,i=n),i!==n?(o=Bs,(r=La())===n&&(r=null),r!==n&&(l=Ka())!==n?o=r=[r,l]:(Bs=o,o=n),o===n&&(o=La()),o!==n?((r=Ra())===n&&(r=za()),r!==n?(Ds=e,e=a=F(t,r)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n),e}function Aa(){var e,s,a,t,i,o,r;return e=Bs,(s=Ca())!==n&&Na()!==n?((a=Ra())===n&&(a=za()),a!==n?(t=Bs,Xs++,i=Bs,(o=La())!==n&&(r=za())!==n?i=o=[o,r]:(Bs=i,i=n),Xs--,i===n?t=void 0:(Bs=t,t=n),t!==n?(Ds=e,e=s=F(s,a)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n),e}function Ca(){var e,s,a;return e=Bs,(s=Ta())===n&&(s=null),s!==n&&(a=Ba())!==n?(Ds=e,e=s=O(a)):(Bs=e,e=n),e}function Ja(){var e,a,t,i,o,r;return e=Bs,(a=pa())===n&&(a=xa())===n&&(a=ua())===n&&(a=da())===n&&(a=Ea())===n&&(a=Aa())===n&&(a=Ba())===n&&(a=Ca())===n&&(a=za()),a!==n&&Ua()!==n?(t=Bs,s.substr(Bs,2)===B?(i=B,Bs+=2):(i=n,0===Xs&&ta(D)),i!==n?(o=Bs,Xs++,W.test(s.charAt(Bs))?(r=s.charAt(Bs),Bs++):(r=n,0===Xs&&ta(V)),Xs--,r===n?o=void 0:(Bs=o,o=n),o!==n?t=i=[i,o]:(Bs=t,t=n)):(Bs=t,t=n),t===n&&(t=Bs,102===s.charCodeAt(Bs)?(i=U,Bs++):(i=n,0===Xs&&ta(X)),i!==n?(o=Bs,Xs++,W.test(s.charAt(Bs))?(r=s.charAt(Bs),Bs++):(r=n,0===Xs&&ta(V)),Xs--,r===n?o=void 0:(Bs=o,o=n),o!==n?t=i=[i,o]:(Bs=t,t=n)):(Bs=t,t=n)),t!==n?((i=ja())===n&&(i=null),i!==n?(o=Bs,Xs++,Q.test(s.charAt(Bs))?(r=s.charAt(Bs),Bs++):(r=n,0===Xs&&ta(ee)),Xs--,r===n?o=void 0:(Bs=o,o=n),o!==n?(Ds=e,e=a=se(a)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n),e}function Ma(){var e,s,a;return e=Bs,(s=Ba())!==n&&(a=Ha())!==n?(Ds=e,e=s=ae(s,a)):(Bs=e,e=n),e}function Sa(){var e,a,t,i;return e=Bs,31===s.charCodeAt(Bs)?(a=g,Bs++):(a=n,0===Xs&&ta(_)),a!==n&&(t=Da())!==n?(s.substr(Bs,3)===te?(i=te,Bs+=3):(i=n,0===Xs&&ta(ne)),i!==n?(Ds=e,e=a=ie(t)):(Bs=e,e=n)):(Bs=e,e=n),e}function Ia(){var e,a,t,i,o;return e=Bs,a=function(){var e,a,t,i;return e=Bs,31===s.charCodeAt(Bs)?(a=g,Bs++):(a=n,0===Xs&&ta(_)),a!==n&&(t=Da())!==n?(s.substr(Bs,3)===oe?(i=oe,Bs+=3):(i=n,0===Xs&&ta(re)),i!==n?(Ds=e,e=a=y(t)):(Bs=e,e=n)):(Bs=e,e=n),e}(),a!==n?(s.substr(Bs,2)===le?(t=le,Bs+=2):(t=n,0===Xs&&ta(he)),t!==n?(i=Bs,Xs++,ue.test(s.charAt(Bs))?(o=s.charAt(Bs),Bs++):(o=n,0===Xs&&ta(ce)),Xs--,o===n?i=void 0:(Bs=i,i=n),i!==n?(Ds=e,e=a=pe(a)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n),e}function Pa(){var e,a,t,i;return e=Bs,(a=Ia())!==n?(46===s.charCodeAt(Bs)?(t=E,Bs++):(t=n,0===Xs&&ta(A)),t!==n&&(i=Ba())!==n?(Ds=e,e=a=xe(a,i)):(Bs=e,e=n)):(Bs=e,e=n),e}function Ra(){var e,a,t,i,o,r,l,h;return e=Bs,(a=Ka())===n&&(a=null),a!==n&&(t=Ba())!==n&&Ua()!==n?(i=Bs,Xs++,o=Bs,s.substr(Bs,2)===B?(r=B,Bs+=2):(r=n,0===Xs&&ta(D)),r!==n?(l=Bs,Xs++,W.test(s.charAt(Bs))?(h=s.charAt(Bs),Bs++):(h=n,0===Xs&&ta(V)),Xs--,h===n?l=void 0:(Bs=l,l=n),l!==n?o=r=[r,l]:(Bs=o,o=n)):(Bs=o,o=n),o===n&&(o=Bs,102===s.charCodeAt(Bs)?(r=U,Bs++):(r=n,0===Xs&&ta(X)),r!==n?(l=Bs,Xs++,W.test(s.charAt(Bs))?(h=s.charAt(Bs),Bs++):(h=n,0===Xs&&ta(V)),Xs--,h===n?l=void 0:(Bs=l,l=n),l!==n?o=r=[r,l]:(Bs=o,o=n)):(Bs=o,o=n)),Xs--,o===n?i=void 0:(Bs=i,i=n),i!==n?(ge.test(s.charAt(Bs))?(o=s.charAt(Bs),Bs++):(o=n,0===Xs&&ta(_e)),o!==n?(r=Bs,Xs++,Q.test(s.charAt(Bs))?(l=s.charAt(Bs),Bs++):(l=n,0===Xs&&ta(ee)),Xs--,l===n?r=void 0:(Bs=r,r=n),r!==n?(Ds=e,e=a=de(t)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n),e}function za(){var e,s,a;return e=Bs,(s=Ka())===n&&(s=null),s!==n&&(a=Ba())!==n?(Ds=e,e=s=de(a)):(Bs=e,e=n),e}function Ta(){var e,a,t,i,o,r;return e=Bs,Ua()!==n?(a=Bs,s.substr(Bs,2)===fe?(t=fe,Bs+=2):(t=n,0===Xs&&ta(be)),t!==n?(s.substr(Bs,6)===ve?(i=ve,Bs+=6):(i=n,0===Xs&&ta(ye)),i===n&&(s.substr(Bs,5)===me?(i=me,Bs+=5):(i=n,0===Xs&&ta(ke)),i===n&&(i=Bs,s.substr(Bs,4)===$e?(o=$e,Bs+=4):(o=n,0===Xs&&ta(we)),o!==n?((r=ja())===n&&(r=null),r!==n?i=o=[o,r]:(Bs=i,i=n)):(Bs=i,i=n),i===n&&(i=Bs,s.substr(Bs,3)===Ee?(o=Ee,Bs+=3):(o=n,0===Xs&&ta(Ae)),o!==n?((r=ja())===n&&(r=null),r!==n?i=o=[o,r]:(Bs=i,i=n)):(Bs=i,i=n),i===n&&(i=Bs,s.substr(Bs,3)===Ce?(o=Ce,Bs+=3):(o=n,0===Xs&&ta(Je)),o!==n?((r=ja())===n&&(r=null),r!==n?i=o=[o,r]:(Bs=i,i=n)):(Bs=i,i=n),i===n&&(i=Bs,s.substr(Bs,3)===Me?(o=Me,Bs+=3):(o=n,0===Xs&&ta(Se)),o!==n?((r=ja())===n&&(r=null),r!==n?i=o=[o,r]:(Bs=i,i=n)):(Bs=i,i=n),i===n&&(i=Bs,s.substr(Bs,2)===Ie?(o=Ie,Bs+=2):(o=n,0===Xs&&ta(Pe)),o!==n?((r=ja())===n&&(r=null),r!==n?i=o=[o,r]:(Bs=i,i=n)):(Bs=i,i=n),i===n&&(i=Bs,112===s.charCodeAt(Bs)?(o=Re,Bs++):(o=n,0===Xs&&ta(ze)),o!==n?((r=ja())===n&&(r=null),r!==n?i=o=[o,r]:(Bs=i,i=n)):(Bs=i,i=n),i===n&&(i=Bs,115===s.charCodeAt(Bs)?(o=Te,Bs++):(o=n,0===Xs&&ta(Ke)),o!==n?((r=ja())===n&&(r=null),r!==n?i=o=[o,r]:(Bs=i,i=n)):(Bs=i,i=n),i===n&&(i=Bs,97===s.charCodeAt(Bs)?(o=Le,Bs++):(o=n,0===Xs&&ta(Ne)),o!==n?((r=ja())===n&&(r=null),r!==n?i=o=[o,r]:(Bs=i,i=n)):(Bs=i,i=n),i===n&&(i=ja())===n&&(i=null)))))))))),i!==n?a=t=[t,i]:(Bs=a,a=n)):(Bs=a,a=n),a!==n&&(t=Ua())!==n?(Ds=e,e=Ze()):(Bs=e,e=n)):(Bs=e,e=n),e}function Ka(){var e,a,t,i,o,r;return e=Bs,Ua()!==n?(a=Bs,118===s.charCodeAt(Bs)?(t=Ye,Bs++):(t=n,0===Xs&&ta(He)),t!==n?(s.substr(Bs,5)===qe?(i=qe,Bs+=5):(i=n,0===Xs&&ta(je)),i===n&&(s.substr(Bs,4)===Ge?(i=Ge,Bs+=4):(i=n,0===Xs&&ta(Fe)),i===n&&(i=Bs,s.substr(Bs,2)===Oe?(o=Oe,Bs+=2):(o=n,0===Xs&&ta(Be)),o!==n?((r=ja())===n&&(r=null),r!==n?i=o=[o,r]:(Bs=i,i=n)):(Bs=i,i=n),i===n&&(i=Bs,s.substr(Bs,2)===De?(o=De,Bs+=2):(o=n,0===Xs&&ta(We)),o!==n?((r=ja())===n&&(r=null),r!==n?i=o=[o,r]:(Bs=i,i=n)):(Bs=i,i=n),i===n&&(i=Bs,115===s.charCodeAt(Bs)?(o=Te,Bs++):(o=n,0===Xs&&ta(Ke)),o!==n?((r=ja())===n&&(r=null),r!==n?i=o=[o,r]:(Bs=i,i=n)):(Bs=i,i=n),i===n&&(i=Bs,118===s.charCodeAt(Bs)?(o=Ye,Bs++):(o=n,0===Xs&&ta(He)),o!==n?((r=ja())===n&&(r=null),r!==n?i=o=[o,r]:(Bs=i,i=n)):(Bs=i,i=n),i===n&&(i=ja())===n&&(i=null)))))),i!==n?a=t=[t,i]:(Bs=a,a=n)):(Bs=a,a=n),a!==n?(t=Bs,Xs++,Q.test(s.charAt(Bs))?(i=s.charAt(Bs),Bs++):(i=n,0===Xs&&ta(ee)),Xs--,i===n?t=void 0:(Bs=t,t=n),t!==n&&(i=Ua())!==n?(Ds=e,e=Ve()):(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n),e}function La(){var e,a,t,i,o,r,l,h,u,c;if(e=Bs,(a=Ua())!==n){if(t=[],58===s.charCodeAt(Bs)?(i=":",Bs++):(i=n,0===Xs&&ta(Ue)),i!==n)for(;i!==n;)t.push(i),58===s.charCodeAt(Bs)?(i=":",Bs++):(i=n,0===Xs&&ta(Ue));else t=n;t===n&&(t=Bs,46===s.charCodeAt(Bs)?(i=E,Bs++):(i=n,0===Xs&&ta(A)),i!==n?(o=Bs,Xs++,r=Bs,(l=Ua())!==n?(46===s.charCodeAt(Bs)?(h=E,Bs++):(h=n,0===Xs&&ta(A)),h!==n&&(u=Ua())!==n?(46===s.charCodeAt(Bs)?(c=E,Bs++):(c=n,0===Xs&&ta(A)),c!==n?r=l=[l,h,u,c]:(Bs=r,r=n)):(Bs=r,r=n)):(Bs=r,r=n),Xs--,r===n?o=void 0:(Bs=o,o=n),o!==n?t=i=[i,o]:(Bs=t,t=n)):(Bs=t,t=n)),t!==n&&(i=Ua())!==n?e=a=[a,t,i]:(Bs=e,e=n)}else Bs=e,e=n;return e}function Na(){var e,a,t,i;return e=Bs,(a=Ua())!==n?(Xe.test(s.charAt(Bs))?(t=s.charAt(Bs),Bs++):(t=n,0===Xs&&ta(Qe)),t!==n&&(i=Ua())!==n?e=a=[a,t,i]:(Bs=e,e=n)):(Bs=e,e=n),e===n&&(e=Xa()),e}function Za(){var e,a,t,i,o,r,l,h,u,c;if(e=Bs,a=[],es.test(s.charAt(Bs))?(t=s.charAt(Bs),Bs++):(t=n,0===Xs&&ta(ss)),t===n&&(t=Bs,46===s.charCodeAt(Bs)?(i=E,Bs++):(i=n,0===Xs&&ta(A)),i!==n?(o=Bs,Xs++,r=Bs,(l=Ua())!==n?(46===s.charCodeAt(Bs)?(h=E,Bs++):(h=n,0===Xs&&ta(A)),h!==n&&(u=Ua())!==n?(46===s.charCodeAt(Bs)?(c=E,Bs++):(c=n,0===Xs&&ta(A)),c!==n?r=l=[l,h,u,c]:(Bs=r,r=n)):(Bs=r,r=n)):(Bs=r,r=n),Xs--,r===n?o=void 0:(Bs=o,o=n),o!==n?t=i=[i,o]:(Bs=t,t=n)):(Bs=t,t=n),t===n&&(s.substr(Bs,3)===as?(t=as,Bs+=3):(t=n,0===Xs&&ta(ts)),t===n&&(s.substr(Bs,7)===ns?(t=ns,Bs+=7):(t=n,0===Xs&&ta(is)),t===n&&(t=Bs,s.substr(Bs,2)===os?(i=os,Bs+=2):(i=n,0===Xs&&ta(rs)),i!==n?((o=ja())===n&&(o=null),o!==n?t=i=[i,o]:(Bs=t,t=n)):(Bs=t,t=n),t===n&&(t=Bs,s.substr(Bs,3)===ls?(i=ls,Bs+=3):(i=n,0===Xs&&ta(hs)),i!==n&&(o=Xa())!==n?(s.substr(Bs,4)===us?(r=us,Bs+=4):(r=n,0===Xs&&ta(cs)),r!==n?t=i=[i,o,r]:(Bs=t,t=n)):(Bs=t,t=n),t===n&&(s.substr(Bs,4)===us?(t=us,Bs+=4):(t=n,0===Xs&&ta(cs)),t===n&&(s.substr(Bs,3)===ls?(t=ls,Bs+=3):(t=n,0===Xs&&ta(hs)),t===n&&(t=Xa())))))))),t!==n)for(;t!==n;)a.push(t),es.test(s.charAt(Bs))?(t=s.charAt(Bs),Bs++):(t=n,0===Xs&&ta(ss)),t===n&&(t=Bs,46===s.charCodeAt(Bs)?(i=E,Bs++):(i=n,0===Xs&&ta(A)),i!==n?(o=Bs,Xs++,r=Bs,(l=Ua())!==n?(46===s.charCodeAt(Bs)?(h=E,Bs++):(h=n,0===Xs&&ta(A)),h!==n&&(u=Ua())!==n?(46===s.charCodeAt(Bs)?(c=E,Bs++):(c=n,0===Xs&&ta(A)),c!==n?r=l=[l,h,u,c]:(Bs=r,r=n)):(Bs=r,r=n)):(Bs=r,r=n),Xs--,r===n?o=void 0:(Bs=o,o=n),o!==n?t=i=[i,o]:(Bs=t,t=n)):(Bs=t,t=n),t===n&&(s.substr(Bs,3)===as?(t=as,Bs+=3):(t=n,0===Xs&&ta(ts)),t===n&&(s.substr(Bs,7)===ns?(t=ns,Bs+=7):(t=n,0===Xs&&ta(is)),t===n&&(t=Bs,s.substr(Bs,2)===os?(i=os,Bs+=2):(i=n,0===Xs&&ta(rs)),i!==n?((o=ja())===n&&(o=null),o!==n?t=i=[i,o]:(Bs=t,t=n)):(Bs=t,t=n),t===n&&(t=Bs,s.substr(Bs,3)===ls?(i=ls,Bs+=3):(i=n,0===Xs&&ta(hs)),i!==n&&(o=Xa())!==n?(s.substr(Bs,4)===us?(r=us,Bs+=4):(r=n,0===Xs&&ta(cs)),r!==n?t=i=[i,o,r]:(Bs=t,t=n)):(Bs=t,t=n),t===n&&(s.substr(Bs,4)===us?(t=us,Bs+=4):(t=n,0===Xs&&ta(cs)),t===n&&(s.substr(Bs,3)===ls?(t=ls,Bs+=3):(t=n,0===Xs&&ta(hs)),t===n&&(t=Xa()))))))));else a=n;return a!==n&&(Ds=e,a=ps()),e=a}function Ya(){var e,a,t,i,o,r;if(e=Bs,(a=Ua())!==n){if(t=[],i=Bs,xs.test(s.charAt(Bs))?(o=s.charAt(Bs),Bs++):(o=n,0===Xs&&ta(gs)),o!==n&&(r=Ua())!==n?i=o=[o,r]:(Bs=i,i=n),i===n&&(i=Bs,s.substr(Bs,7)===_s?(o=_s,Bs+=7):(o=n,0===Xs&&ta(ds)),o!==n&&(r=Ua())!==n?i=o=[o,r]:(Bs=i,i=n),i===n&&(i=Bs,s.substr(Bs,4)===fs?(o=fs,Bs+=4):(o=n,0===Xs&&ta(bs)),o!==n&&(r=Ua())!==n?i=o=[o,r]:(Bs=i,i=n),i===n&&(i=Bs,s.substr(Bs,2)===vs?(o=vs,Bs+=2):(o=n,0===Xs&&ta(ys)),o!==n&&(r=Ua())!==n?i=o=[o,r]:(Bs=i,i=n)))),i!==n)for(;i!==n;)t.push(i),i=Bs,xs.test(s.charAt(Bs))?(o=s.charAt(Bs),Bs++):(o=n,0===Xs&&ta(gs)),o!==n&&(r=Ua())!==n?i=o=[o,r]:(Bs=i,i=n),i===n&&(i=Bs,s.substr(Bs,7)===_s?(o=_s,Bs+=7):(o=n,0===Xs&&ta(ds)),o!==n&&(r=Ua())!==n?i=o=[o,r]:(Bs=i,i=n),i===n&&(i=Bs,s.substr(Bs,4)===fs?(o=fs,Bs+=4):(o=n,0===Xs&&ta(bs)),o!==n&&(r=Ua())!==n?i=o=[o,r]:(Bs=i,i=n),i===n&&(i=Bs,s.substr(Bs,2)===vs?(o=vs,Bs+=2):(o=n,0===Xs&&ta(ys)),o!==n&&(r=Ua())!==n?i=o=[o,r]:(Bs=i,i=n))));else t=n;t!==n?e=a=[a,t]:(Bs=e,e=n)}else Bs=e,e=n;return e}function Ha(){var e,a,t;return e=Bs,(a=La())===n&&(a=Za()),a===n&&(a=null),a!==n?(s.substr(Bs,5)===ms?(t=ms,Bs+=5):(t=n,0===Xs&&ta(ks)),t!==n?(Ds=e,e=a=$s(t)):(Bs=e,e=n)):(Bs=e,e=n),e}function qa(){var e,a,t,i,o,r,l,h,u,c,p;return e=Bs,(a=Ua())!==n?(s.substr(Bs,4)===ws?(t=ws,Bs+=4):(t=n,0===Xs&&ta(Es)),t===n&&(s.substr(Bs,2)===As?(t=As,Bs+=2):(t=n,0===Xs&&ta(Cs)),t===n&&(s.substr(Bs,2)===Js?(t=Js,Bs+=2):(t=n,0===Xs&&ta(Ms)))),t!==n&&(i=Ua())!==n?(o=Bs,s.substr(Bs,3)===Ss?(r=Ss,Bs+=3):(r=n,0===Xs&&ta(Is)),r!==n&&(l=Ua())!==n?(s.substr(Bs,4)===Ps?(h=Ps,Bs+=4):(h=n,0===Xs&&ta(Rs)),h!==n&&(u=Ua())!==n?(s.substr(Bs,2)===As?(c=As,Bs+=2):(c=n,0===Xs&&ta(Cs)),c!==n&&(p=Ua())!==n?o=r=[r,l,h,u,c,p]:(Bs=o,o=n)):(Bs=o,o=n)):(Bs=o,o=n),o===n&&(o=null),o!==n?e=a=[a,t,i,o]:(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n),e}function ja(){var e,a,t,i,o,r,l,h,u;return e=Bs,(a=Ua())!==n?(46===s.charCodeAt(Bs)?(t=E,Bs++):(t=n,0===Xs&&ta(A)),t!==n?(i=Bs,Xs++,o=Bs,(r=Ua())!==n?(46===s.charCodeAt(Bs)?(l=E,Bs++):(l=n,0===Xs&&ta(A)),l!==n&&(h=Ua())!==n?(46===s.charCodeAt(Bs)?(u=E,Bs++):(u=n,0===Xs&&ta(A)),u!==n?o=r=[r,l,h,u]:(Bs=o,o=n)):(Bs=o,o=n)):(Bs=o,o=n),Xs--,o===n?i=void 0:(Bs=i,i=n),i!==n?e=a=[a,t,i]:(Bs=e,e=n)):(Bs=e,e=n)):(Bs=e,e=n),e}function Ga(){var e,a,t,i,o,r,l,h;if(e=Bs,Ua()!==n)if(zs.test(s.charAt(Bs))?(a=s.charAt(Bs),Bs++):(a=n,0===Xs&&ta(Ts)),a!==n)if(Ua()!==n){if(t=Bs,(i=Oa())!==n){for(o=[],r=Bs,(l=Za())!==n&&(h=Oa())!==n?r=l=[l,h]:(Bs=r,r=n);r!==n;)o.push(r),r=Bs,(l=Za())!==n&&(h=Oa())!==n?r=l=[l,h]:(Bs=r,r=n);o!==n?t=i=[i,o]:(Bs=t,t=n)}else Bs=t,t=n;t!==n&&(i=Ua())!==n?(Ks.test(s.charAt(Bs))?(o=s.charAt(Bs),Bs++):(o=n,0===Xs&&ta(Ls)),o!==n?(Ds=e,e=Ns(t)):(Bs=e,e=n)):(Bs=e,e=n)}else Bs=e,e=n;else Bs=e,e=n;else Bs=e,e=n;return e}function Fa(){var e,a,t,i,o,r,l,h;if(e=Bs,Ua()!==n)if(a=Bs,44===s.charCodeAt(Bs)?(t=k,Bs++):(t=n,0===Xs&&ta($)),t!==n&&(i=Ua())!==n?a=t=[t,i]:(Bs=a,a=n),a===n&&(a=null),a!==n){if(t=Bs,(i=Oa())!==n){for(o=[],r=Bs,(l=Za())!==n&&(h=Oa())!==n?r=l=[l,h]:(Bs=r,r=n);r!==n;)o.push(r),r=Bs,(l=Za())!==n&&(h=Oa())!==n?r=l=[l,h]:(Bs=r,r=n);o!==n?t=i=[i,o]:(Bs=t,t=n)}else Bs=t,t=n;t!==n?(Ds=e,e=Ns(t)):(Bs=e,e=n)}else Bs=e,e=n;else Bs=e,e=n;return e}function Oa(){var e,a,t,i;return e=Bs,30===s.charCodeAt(Bs)?(a=Zs,Bs++):(a=n,0===Xs&&ta(Ys)),a!==n&&(t=Da())!==n?(30===s.charCodeAt(Bs)?(i=Zs,Bs++):(i=n,0===Xs&&ta(Ys)),i!==n?(Ds=e,e=a=Hs(t)):(Bs=e,e=n)):(Bs=e,e=n),e}function Ba(){var e;return(e=/^[0-9]{1,3}(?!\d|,000)/.exec(s.substr(Bs)))?(Ds=Bs,Bs+=e[0].length,{type:"integer",value:parseInt(e[0],10),indices:[Ds,Bs-1]}):n}function Da(){var e,a,t;if(e=Bs,a=[],ue.test(s.charAt(Bs))?(t=s.charAt(Bs),Bs++):(t=n,0===Xs&&ta(ce)),t!==n)for(;t!==n;)a.push(t),ue.test(s.charAt(Bs))?(t=s.charAt(Bs),Bs++):(t=n,0===Xs&&ta(ce));else a=n;return a!==n&&(Ds=e,a=qs(a)),e=a}function Wa(){var e,a,t;if(e=Bs,a=[],js.test(s.charAt(Bs))?(t=s.charAt(Bs),Bs++):(t=n,0===Xs&&ta(Gs)),t!==n)for(;t!==n;)a.push(t),js.test(s.charAt(Bs))?(t=s.charAt(Bs),Bs++):(t=n,0===Xs&&ta(Gs));else a=n;return a!==n&&(Ds=e,a=Fs(a)),e=a}function Va(){var e,a;return e=Bs,zs.test(s.charAt(Bs))?(a=s.charAt(Bs),Bs++):(a=n,0===Xs&&ta(Ts)),a!==n&&(Ds=e,a=Os(a)),e=a}function Ua(){var e;return(e=Xa())===n&&(e=null),e}function Xa(){var e;return(e=/^[\s\xa0*]+/.exec(s.substr(Bs)))?(Bs+=e[0].length,[]):n}if("punctuation_strategy"in a&&"eu"===a.punctuation_strategy&&(La=function(){var e,a,t,i;e=Bs,(a=Ua())!==n?(44===s.charCodeAt(Bs)?(t=k,Bs++):(t=n,0===Xs&&ta($)),t!==n&&(i=Ua())!==n?e=a=[a,t,i]:(Bs=e,e=n)):(Bs=e,e=n);return e},es=/^[;\/:&\-\u2013\u2014~]/),(t=o())!==n&&Bs===s.length)return t;throw t!==n&&Bs<s.length&&ta({type:"end"}),na(Us,Vs<s.length?s.charAt(Vs):null,Vs<s.length?aa(Vs,Vs+1):aa(Vs,Vs))}}}()}).call(this);