``` \"[\u0000-\U10FFFF]*\" { printf("line%d type:STRING,value:%s\n", yylineno, yytext); } ``` input :"A" output:line1 type:STRING,value:"A" input:"你好" but nothing is output