Question
How to get the characters in 【】, in the script file name?
For example, my script name has two cases:
Rename Links with Caption behind 【@】 characters.jsx
Rename Links with Caption behind 【】characters.jsx
The key character of the first one is @, the second one is empty
Now I want to get the characters between【】.
If there is content in 【】, get it, if it is empty, get empty("").
Thank you very much.
