#1081·text-mask

How to use mask be like "\([a-zA-Z0-9.\-|\:]{1,}\)"?

Author: tanobi92Created Jun 23, 2023Updated Jun 23, 2023

I want to use mask for string : "(172.27.173.182:3001|localhost:3001|172.27.131.174|google.com)". The string's length is dynamic.

image

Help me, please! Thanks.