I want to check whether a string contains # or not.
Then if it contains #, I want to find the content after #.
For example,
test#1— This should return me1.test*1— This should not return anything.test#123Test— This should return123Test.
Please let me know. Thanx in advance.
1 Answer