bp/Lua
2021-09-22 23:51:34 -07:00
..
lbp.c Added Lua bindings 2021-09-22 23:51:34 -07:00
Makefile Added Lua bindings 2021-09-22 23:51:34 -07:00
README.md Added Lua bindings 2021-09-22 23:51:34 -07:00

Lua Bindings

This directory contains Lua bindings for bp.

API

local bp = require("bp")
local m, i, len = bp.match("like finding a needle in a haystack", '"n" +`e "dle"')
local replaced = bp.match("like finding a needle in a haystack", '"n" +`e "dle"', "cat")