Skip to content

Commit

Permalink
Modify baseConfig in case convertor to no longer strip numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleyconnor committed Jan 14, 2025
1 parent 08d977b commit 5346666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/case-converter/case-converter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
import InputCopyable from '../../components/InputCopyable.vue';
const baseConfig = {
stripRegexp: /[^A-Za--ÖØ-öø-ÿ]+/gi,
stripRegexp: /[^A-Za-z0-9À-ÖØ-öø-ÿ]+/gi,
};
const input = ref('lorem ipsum dolor sit amet');
Expand Down

0 comments on commit 5346666

Please sign in to comment.