我們通過乙個nsstring的類目對字串進行功能擴充套件:
1.將符合規則的金額字串進行@「###,##0.00」格式轉換;
2.將轉換之後帶「,」的字串轉成正常的金額資料格式,實現互轉;
**如下:
#import "nsstring+separatecounting.h"
#import "nsstring+regular.h"
@implementation nsstring (separatecounting)
-(nsstring *)separatecountingelse if ([self containsstring:@","])else if (![self ispuredouble])else
}-(nsstring *)separatenormalelse
}@end
》 複製字串3
author 劉慧豔 created edition v1.0 describe 複製字串str1,儲存到str2中 在字串str2後面增加符號 comment 將str1和str2接起來存放到str3中 將str1中的空格去除,仍儲存在str1中 將str1和str2接起來,仍存放在str1中 去...
3 複製字串
內容 對於字串,實現以下複製功能數,並編寫main函式測試這些函式 實驗內容 使用預設形參或者過載實現 cpy函式 原型可為 string cpy string src,int startindex,int endindex 功能 從字串src複製部分字元形成新字串並返回。可指定複製的起始位置和結束...
複製字串2
author 劉慧豔 created edition v1.0 describe 複製字串str1,儲存到str2中 在字串str2後面增加符號 comment 將str1和str2接起來存放到str3中 將str1中的空格去除,仍儲存在str1中 將str1和str2接起來,仍存放在str1中 去...