Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/askmiw/mipy

获取拼音首字母
https://github.com/askmiw/mipy

Last synced: about 2 months ago
JSON representation

获取拼音首字母

Awesome Lists containing this project

README

        

# MiPY

获取拼音首字母,支持取一句话中每字拼音首字母
``` swift
//
// 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拖入你的工程即使可以