mapcode-regex:匹配地图代码的正则表达式

时间:2024-06-15 01:50:30
【文件属性】:

文件名称:mapcode-regex:匹配地图代码的正则表达式

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-15 01:50:30

JavaScript

映射代码正则表达式 匹配正则表达式 安装 $ npm install mapcode-regex 用法 const mapcodeRegex = require ( 'mapcode-regex' ) ; mapcodeRegex ( ) . test ( '4J.Q2' ) ; //=> true mapcodeRegex ( ) . test ( 'Hawaii ZSR.3J' ) ; //=> true mapcodeRegex ( ) . exec ( 'This is a mapcode FRA 4J.Q2' ) [ 0 ] ; //=> 'FRA 4J.Q2' 'Multiple FRA 4J.Q2 Hawaii ZSR.3J mapcodes' . match ( mapcodeRegex ( ) ) ; //=> ['FRA 4J.Q2', 'Hawaii ZSR.3J


【文件预览】:
mapcode-regex-main
----.gitignore(13B)
----make.js(896B)
----package.json(872B)
----index.js(13KB)
----test.js(461B)
----.github()
--------workflows()
----license(1KB)
----readme.md(717B)
----.gitattributes(29B)
----.editorconfig(190B)

网友评论