|
|
|
|
|
by coldtea
3547 days ago
|
|
>There are regex libraries for C Which everybody here knows and nobody doubted. So, a big duh! What the parent means is with Python you don't need to go and install one, adjust your makefiles, etc. Regex are right there in the standard library, and things that are not are immediately usable in just a "pip install" away. |
|