Finding words between special characters using Unicode regex

前端 未结 0 1563

I have a working regular expression which matches the words below.

Input:

(T1.Test)
(AT.Test)

Match:

T1.Test
AT.Test


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题