I'm looking for a regular expression to find a string between < > in unix
我正在寻找一个正则表达式来在unix中的<>之间找到一个字符串
for example
例如
hello <en> this is a <test>
then I need to get as a result
然后我需要得到结果
<en> <test>
I'm looking for a regular expression to find a string between < > in unix
我正在寻找一个正则表达式来在unix中的<>之间找到一个字符串
for example
例如
hello <en> this is a <test>
then I need to get as a result
然后我需要得到结果
<en> <test>