Package org.dspace.text.filter
Class StripLeadingNonAlphaNum
- java.lang.Object
-
- org.dspace.text.filter.StripLeadingNonAlphaNum
-
- All Implemented Interfaces:
TextFilter
public class StripLeadingNonAlphaNum extends Object implements TextFilter
-
-
Constructor Summary
Constructors Constructor Description StripLeadingNonAlphaNum()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringfilter(String str)Stringfilter(String str, String lang)
-
-
-
Method Detail
-
filter
public String filter(String str)
- Specified by:
filterin interfaceTextFilter
-
filter
public String filter(String str, String lang)
- Specified by:
filterin interfaceTextFilter
-
-