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

Filed under:
|

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

Related posts about php

Related posts about regex