javiercejudo / find-closing-symbol

Find closing symbol (parentheses, curly braces...)

Home Page:https://www.npmjs.com/package/find-closing-symbol

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find-closing-symbol

Build Status Coverage Status Code Climate

Find closing symbol (parentheses, curly braces...)

Install

npm i find-closing-symbol

Usage

var findClosingSymbolFactory = require('find-closing-symbol');
var findClosingParenthesis = findClosingSymbolFactory('(', ')');

findClosingParenthesis('2 + (5 + 1)) * 5'); // => 12

See spec.

About

Find closing symbol (parentheses, curly braces...)

https://www.npmjs.com/package/find-closing-symbol

License:MIT License


Languages

Language:JavaScript 100.0%