Starting to title case
This commit is contained in:
parent
d7fcadb1f0
commit
0ee833f584
1 changed files with 4 additions and 1 deletions
|
|
@ -400,7 +400,10 @@ export default {
|
||||||
result += remainingDigits.replace(/^(\d{3})(\d{3})(\d{4})/, '$1-$2-$3');
|
result += remainingDigits.replace(/^(\d{3})(\d{3})(\d{4})/, '$1-$2-$3');
|
||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}// ,
|
||||||
|
// toTitleCase(word) {
|
||||||
|
// const first = word[0].
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue