正则表达式 PySwiftyRegex

码农软件 · 软件分类 · 常用工具包 · 2019-08-16 16:12:23

软件介绍

PySwiftyRegex 是 Swift 的像 Python 的 re 模块一样简洁高效的正则表达式封装,面向 iOS/OSX,支持 Cocoapods。

示例代码:

import PySwiftyRegexif
let m = re.search("[Tt]his is (.*?)easy", "I think this is really easy!!!") {
    m.group()  // "this is really easy"
    m.group(1) // "really "
}

环境:

  • iOS 7.0+ / Mac OS X 10.9+

  • Xcode 7.0

README: https://github.com/cezheng/PySwiftyRegex/blob/master/README-zh.md

本文地址:https://codercto.com/soft/d/12501.html

Algorithms and Theory of Computation Handbook

Algorithms and Theory of Computation Handbook

Mikhail J. Atallah (Editor) / CRC-Press / 1998-09-30 / USD 94.95

Book Description This comprehensive compendium of algorithms and data structures covers many theoretical issues from a practical perspective. Chapters include information on finite precision issues......一起来看看 《Algorithms and Theory of Computation Handbook》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器