2013年1月29日

【SAS NOTE】substr字符串提取函数

摘要: substr(s,p,n)函数【功能】字符替换与提取字符【类别】 字符函数【语法】1 (right of =) Function,提取字符:Substr(s,p,n)从字符串s中的第p个字符开始提取n个字符的子串。2 (left of =) Function,字符替换:Substr(s,p,n)=characters-to-replace,从变量s的p个字符开始替换n个字符 阅读全文

posted @ 2013-01-29 09:29 colipso 阅读(8687) 评论(0) 推荐(0) 编辑

导航