//
//  NSString+Regex.h
//  Minfo
//
//  Created by Nguyen Hieu on 1/4/13.
//  Copyright (c) 2013 Nguyen Hieu. All rights reserved.
//

#import <Foundation/Foundation.h>
@interface NSString (Regex)

-(BOOL)IsHexColor;

@end
