mbabli Posted August 22, 2006 Share Posted August 22, 2006 Hello, If I have the following string ="string"; extracted from an INI file and I want the string portion without the =""; chars, how can I do that? I do not know much about regular expressions. Link to comment https://forums.phpfreaks.com/topic/18317-extracting-string/ Share on other sites More sharing options...
mbabli Posted August 22, 2006 Author Share Posted August 22, 2006 Found it, \"([^\"])\" Link to comment https://forums.phpfreaks.com/topic/18317-extracting-string/#findComment-78701 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.