public class Functions extends Object
Each function is defined as a static method.
Functions()
static String
caps(String text)
static int
numVowels(String text)
reverse(String text)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Functions()
public static String reverse(String text)
public static int numVowels(String text)
public static String caps(String text)
Copyright © 2015 WSO2 Inc. All rights reserved.