jarvisluong
Follow
Never AWOL
Pinned Loading
-
react-navigation/react-navigation
react-navigation/react-navigation PublicRouting and navigation for your React Native apps
-
jwasham/coding-interview-university
jwasham/coding-interview-university PublicA complete computer science study plan to become a software engineer.
-
-
Converting standard Vietnamese Chara...
Converting standard Vietnamese Characters to non-accent ones (Chuyển đổi ký tự tiếng Việt sang không dấu). Example: hải -> hai 1// This function converts the string to lowercase, then perform the conversion
2function toLowerCaseNonAccentVietnamese(str) {
3str = str.toLowerCase();
4// We can also use this instead of from line 11 to line 17
5// str = str.replace(/\u00E0|\u00E1|\u1EA1|\u1EA3|\u00E3|\u00E2|\u1EA7|\u1EA5|\u1EAD|\u1EA9|\u1EAB|\u0103|\u1EB1|\u1EAF|\u1EB7|\u1EB3|\u1EB5/g, "a");
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.