Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/libgdx/libgdx
/ containsIgnoreCase
Method
containsIgnoreCase
gdx/src/com/badlogic/gdx/utils/CharArray.java:1304–1306 ·
view source on GitHub ↗
(String str)
Source
from the content-addressed store, hash-verified
1302
}
1303
1304
public
boolean containsIgnoreCase (String str) {
1305
return
indexOfIgnoreCase(str, 0) != -1;
1306
}
1307
1308
/** Deletes the characters between the two specified indices.
1309
* @param start the start index, inclusive
Callers
1
stringComparisonTest
Method · 0.95
Calls
1
indexOfIgnoreCase
Method · 0.95
Tested by
1
stringComparisonTest
Method · 0.76