Regex solution for Objective-C

前端 未结 7 1738
没有蜡笔的小新
没有蜡笔的小新 2020-12-13 11:25

What is the best method for using Regular Expressions within Objective-C?

There seems to be some open source project that provide regex

7条回答
  •  爱一瞬间的悲伤
    2020-12-13 12:02

    Another option is the libregex wrapper in the Google Toolbox for Mac: http://code.google.com/p/google-toolbox-for-mac/source/browse/trunk/Foundation/GTMRegex.h

提交回复
热议问题