Tell me Please!!!

Regex for "with something doing/done"

I write a regular expression to search with sth doing/done.
with_IW\s(\w+_AT1?\s+)?(\w+_J\w+\s+)?(\w+_N\w+\s)+(\w+_V\wG|\w+_V\wN)
Is there anything wrong?
 
Back
顶部