KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
diacritics-remover
★ 9
Open GitHub ↗
Diacritics Remover
Download README (.md)
Explore Similar Repositories
golang-vr-opengl-engine
:
Using OVR 0.5 Linux SDK with golang
queues
:
Fast thread-safe queues in Swift
labelweb
:
LabelWeb - Web interface to print labels for you.
tinyscroll.js
:
A tiny datetime scroller plugin for mobile
Snapper
:
Java lib for WeChat Pub.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
diacritics-remover
?
Download (.md)
Diacritics Remover ================== This package is abandoned, I suggest you use [symfony/string](https://packagist.org/packages/symfony/string) instead, it provides you with `AsciiSlugger` that provides similar functionality via `(new AsciiSlugger())->slug('Čokl běžel po džemu');` [](https://travis-ci.org/mhlavac/diacritics-remover) removes diacritics from strings ## Example ``` php $original = 'Čokl běžel po džemu' $remover = new DiacriticsRemover() $output = $remover->parse($original); echo $output; // Cokl bezel po dzemu ``` ## Installation via composer: `composer require mhlavac/diacritics-remover`