How to remove numbers from left string in php?
The function returns a substring from the left to the position with the first numeric character.
1. Code:
2. Example:
Input:
"Soltuts.com1234 is providing PHP tutorials"
Output:
Soltuts.com
The function returns a substring from the left to the position with the first numeric character.
"Soltuts.com1234 is providing PHP tutorials"
Soltuts.com