积分充值
 首页
前端开发
AngularDartElectronFlutterHTML/CSSJavaScriptReactSvelteTypeScriptVue.js构建工具
后端开发
.NetC#C++C语言DenoffmpegGoIdrisJavaJuliaKotlinLeanMakefilenimNode.jsPascalPHPPythonRISC-VRubyRustSwiftUML其它语言区块链开发测试微服务敏捷开发架构设计汇编语言
数据库
Apache DorisApache HBaseCassandraClickHouseFirebirdGreenplumMongoDBMySQLPieCloudDBPostgreSQLRedisSQLSQLiteTiDBVitess数据库中间件数据库工具数据库设计
系统运维
AndroidDevOpshttpdJenkinsLinuxPrometheusTraefikZabbix存储网络与安全
云计算&大数据
Apache APISIXApache FlinkApache KarafApache KyuubiApache OzonedaprDockerHadoopHarborIstioKubernetesOpenShiftPandasrancherRocketMQServerlessService MeshVirtualBoxVMWare云原生CNCF机器学习边缘计算
综合其他
BlenderGIMPKiCadKritaWeblate产品与服务人工智能亿图数据可视化版本控制笔试面试
文库资料
前端
AngularAnt DesignBabelBootstrapChart.jsCSS3EchartsElectronHighchartsHTML/CSSHTML5JavaScriptJerryScriptJestReactSassTypeScriptVue前端工具小程序
后端
.NETApacheC/C++C#CMakeCrystalDartDenoDjangoDubboErlangFastifyFlaskGinGoGoFrameGuzzleIrisJavaJuliaLispLLVMLuaMatplotlibMicronautnimNode.jsPerlPHPPythonQtRPCRubyRustR语言ScalaShellVlangwasmYewZephirZig算法
移动端
AndroidAPP工具FlutterFramework7HarmonyHippyIoniciOSkotlinNativeObject-CPWAReactSwiftuni-appWeex
数据库
ApacheArangoDBCassandraClickHouseCouchDBCrateDBDB2DocumentDBDorisDragonflyDBEdgeDBetcdFirebirdGaussDBGraphGreenPlumHStreamDBHugeGraphimmudbIndexedDBInfluxDBIoTDBKey-ValueKitDBLevelDBM3DBMatrixOneMilvusMongoDBMySQLNavicatNebulaNewSQLNoSQLOceanBaseOpenTSDBOracleOrientDBPostgreSQLPrestoDBQuestDBRedisRocksDBSequoiaDBServerSkytableSQLSQLiteTiDBTiKVTimescaleDBYugabyteDB关系型数据库数据库数据库ORM数据库中间件数据库工具时序数据库
云计算&大数据
ActiveMQAerakiAgentAlluxioAntreaApacheApache APISIXAPISIXBFEBitBookKeeperChaosChoerodonCiliumCloudStackConsulDaprDataEaseDC/OSDockerDrillDruidElasticJobElasticSearchEnvoyErdaFlinkFluentGrafanaHadoopHarborHelmHudiInLongKafkaKnativeKongKubeCubeKubeEdgeKubeflowKubeOperatorKubernetesKubeSphereKubeVelaKumaKylinLibcloudLinkerdLonghornMeiliSearchMeshNacosNATSOKDOpenOpenEBSOpenKruiseOpenPitrixOpenSearchOpenStackOpenTracingOzonePaddlePaddlePolicyPulsarPyTorchRainbondRancherRediSearchScikit-learnServerlessShardingSphereShenYuSparkStormSupersetXuperChainZadig云原生CNCF人工智能区块链数据挖掘机器学习深度学习算法工程边缘计算
UI&美工&设计
BlenderKritaSketchUI设计
网络&系统&运维
AnsibleApacheAWKCeleryCephCI/CDCurveDevOpsGoCDHAProxyIstioJenkinsJumpServerLinuxMacNginxOpenRestyPrometheusServertraefikTrafficUnixWindowsZabbixZipkin安全防护系统内核网络运维监控
综合其它
文章资讯
 上传文档  发布文章  登录账户
IT文库
  • 综合
  • 文档
  • 文章

无数据

分类

全部后端开发(107)综合其他(107)Weblate(90)Python(51)系统运维(36)区块链(27)数据库(25)httpd(17)云计算&大数据(15)TiDB(15)

语言

全部中文(简体)(266)英语(31)中文(简体)(2)

格式

全部PDF文档 PDF(201)其他文档 其他(99)DOC文档 DOC(1)
 
本次搜索耗时 0.021 秒,为您找到相关结果约 301 个.
  • 全部
  • 后端开发
  • 综合其他
  • Weblate
  • Python
  • 系统运维
  • 区块链
  • 数据库
  • httpd
  • 云计算&大数据
  • TiDB
  • 全部
  • 中文(简体)
  • 英语
  • 中文(简体)
  • 全部
  • PDF文档 PDF
  • 其他文档 其他
  • DOC文档 DOC
  • 默认排序
  • 最新排序
  • 页数排序
  • 大小排序
  • 全部时间
  • 最近一天
  • 最近一周
  • 最近一个月
  • 最近三个月
  • 最近半年
  • 最近一年
  • pdf文档 Python 3.11.10 正则表达式 HOWTO

    正则表达式指南 发行版本 3.11.10 Guido van Rossum and the Python development team 九月 09, 2024 Python Software Foundation Email: docs@python.org Contents 1 概述 2 2 简单正则 2 2.1 匹配字符 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 3 使用正则表达式 4 3.1 编译正则表达式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 作者 A.M. Kuchling 摘要 本文档是一个关于如何在 Python 中使用 re 模块进行正则表达式操作的入门教程。相较于 Python 标准库 参考文档中的相关章节,本教程采用了更为浅显易懂的讲解方式。 1 概述 正则表达式(Regular expression,也称为 RE、regex 或 regex pattern),本质上是一种微型的、高度专业化的编
    0 码力 | 19 页 | 403.22 KB | 10 月前
    3
  • pdf文档 Python 3.10.15 正则表达式 HOWTO

    正则表达式指南 发布 3.10.15 Guido van Rossum and the Python development team 九月 09, 2024 Python Software Foundation Email: docs@python.org Contents 1 概述 2 2 简单正则 2 2.1 匹配字符 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 3 使用正则表达式 4 3.1 编译正则表达式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 7 反馈 18 1 作者 A.M. Kuchling 摘要 本文是关于在 Python 中通过 re 模块使用正则表达式的入门教程。它提供了比“标准库参考”的相关章节 更平易的介绍。 1 概述 正则表达式(Regular expressions,也叫 REs、regexs 或 regex patterns),本质上是嵌入 Python 内部并通过 re
    0 码力 | 18 页 | 391.85 KB | 10 月前
    3
  • pdf文档 Python 3.8.20 正则表达式 HOWTO

    正则表达式指南 发布 3.8.20 Guido van Rossum and the Python development team 九月 07, 2024 Python Software Foundation Email: docs@python.org Contents 1 概述 2 2 简单正则 2 2.1 匹配字符 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 3 使用正则表达式 4 3.1 编译正则表达式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 3 17 7 反馈 17 作者 A.M. Kuchling 1 摘要 本文是关于在 Python 中通过 re 模块使用正则表达式的入门教程。它提供了比“标准库参考”的相关 章节更平易的介绍。 1 概述 正则表达式(Regular expressions,也叫 REs、regexs 或 regex patterns),本质上是嵌入 Python 内部并通过 re
    0 码力 | 17 页 | 393.47 KB | 10 月前
    3
  • pdf文档 Python 3.8.20 正则表达式 HOWTO

    正则表达式指南 发布 3.8.20 Guido van Rossum and the Python development team 九月 07, 2024 Python Software Foundation Email: docs@python.org Contents 1 概述 2 2 简单正则 2 2.1 匹配字符 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 3 使用正则表达式 4 3.1 编译正则表达式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 3 17 7 反馈 17 作者 A.M. Kuchling 1 摘要 本文是关于在 Python 中通过 re 模块使用正则表达式的入门教程。它提供了比“标准库参考”的相关 章节更平易的介绍。 1 概述 正则表达式(Regular expressions,也叫 REs、regexs 或 regex patterns),本质上是嵌入 Python 内部并通过 re
    0 码力 | 17 页 | 393.47 KB | 10 月前
    3
  • pdf文档 Python 3.10.15 正则表达式 HOWTO

    正则表达式指南 发布 3.10.15 Guido van Rossum and the Python development team 九月 09, 2024 Python Software Foundation Email: docs@python.org Contents 1 概述 2 2 简单正则 2 2.1 匹配字符 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 3 使用正则表达式 4 3.1 编译正则表达式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 3 17 7 反馈 17 作者 A.M. Kuchling 1 摘要 本文是关于在 Python 中通过 re 模块使用正则表达式的入门教程。它提供了比“标准库参考”的相关 章节更平易的介绍。 1 概述 正则表达式(Regular expressions,也叫 REs、regexs 或 regex patterns),本质上是嵌入 Python 内部并通过 re
    0 码力 | 17 页 | 393.01 KB | 10 月前
    3
  • pdf文档 Python 3.8.20 正则表达式 HOWTO

    正则表达式指南 发布 3.8.20 Guido van Rossum and the Python development team 九月 07, 2024 Python Software Foundation Email: docs@python.org Contents 1 概述 2 2 简单正则 2 2.1 匹配字符 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 3 使用正则表达式 4 3.1 编译正则表达式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17 7 反馈 18 1 作者 A.M. Kuchling 摘要 本文是关于在 Python 中通过 re 模块使用正则表达式的入门教程。它提供了比“标准库参考”的相关章节 更平易的介绍。 1 概述 正则表达式(Regular expressions,也叫 REs、regexs 或 regex patterns),本质上是嵌入 Python 内部并通过 re
    0 码力 | 18 页 | 392.29 KB | 10 月前
    3
  • pdf文档 Python 3.9.20 正则表达式 HOWTO

    正则表达式指南 发布 3.9.20 Guido van Rossum and the Python development team 九月 08, 2024 Python Software Foundation Email: docs@python.org Contents 1 概述 2 2 简单正则 2 2.1 匹配字符 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 3 正则表达式的使用 4 3.1 编译正则表达式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 A.M. Kuchling 1 摘要 本文档是一个关于如何在 Python 中使用 re 模块进行正则表达式操作的入门教程。相较于 Python 标准 库参考文档中的相关章节,本教程采用了更为浅显易懂的讲解方式。 1 概述 正则表达式(Regular expression,也称为 RE、regex 或 regex pattern),本质上是一种微型的、高度专业化
    0 码力 | 18 页 | 401.42 KB | 10 月前
    3
  • pdf文档 Python 3.9.20 正则表达式 HOWTO

    正则表达式指南 发布 3.9.20 Guido van Rossum and the Python development team 九月 08, 2024 Python Software Foundation Email: docs@python.org Contents 1 概述 2 2 简单正则 2 2.1 匹配字符 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 3 正则表达式的使用 4 3.1 编译正则表达式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 作者 A.M. Kuchling 摘要 本文档是一个关于如何在 Python 中使用 re 模块进行正则表达式操作的入门教程。相较于 Python 标准库 参考文档中的相关章节,本教程采用了更为浅显易懂的讲解方式。 1 概述 正则表达式(Regular expression,也称为 RE、regex 或 regex pattern),本质上是一种微型的、高度专业化的编
    0 码力 | 18 页 | 400.78 KB | 10 月前
    3
  • pdf文档 Python 3.12 正则表达式 HOWTO

    正则表达式指南 发行版本 3.12.7 Guido van Rossum and the Python development team 十一月 01, 2024 Python Software Foundation Email: docs@python.org Contents 1 概述 2 2 简单正则 2 2.1 匹配字符 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 3 使用正则表达式 4 3.1 编译正则表达式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 3 16 7 反馈 17 作者 A.M. Kuchling 1 摘要 本文是关于在 Python 中通过 re 模块使用正则表达式的入门教程。它提供了比“标准库参考”的相关 章节更平易的介绍。 1 概述 正则表达式(Regular expressions,也叫 REs、regexs 或 regex patterns),本质上是嵌入 Python 内部并通过 re
    0 码力 | 17 页 | 404.43 KB | 10 月前
    3
  • pdf文档 Python 3.12 正则表达式 HOWTO

    正则表达式指南 发行版本 3.12.7 Guido van Rossum and the Python development team 十一月 01, 2024 Python Software Foundation Email: docs@python.org Contents 1 概述 2 2 简单正则 2 2.1 匹配字符 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 3 使用正则表达式 4 3.1 编译正则表达式 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 3 16 7 反馈 17 作者 A.M. Kuchling 1 摘要 本文是关于在 Python 中通过 re 模块使用正则表达式的入门教程。它提供了比“标准库参考”的相关 章节更平易的介绍。 1 概述 正则表达式(Regular expressions,也叫 REs、regexs 或 regex patterns),本质上是嵌入 Python 内部并通过 re
    0 码力 | 17 页 | 404.43 KB | 10 月前
    3
共 301 条
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 31
前往
页
相关搜索词
Python3.1110正则表达达式表达式正则表达式HOWTO3.10153.8203.93.12
IT文库
关于我们 文库协议 联系我们 意见反馈 免责声明
本站文档数据由用户上传或本站整理自互联网,不以营利为目的,供所有人免费下载和学习使用。如侵犯您的权益,请联系我们进行删除。
IT文库 ©1024 - 2025 | 站点地图
Powered By MOREDOC AI v3.3.0-beta.70
  • 关注我们的公众号【刻舟求荐】,给您不一样的精彩
    关注我们的公众号【刻舟求荐】,给您不一样的精彩