P
phoenix
Hi,
having 2 strings i need to find out if the last letters of the first string
are the first letters of the second one. I can program this easily with
strings by talking larger or smaller groups of letters of both words and
comparing them. Now I was wondering if this somehow was possible with
regular expressions. If so, I think they would make my code a bit easier but
I have no clue where to start with a regex for such a thing. Any ideas?
tia
Yves
having 2 strings i need to find out if the last letters of the first string
are the first letters of the second one. I can program this easily with
strings by talking larger or smaller groups of letters of both words and
comparing them. Now I was wondering if this somehow was possible with
regular expressions. If so, I think they would make my code a bit easier but
I have no clue where to start with a regex for such a thing. Any ideas?
tia
Yves