| Modifier and Type | Method and Description |
|---|---|
static String |
trim(String s)
Returns a copy of the string, with leading and trailing whitespace omitted.
|
public static String trim(String s)
s - A StringString.trim()Copyright © 2022. All rights reserved.