3
Example, we receive a login this way
joao.silvestre
And I want to take the string with the following rule:
The first letter of the name + the 7 letters that comes after the point that separates the surname from the surname, for example:
jsilvest
How do I capture this string by following the above rules in PHP?
Perfect. It worked right :) Thank you very much.
– Rafael Brito
You’re welcome @Rafaelbrito
– Miguel
. . time: 6.9μs
– Daniel Omine