使用正则表达式匹配斜体格式

问题描述:

大家好,



有没有选择在Re​​gex中找到斜体格式的单词..?

Hi All,

Is there any option to find italic format words in Regex..?

字体信息不存储在字符中,而是存储在包含它的文件中的元数据中。您需要知道文件的格式和结构才能找到斜体字符/单词。你不能用正则表达式来做。
Font information is not stored in the characters, but in meta data within the file that contains it. You would need to know the format and structure of the file in order to find italic characters/words. And you cannot do it with regular expressions.