org.jclouds.gogrid.util
Class GoGridUtils
java.lang.Object
org.jclouds.gogrid.util.GoGridUtils
public class GoGridUtils
- extends Object
- Author:
- Oleksiy Yarmula
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoGridUtils
public GoGridUtils()
parseStringByPatternAndGetNthMatchGroup
public static String parseStringByPatternAndGetNthMatchGroup(String stringToParse,
Pattern pattern,
int nthGroup)
- Matches nth group or returns null.
- Parameters:
stringToParse - string that the pattern will be applied topattern - regular expression patternnthGroup - number of the group to extract / return
- Returns:
- matched group or null
Copyright © 2009-2010 jclouds. All Rights Reserved.