CloudPlugs REST Library  1.0.0
for Android
Str Class Reference

Tool class to simplify some String operations. This class is for internal usage. More...

Static Public Member Functions

static String join (Object[] arr, String sep)
 
static String csv (Object[] arr)
 
static Pattern regexExact (String exp)
 
static Pattern regexCsv (String exp)
 

Detailed Description

Tool class to simplify some String operations. This class is for internal usage.

Member Function Documentation

◆ csv()

static String csv ( Object []  arr)
static

◆ join()

static String join ( Object []  arr,
String  sep 
)
static

◆ regexCsv()

static Pattern regexCsv ( String  exp)
static

◆ regexExact()

static Pattern regexExact ( String  exp)
static