1. 首页
  2. 数据库
  3. 其它
  4. trny:一个从字符串中提取交易信息的javascript程序包 源码

trny:一个从字符串中提取交易信息的javascript程序包 源码

上传者: 2021-04-04 07:36:42上传 ZIP文件 55.22KB 热度 5次
特雷尼 一个JavaScript程序包,可从字符串中提取交易信息,例如帐号,已花费的资金,余额和交易类型 安装 npm install trny 用法 import { getTransactionInfo } from "trny" ; const message = "Your a/c XX0413 is debited on 15/12/2020 by INR 3,211.00 towards purchase. Avl Bal: INR 5,603.54." ; const info = getTransactionInfo ( message ) ; /* info = { account: { type: "account", no: "0413" }, balance: 5603.54, money: 3211.00,
下载地址
用户评论