Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/javascriptdata/danfojs
/ strings.test.js
File
strings.test.js
src/danfojs-browser/tests/core/strings.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
/* eslint-disable no-undef */
2
3
describe(
"Str"
,
function
() {
4
it(
"Converts all characters to lowercase."
,
function
() {
Callers
nothing calls this directly
Calls
15
toLowerCase
Method · 0.80
toUpperCase
Method · 0.80
capitalize
Method · 0.80
charAt
Method · 0.80
concat
Method · 0.80
startsWith
Method · 0.80
endsWith
Method · 0.80
includes
Method · 0.80
indexOf
Method · 0.80
lastIndexOf
Method · 0.80
repeat
Method · 0.80
search
Method · 0.80
Tested by
no test coverage detected