Skip to content

ayhanyigid/clean-text-or-integer-in-variable-with-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Clean text or integer in variable with php

You can use like that ;

require('function.php');

String : clean_textint_in_variable('Istanbul12345','text'); // Export : Istanbul

Int : clean_textint_in_variable('Istanbul12345','int'); // Export : 12345

Php ile değişken içerisinde String bir ifadeyi temizlemek veya değerlerini almak için kullanılabilir. Ayrıca tam tersi String ifadeyi de alabilirsiniz.

ayigid[at]hotmail.com

About

Clean text or integer in variable with php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages