Skip to content

VSRegex/VSRegex-Objc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VSRegex

ChinaMobilePhoneNumberRegex wrappers for iOS and macOS in Objective-C.

Requirements

  • iOS 8.0+ / macOS X 10.9+ / tvOS 9.0+ / watchOS 2.0+

Quick Start

#import "VSRegex.h"

BOOL isMatch = [VSRegex matchesWithString:@"+8613800138000"];
NSLog(@"%d", isMatch); // YES

Installation

CocoaPods

pod 'VSRegex-Objc', '~> 1.0.0'

License

MIT

About

ChinaMobilePhoneNumberRegex wrappers for iOS and macOS in Objective-C.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors