mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-07 14:57:12 -04:00
Merge 5346666b48
into 07eea0f484
This commit is contained in:
commit
1284154caf
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ import {
|
|||
import InputCopyable from '../../components/InputCopyable.vue';
|
||||
|
||||
const baseConfig = {
|
||||
stripRegexp: /[^A-Za-zÀ-ÖØ-öø-ÿ]+/gi,
|
||||
stripRegexp: /[^A-Za-z0-9À-ÖØ-öø-ÿ]+/gi,
|
||||
};
|
||||
|
||||
const input = ref('lorem ipsum dolor sit amet');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue