Search String in a line
hi, How do u search a string in a line and only return the string which i search of?
4 posts
Originally posted by kichikThat's exactly the piece of information I was looking for. I was reading the ${StrStr} section in StrFunc.txt and was able to find what this function returns if the string is found, but not what it returns when the string is NOT found.
If the string isn't found, it'll return an empty string.