Python论坛  - 讨论区

标题:答复: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗

2004年05月25日 星期二 15:31

Tan Lihui tony at exchange.ricsson.com
Tue May 25 15:31:06 HKT 2004

当然有。在string模块里面,例子:
import string

str1 = 'abcde'
str2 = string.upper(str1)

一般对字符串的处理在string模块里面,你在交互环境下
import string
dir(string)
就能看到string模块有什么函数。
Help(string)
就能看string模块的各函数的help

随便down一本python的电子书,先看看。

-----邮件原件-----
发件人: info at xichen.com [mailto:info at xichen.com] 
发送时间: 2004年5月25日 15:01
收件人: python-chinese
主题: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗?

python-chinese,您好!
            请教各位,python里面有将大写字符转换为小写字符的方法吗?还是要自己写函数?
	

        致
礼!
 				

        info
        info at xichen.com
          2004-05-25



[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2004年05月25日 星期二 16:24

info at xichen.com info at xichen.com
Tue May 25 16:24:17 HKT 2004

Tan Lihui,您好!

	谢谢了。你那里有什么好的电子书吗?

======= 2004-05-25 15:31:06 您在来信中写道:=======

>当然有。在string模块里面,例子:
>import string
>
>str1 = 'abcde'
>str2 = string.upper(str1)
>
>一般对字符串的处理在string模块里面,你在交互环境下
>import string
>dir(string)
>就能看到string模块有什么函数。
>Help(string)
>就能看string模块的各函数的help
>
>随便down一本python的电子书,先看看。
>
>-----邮件原件-----
>发件人: info at xichen.com [mailto:info at xichen.com] 
>发送时间: 2004年5月25日 15:01
>收件人: python-chinese
>主题: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗?
>
>python-chinese,您好!
>            请教各位,python里面有将大写字符转换为小写字符的方法吗?还是要自己写函数?
>	
>
>        致
>礼!
> 				
>
>        info
>        info at xichen.com
>          2004-05-25
>
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese

= = = = = = = = = = = = = = = = = = = =
			

        致
礼!
 
				 
        info
        info at xichen.com
          2004-05-25


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2004年05月25日 星期二 16:24

info at xichen.com info at xichen.com
Tue May 25 16:24:17 HKT 2004

Tan Lihui,您好!

	谢谢了。你那里有什么好的电子书吗?

======= 2004-05-25 15:31:06 您在来信中写道:=======

>当然有。在string模块里面,例子:
>import string
>
>str1 = 'abcde'
>str2 = string.upper(str1)
>
>一般对字符串的处理在string模块里面,你在交互环境下
>import string
>dir(string)
>就能看到string模块有什么函数。
>Help(string)
>就能看string模块的各函数的help
>
>随便down一本python的电子书,先看看。
>
>-----邮件原件-----
>发件人: info at xichen.com [mailto:info at xichen.com] 
>发送时间: 2004年5月25日 15:01
>收件人: python-chinese
>主题: [python-chinese] 请教各位,python里面有将大写字符转换为小写字符的方法吗?
>
>python-chinese,您好!
>            请教各位,python里面有将大写字符转换为小写字符的方法吗?还是要自己写函数?
>	
>
>        致
>礼!
> 				
>
>        info
>        info at xichen.com
>          2004-05-25
>
>_______________________________________________
>python-chinese list
>python-chinese at lists.python.cn
>http://python.cn/mailman/listinfo/python-chinese

= = = = = = = = = = = = = = = = = = = =
			

        致
礼!
 
				 
        info
        info at xichen.com
          2004-05-25


[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2024

    京ICP备05028076号