Package javapersianutils.core.string
Class FixDash
- java.lang.Object
-
- javapersianutils.core.string.FixDash
-
public class FixDash extends Object
Fix Dash
Replaces double dash to ndash and triple dash to mdash- Since:
- 3/17/2019
- Version:
- 1.0
- Author:
- Mahdi Razavi
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
normalizeDashes(String text)
Replaces double dash to ndash and triple dash to mdash.
-