osglworks / java-tool

Some simple common Java utilities
Apache License 2.0
52 stars 18 forks source link

Keyword - add acronym method #210

Closed greenlaw110 closed 5 years ago

greenlaw110 commented 5 years ago

So with the following code

Keyword keyword = Keyword.of("FooBar");
System.out.println(keyword.acronym()); \

It prints out FB in the console.