Sitelet https://codeql.github.com/codeql-standard-libraries/java/predicate.string$trim.0.html
CodeQL library for Java/Kotlin
codeql/java-all 9.2.3 (changelog, source)
Search

Primitive predicate string::trim

Returns a copy of the receiver with all whitespace removed from the beginning and end of the string (where whitespace is defined as Unicode code points ‘\u0000’ through ‘\u0020’ inclusive)

string trim()