If i had:
strName = "Sam"
Is there a function where it would separate strName into all possibilities using periods, for example:
Sam
S.am
Sa.m
S.a.m
Thanks in advance
strName = "Sam"
Is there a function where it would separate strName into all possibilities using periods, for example:
Sam
S.am
Sa.m
S.a.m
Thanks in advance
Comment