Searched refs:inputText (Results 1 – 1 of 1) sorted by relevance
89 … * @param string $inputText The string from which the ‎ and ‏ characters should be stripped93 private static function stripLrmRlm(string $inputText): string argument107 ], '', $inputText);114 * @param string $inputText Raw input118 public static function spanLtrRtl(string $inputText): string argument120 if ($inputText === '') {125 $workingText = str_replace("\n", '<br>', $inputText);