Starting to title case

This commit is contained in:
Michaela Brydon 2023-11-30 11:15:59 -05:00
parent d7fcadb1f0
commit 0ee833f584

View file

@ -400,7 +400,10 @@ export default {
result += remainingDigits.replace(/^(\d{3})(\d{3})(\d{4})/, '$1-$2-$3');
}
return result;
}
}// ,
// toTitleCase(word) {
// const first = word[0].
// }
}
};
</script>