Package javapersianutils.core.string
Class FixEnglishQuotes
- java.lang.Object
-
- javapersianutils.core.string.FixEnglishQuotes
-
public class FixEnglishQuotes extends Object
Replaces English quotes with their Persian equivalent
-
-
Constructor Summary
Constructors Constructor Description FixEnglishQuotes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
NormalizeEnglishQuotes(String text)
Replaces English quotes with their Persian equivalent.
-