Tools:
- TypeORM
npx create-next-app seo --use-yarn --example "https://github.com/vercel/next-learn/tree/master/basics/learn-starter"
Main Concept
| # NestJS Tutorial 2023 Content |
export const StringHelpers = {
replaceVietNameseCharacter: (str: string) => {
let newStr = str;
const characterSet = {
a: "á|à|ả|ã|ạ|ă|ắ|ặ|ằ|ẳ|ẵ|â|ấ|ầ|ẩ|ẫ|ậ",
d: "đ",
e: "é|è|ẻ|ẽ|ẹ|ê|ế|ề|ể|ễ|ệ",
i: "í|ì|ỉ|ĩ|ị",
o: "ó|ò|ỏ|õ|ọ|ô|ố|ồ|ổ|ỗ|ộ|ơ|ớ|ờ|ở|ỡ|ợ",