mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-06 22:37:12 -04:00
Modify baseConfig in case convertor to no longer strip numbers
Fixes #1446
This commit is contained in:
parent
08d977b8cd
commit
5346666b48
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