How to match Regex right to left in php
Posted
by monkey_boys
on Stack Overflow
See other posts from Stack Overflow
or by monkey_boys
Published on 2010-06-14T09:13:23Z
Indexed on
2010/06/14
9:22 UTC
Read the original article
Hit count: 177
This my simple data : <table></table><table></table><table>aaa</table>
how to match <table></table><table></table>***<table>aaa</table>***
it should be return <table></table><table></table>
© Stack Overflow or respective owner