I want to replace < with < and > with > using regular expression if any these brackets or both the brackets exist in a string. so how do I check whether these brackets exist within a string with regular expression and replace any of them with < and > respectively.
I want to replace < with < and > with > using regular expression
Share
1 Answer