Search
str.scss
str.scss - set of functions that helps to manipulate strings.
v1.2.0 URL:
https://unpkg.com/str.scss@1.2.0/_str.scss
Open
Browse Files
scss
string
chars
char-at
split
join
to-swapcase
replace
bulk-replace
include
count
first-index
last-index
capitalize
decapitalize
reverse
trim
ltrim
rtrim
clean
is-blank
starts-with
ends-with
repeat
true-bool
Convert value to boolean(like Python bool).
v1.0.2 URL:
https://unpkg.com/true-bool@1.0.2/index.js
Open
Browse Files
bool
boolean
empty
is-empty
is empty
isempty
check empty
blank
is-blank
isblank
check blank
python bool
convert to boolean