netgescon-master/netgescon/vendor/symfony/string
Pikappa2 480e7eafbd 🎯 NETGESCON - Setup iniziale repository completo
📋 Commit iniziale con:
-  Documentazione unificata in docs/
-  Codice Laravel in netgescon-laravel/
-  Script automazione in scripts/
-  Configurazione sync rsync
-  Struttura organizzata e pulita

🔄 Versione: 2025.07.19-1644
🎯 Sistema pronto per Git distribuito
2025-07-19 16:44:47 +02:00
..
Exception 🎯 NETGESCON - Setup iniziale repository completo 2025-07-19 16:44:47 +02:00
Inflector 🎯 NETGESCON - Setup iniziale repository completo 2025-07-19 16:44:47 +02:00
Resources 🎯 NETGESCON - Setup iniziale repository completo 2025-07-19 16:44:47 +02:00
Slugger 🎯 NETGESCON - Setup iniziale repository completo 2025-07-19 16:44:47 +02:00
AbstractString.php 🎯 NETGESCON - Setup iniziale repository completo 2025-07-19 16:44:47 +02:00
AbstractUnicodeString.php 🎯 NETGESCON - Setup iniziale repository completo 2025-07-19 16:44:47 +02:00
ByteString.php 🎯 NETGESCON - Setup iniziale repository completo 2025-07-19 16:44:47 +02:00
CHANGELOG.md 🎯 NETGESCON - Setup iniziale repository completo 2025-07-19 16:44:47 +02:00
CodePointString.php 🎯 NETGESCON - Setup iniziale repository completo 2025-07-19 16:44:47 +02:00
composer.json 🎯 NETGESCON - Setup iniziale repository completo 2025-07-19 16:44:47 +02:00
LazyString.php 🎯 NETGESCON - Setup iniziale repository completo 2025-07-19 16:44:47 +02:00
LICENSE 🎯 NETGESCON - Setup iniziale repository completo 2025-07-19 16:44:47 +02:00
README.md 🎯 NETGESCON - Setup iniziale repository completo 2025-07-19 16:44:47 +02:00
TruncateMode.php 🎯 NETGESCON - Setup iniziale repository completo 2025-07-19 16:44:47 +02:00
UnicodeString.php 🎯 NETGESCON - Setup iniziale repository completo 2025-07-19 16:44:47 +02:00

String Component

The String component provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way.

Resources