hi,
I have to read a file and check for some tokens (special openTag and closeTag):
#- is open tag
-# is close tag
I put the entire file (2 pages) into a string (Will it be ok? ) and now, what's the best appproch to find #- in the String? charAt() ????
Thanks..
I have to read a file and check for some tokens (special openTag and closeTag):
#- is open tag
-# is close tag
I put the entire file (2 pages) into a string (Will it be ok? ) and now, what's the best appproch to find #- in the String? charAt() ????
Thanks..
Comment