This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
now-cli
mirror of
https://github.com/lukechilds/now-cli.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
651
Commits
2
Branches
188
Tags
2.3 MiB
JavaScript
100%
Tree:
5a6d8481d6
now-cli
/
lib
/
strlen.js
3 lines
87 B
Raw
Blame
History
export
default
function
strlen
(
str
)
{
return
str
.
replace
(
/\x1b[^m]*m/g
,
''
)
.
length
}
Reference in new issue