N
NurAzije
Hi,
I need a regular expresion which will take all chars from a string
which can be used for files naming on linux, something which will
filter the string from any char which is not allowed to be in a regular
file name..
I think the allowed ones are a-zA-Z0-9 I need a regex that will filter
me everything that is not in this combination..
Thank you
regards,
Nur
I need a regular expresion which will take all chars from a string
which can be used for files naming on linux, something which will
filter the string from any char which is not allowed to be in a regular
file name..
I think the allowed ones are a-zA-Z0-9 I need a regex that will filter
me everything that is not in this combination..
Thank you
regards,
Nur