mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 14:05:46 +01:00
updated isLatin check doggy.gif
This commit is contained in:
@@ -70,7 +70,7 @@
|
|||||||
collapseDash: /-+/g,
|
collapseDash: /-+/g,
|
||||||
trimTrailingDash: /-$/g,
|
trimTrailingDash: /-$/g,
|
||||||
trimLeadingDash: /^-/g,
|
trimLeadingDash: /^-/g,
|
||||||
isLatin: /^[\w]+$/,
|
isLatin: /^[\w\d\s.,\-@]+$/,
|
||||||
languageKeyRegex: /\[\[[\w]+:.+\]\]/,
|
languageKeyRegex: /\[\[[\w]+:.+\]\]/,
|
||||||
|
|
||||||
//http://dense13.com/blog/2009/05/03/converting-string-to-slug-javascript/
|
//http://dense13.com/blog/2009/05/03/converting-string-to-slug-javascript/
|
||||||
|
|||||||
Reference in New Issue
Block a user