What are the uses of Regex other than bulk renaming? Where can I find more info about other uses of regex?
Solved
What are the uses of Regex other than bulk renaming? Where can I find more info about other uses of regex?
Best answer by Gleb
Or do you mean applications of regex in general? Usually it’s used for complex pattern matching where simple search won’t help. For example, validating that a URL is a valid Figma URL. I wrote an article about this:
Medium – 1 Apr 19Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.