国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術文章
文章詳情頁

Python正則表達式問題,(?i)什么意思

瀏覽:102日期:2022-07-02 18:25:08

問題描述

filter(re.compile(’(?i)([qwertyuiop]|[asdfghjkl]|[zxcvbnm]*)$’).match, words)如上,這是一個Python語句,(?i)什么意思?

問題解答

回答1:

(?aiLmsux) (One or more letters from the set ’a’, ’i’, ’L’, ’m’, ’s’, ’u’, ’x’.) The group matches the empty string; the letters set the corresponding flags: re.A (ASCII-only matching), re.I (ignore case), re.L (locale dependent), re.M (multi-line), re.S (dot matches all), and re.X (verbose), for the entire regular expression. (The flags are described in Module Contents.) This is useful if you wish to include the flags as part of the regular expression, instead of passing a flag argument to the re.compile() function.

Note that the (?x) flag changes how the expression is parsed. It should be used first in the expression string, or after one or more whitespace characters. If there are non-whitespace characters before the flag, the results are undefined.

忽略大小寫

標簽: Python 編程
主站蜘蛛池模板: 沾化县| 吉林市| 雷波县| 云和县| 蕲春县| 岢岚县| 商水县| 永宁县| 霍州市| 武定县| 长沙市| 乐平市| 普洱| 理塘县| 靖宇县| 榕江县| 简阳市| 饶河县| 隆子县| 开原市| 信宜市| 洛隆县| 平遥县| 浮梁县| 怀柔区| 定南县| 上饶县| 桐城市| 西青区| 西和县| 牟定县| 福安市| 霍城县| 双峰县| 绥中县| 满洲里市| 皮山县| 建始县| 江门市| 平南县| 甘孜|