This commit is contained in:
Ashley Connor 2025-04-06 18:43:06 -07:00 committed by GitHub
commit 1284154caf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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