I'm trying to import the package java.util.regex.*; and keep hitting an error in line 1 of my code.
import java.util.regex.*;
Returns error: Illegal use of reserved word 'import'
Any idea what is going on here?
I'm writing my code in Adobe ExtendScript Toolkit for use in Photoshop CC.