Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 565 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 565 Bytes

MiPY

获取拼音首字母,支持取一句话中每字拼音首字母

//
//  PYFirst.swift
//  获取拼音首字母,支持取一句话中每字拼音首字母
//  Created by 周蜜([email protected]) on 2015/6/1(儿童节).
//  Copyright (c) 2015年 www.miw.cn. All rights reserved.
//

/*
//调用示例,返回#
var s :String?
PYFirst(s)
s = "中华人民共和国@hi wor\r\nld."
//调用示例,返回ZHRMGHGW
PYFirst(s,true)
//调用示例,返回Z
PYFirst(s)
*/

安装:

只需要简单地将PYFirst.swift拖入你的工程即使可以