ingredientparser:简单的配方成分解析器

时间:2024-07-05 05:22:32
【文件属性】:

文件名称:ingredientparser:简单的配方成分解析器

文件大小:6KB

文件格式:ZIP

更新时间:2024-07-05 05:22:32

JavaScript

成分解析器 简单的配方成分解析器。 将单行文本解析为 JavaScript 对象,该对象代表对成分行应该是什么的最佳猜测。 适用于任何支持 Array.forEach、Array.reduce 和 Object.keys 的浏览器。 为什么? 我正在构建一个食谱管理应用程序,并且没有在浏览器中工作的好的成分解析器。 所以,我写了一篇。 安装 npm install ingredientparser 如何 在空白字符(空格和制表符)上分解输入字符串 检查并连接数字或小数值 检查可选或(可选) 检查“品尝” 检查 () 中的文本以查找准备步骤 删除所有干扰词 返回结果对象 输入模式 [of] () optional|(optional) () 用法 var ing = require('ingred


【文件预览】:
ingredientparser-master
----.gitignore(41B)
----package.json(687B)
----.travis.yml(49B)
----index.js(145B)
----lib()
--------defaults.js(953B)
--------parser.js(6KB)
----readme.md(1KB)
----test()
--------test.js(5KB)

网友评论