阅读背景:

任何引号之间的字符串的正则表达式

来源:互联网 

I want to write a regular expression for a string starts with quotation mark and ends with same mark. It consists of alpha numeric words (e.g. "PL", or 'CS', . . . ). I thought about [^"].*[^"] , but this is only work for "" these. i want output like input: "CS300" output: 1 tSTRING or input:'a' ouput: 1 tSTRINGI want to write a regular expression for a stri




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: