Lazarus Posted October 11, 2006 Posted October 11, 2006 Hi! i got this variable: $var = "<script=blablabal></script>Allyourbase<br><br><img src=blabla>" I need only "Allyourbase" from this, how can i remove html stuffs from this text? btw the HTML elements can be different every time --> trimming is not an option Thank you! and sorry 4 poor english
Moderators SmOke_N Posted October 11, 2006 Moderators Posted October 11, 2006 Hi! i got this variable: $var = "<script=blablabal></script>Allyourbase<br><br><img src=blabla>" I need only "Allyourbase" from this, how can i remove html stuffs from this text? btw the HTML elements can be different every time --> trimming is not an option Thank you! and sorry 4 poor english Look for _SRE_Between() in search. Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now