asked on October 27, 2023
Hello everyone.
I'm trying to find a regular expression that will allow me to retrieve the first letters of each word in a string, despite the number of spaces inside.
Example: " This is a 1 regular expression test. "
Return: "Tiaret"
Does anyone have the expression?
Thanks in advance.
0
0