mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-08 06:55:26 +02:00
upd bundles
This commit is contained in:
parent
5dd2a4f897
commit
a2a37eeed2
2 changed files with 2 additions and 376 deletions
376
public/dist/code-styling.bundle.js
vendored
376
public/dist/code-styling.bundle.js
vendored
File diff suppressed because one or more lines are too long
|
@ -12,7 +12,7 @@ module.exports = function urlify(string) {
|
||||||
string = string.replace(/(<([^>]+)>)/ig, '');
|
string = string.replace(/(<([^>]+)>)/ig, '');
|
||||||
|
|
||||||
// remove nbsp
|
// remove nbsp
|
||||||
string =string.replace(/ /g, ' ');
|
string = string.replace(/ /g, ' ');
|
||||||
|
|
||||||
// remove all symbols except chars
|
// remove all symbols except chars
|
||||||
string = string.replace(/[^a-zA-Z0-9А-Яа-яЁё ]/g, ' ');
|
string = string.replace(/[^a-zA-Z0-9А-Яа-яЁё ]/g, ' ');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue