net.java.sen.util
Class TextUtil

java.lang.Object
  extended by net.java.sen.util.TextUtil

public class TextUtil
extends Object

Miscellaneous text utilities


Constructor Summary
TextUtil()
           
 
Method Summary
static String invertKanaCase(String result)
          Swap hiragana and katakana
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextUtil

public TextUtil()
Method Detail

invertKanaCase

public static String invertKanaCase(String result)
Swap hiragana and katakana

Parameters:
result - The string to convert
Returns:
The converted string


Copyright © 2012. All Rights Reserved.