Browse by Tags

All Tags » clean data » sql server » regular expression (RSS)

Removing tags from a string

In http://ask.sqlteam.com , a question was asked about removing the comments from the HTML template The comments have the following pattern {/*}comment{*/} The comments can be nested too The task is to remove all the comments Here is my solution declare...