At first,thanks for ur reply
there isn't any spaces stored in my ini file. I already replace it with $chr(46) which means .

Now my problem is that I can't match the string in item. I want if sometext I require match in item then msg out the line.
here is my ini file
[Scripted]
Gossip.Girl=USA

I'm scripting a tvshow script. I want if the showname exist in my ini then halt.if not keep connecting to web and check,after return written down in ini in this format.

now the problem is the match. I already made if someone type !tv "Gossip.girl" or "gossip girl" set gossip = %string2 in regex.

I want if gossip isin Gossip.Girl then msg something out "Gossip.Girl USA Scripted" directly,or "Gossip.Girl=USA Scripted". But seems this is impossible in this way. U know the string1,2 and 3 r not the same everytime.