Remove characters before character "."
Posted
by loviji
on Stack Overflow
See other posts from Stack Overflow
or by loviji
Published on 2010-06-02T15:52:17Z
Indexed on
2010/06/02
15:54 UTC
Read the original article
Hit count: 788
c#
How effectively remove all character in string that placed before character "."?
Input: Amerika.USA
Output: USA
© Stack Overflow or respective owner