nyke0 Posted September 8, 2014 Posted September 8, 2014 (edited) String: [QUOTE=Mike][QUOTE=Daniel][QUOTE=Name]Text[/QUOTE]Text[/QUOTE]Text[/QUOTE] This is a test string. '[QUOTE=Mike][QUOTE=Daniel][QUOTE=Name]Text[/QUOTE]Text[/QUOTE]Text[/QUOTE]' & @CRLF & @CRLF & 'This is a test string.' How I can remove a Text betweens Tags and also the tags? Result should be like 'This is a test string.' Edited September 8, 2014 by nyke0
Solution Inververs Posted September 8, 2014 Solution Posted September 8, 2014 StringRegExpReplace($string,'\[.*\]','')
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