Skip to content

possible bug: normaliseLamAlef is no op. #92

Description

@DrGo

$search and $replace are identical in this block;
if ($this->normaliseLamAlef) {
$search = ['لا', 'لآ', 'لأ', 'لإ'];
$replace = ['لا', 'لآ', 'لأ', 'لإ'];
$text = str_replace($search, $replace, $text);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions