Skip to content

Commit

Permalink
deploy: 520054a
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenVerborgh committed Nov 12, 2022
1 parent 404ae18 commit ebfe8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/N3Writer.html
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ <h3 id="addprefixes-adds-the-prefixes-to-the-output-stream"><code>addPrefixes</c
}
IRIlist = escapeRegex(IRIlist, <span class="hljs-regexp">/[\]\/\(\)\*\+\?\.\\\$]/g</span>, <span class="hljs-string">&#x27;\\$&amp;&#x27;</span>);
<span class="hljs-variable language_">this</span>.<span class="hljs-property">_prefixRegex</span> = <span class="hljs-keyword">new</span> <span class="hljs-title class_">RegExp</span>(<span class="hljs-string">`^(?:<span class="hljs-subst">${prefixList}</span>)[^\/]*$|`</span> +
<span class="hljs-string">`^(<span class="hljs-subst">${IRIlist}</span>)([a-zA-Z][\\-_a-zA-Z0-9]*)$`</span>);
<span class="hljs-string">`^(<span class="hljs-subst">${IRIlist}</span>)([_a-zA-Z][\\-_a-zA-Z0-9]*)$`</span>);
}</pre></div></div>

</li>
Expand Down

0 comments on commit ebfe8f9

Please sign in to comment.