非常に長いテキストを揃える方法はありますか?
このコードの例:
System.out.println("\tHi this is a very long string to test the automated newline but I want to have the newline to be tab indented too.");
以下の代わりに
Hi this is a very long string to test the automated newline but I want to
have the newline to be tab indented too.
これ欲しい
Hi this is a very long string to test the automated newline but I want to
have the newline to be tab indented too.
だから、改行を最初の文に揃えてほしい。そこにライブラリが存在するか、デフォルトの String Java メソッドはありますか?