@pythonify/string-find

0.1.0 • Public • Published

str[py].find(sub[, start[, end]])

Python docs str.find

Usage

const py             = Symbol.for('pythonify');

"Hello World"[py].find('World')              // 6
"Hello World"[py].find('World', 6)           // 0
"Hello World"[py].find('World', 6, 7)        // -1

Readme

Keywords

Package Sidebar

Install

npm i @pythonify/string-find

Weekly Downloads

1

Version

0.1.0

License

none

Last publish

Collaborators

  • brisebom