org.kemet.toolbox
Class Extract

java.lang.Object
  extended by org.kemet.toolbox.Extract

public class Extract
extends java.lang.Object

Since:
0.1
Author:
fabricemaupin

tools for extraction caracters


Constructor Summary
Extract()
           instantiate the extract object.
 
Method Summary
static java.lang.String[] extractedNoAlphaNumericCaracters(java.lang.String str)
           extraction no alpha numeric caracters.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Extract

public Extract()

instantiate the extract object.

Since:
0.1
Method Detail

extractedNoAlphaNumericCaracters

public static java.lang.String[] extractedNoAlphaNumericCaracters(java.lang.String str)

extraction no alpha numeric caracters.

Parameters:
str - string to process
Returns:
no alpha numeric caracters list
Since:
0.1


Copyright © 2008 F. MAUPIN. All Rights Reserved.