Home
last modified time | relevance | path

Searched refs:inputText (Results 1 – 1 of 1) sorted by relevance

/webtrees/app/Report/
H A DRightToLeftSupport.php89 … * @param string $inputText The string from which the ‎ and ‏ characters should be stripped
93 private static function stripLrmRlm(string $inputText): string argument
107 ], '', $inputText);
114 * @param string $inputText Raw input
118 public static function spanLtrRtl(string $inputText): string argument
120 if ($inputText === '') {
125 $workingText = str_replace("\n", '<br>', $inputText);