StringUtils
reqt.StringUtils
object StringUtils
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
StringUtils.type
Members list
Extensions
Extensions
extension (s: String)
Strip leading whitespace. From Java 17 there is stripLeading on String; this is here to run on Java 8, 11.
Strip leading whitespace. From Java 17 there is stripLeading on String; this is here to run on Java 8, 11.
Attributes
Indent and trim each line with spaces and add trailing newline if missing. From Java 17 there is indent on String; this is here to run on Java 8, 11.
Indent and trim each line with spaces and add trailing newline if missing. From Java 17 there is indent on String; this is here to run on Java 8, 11.
Attributes
In this article