正则表达式 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://www.codercto.com/soft/d/12501.html

Web缓存

Web缓存

Duane Wessels / 清华大学 / 2002-11 / 99.00元

When I first sta一起来看看 《Web缓存》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

SHA 加密
SHA 加密

SHA 加密工具

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换