1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-07 22:45:19 +02:00

Modify baseConfig in case convertor to no longer strip numbers

Fixes #1446
This commit is contained in:
Ashley Connor 2025-01-13 21:56:55 -08:00
parent 08d977b8cd
commit 5346666b48
No known key found for this signature in database

View file

@ -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');