Socket
Socket
Sign inDemoInstall

vn-str

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.1 to 0.3.2

2

package.json
{
"name": "vn-str",
"version": "0.3.1",
"version": "0.3.2",
"description": "Vietnamese string processing library.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -56,5 +56,3 @@ *Đọc bằng ngôn ngữ khác: [English](README.md).*

var vnStr = require("vn-str");
var str = vnStr.rmNonAlphanumeric(
"Anh ta đã sưu tập nhiều các đồ vật kỳ lạ: trứng chim, tem, nắp chai, dây và cúc áo."
);
var str = vnStr.rmNonAlphanumeric("Anh ta đã sưu tập nhiều các đồ vật kỳ lạ: trứng chim, tem, nắp chai, dây và cúc áo.");
console.log(str); // => "Anh ta đã sưu tập nhiều các đồ vật kỳ lạ trứng chim tem nắp chai dây và cúc áo"

@@ -88,5 +86,5 @@ ```

### 5. Kiểm Tra Dấu Tiếng Việt
### 6. Kiểm Tra Dấu Tiếng Việt
Example:
Ví dụ:

@@ -93,0 +91,0 @@ ```js

*Read this in other languages: [Tiếng Việt](README-vn.md).*
## What is this?

@@ -86,3 +85,3 @@

### 5. Check Vietnamese Tones
### 6. Check Vietnamese Tones

@@ -89,0 +88,0 @@ Example:

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc