isdecimal() is an in-built method in Python, which is used to check whether a string contains only decimal characters or not.

isdecimal()是Python中的内置方法,用于检查字符串是否仅包含十进制字符。

Note:

注意:

  • Decimal characters contain all digits from 0 to 9.

    十进制字符包含从0到9的所有数字。

  • String should be Unicode object - to define a string as Unicode object, we use u as prefix of the string value.

    字符串应为Unicode对象-要将字符串定义为Unicode对象,我们使用u作为字符串值的前缀。

Syntax:

句法:

    String.isdecimal();

Parameter: None

参数:

Return type:

返回类型:

  • true - If all characters of the string are decimal characters then method returns true.

    true-如果字符串的所有字符均为十进制字符,则method返回true 。

  • false - If any of the characters of the string is not a decimal character then method returns false.

    false-如果字符串中的任何字符都不为十进制字符,则方法返回false 。

Example/program:

示例/程序:

# str1 with only decimal characters
str1 = u"362436"
print str1.isdecimal ()
# str2 with alphabets and decimal characters
str2 = u"Hello36"
print str2.isdecimal ()
# str3 with alphabets and special characters
str3 = u"@Hell36#"
print str3.isdecimal ()

Output

输出量

    TrueFalseFalse

Reference: String isdecimal()

参考: 字符串isdecimal()

翻译自: https://www.includehelp.com/python/string-isdecimal-method-with-example.aspx

Python字符串| isdecimal()方法与示例相关推荐

  1. Python | 字符串isdecimal(),isdigit(),isnumeric()和Methods之间的区别

    The methods isdigit(), isnumeric() and isdecimal() are in-built methods of String in python programm ...

  2. 如何看待,入门学习Python必看视频?python字符串(string)方法整理

    如何看待,入门学习Python必看视频?哈佛大学教授推荐,python字符串(string)方法整理 哈佛大学推荐,Python基础入门,Python小白书籍,Python学习路线,Python进阶, ...

  3. python 字符串find方法怎么用_Python字符串find()方法

    Python字符串find()方法确定字符串str是出现在字符串中,还是在字符串指定范围的子串中,子字符串是由给给定起始索引beg和结束索引end切片得出. 语法 以下是find()方法的语法 - s ...

  4. Python字符串isdecimal()

    Python String isdecimal() function returns True if all the characters in the string are decimal char ...

  5. Python字符串--split方法

    Python字符串–split方法 描述: 这是字符串的分隔方法,主要有两个参数.第一个参数是"指定分隔符对字符串进行分隔",第二个参数是"指定分隔的段数",在 ...

  6. python的for语句写新的字符串_python写for循环python字符串排序方法

    一般情况下,python中对一个字符串排序相当麻烦: 一.python中的字符串类型是不允许直接改变元素的.必须先把要排序的字符串放在容器里,如list. 二.python中的list容器的sort( ...

  7. python的字符串定界符可以使用_使用Template格式化Python字符串的方法

    对Python字符串,除了比较老旧的%,以及用来替换掉%的format,及在python 3.6中加入的f这三种格式化方法以外,还有可以使用Template对象来进行格式化. from string ...

  8. python string 方法,python字符串的方法与操作大全

    一:字符串的方法与操作 *注意:首字母为l的为从左边操作,为r的方法为从右边操作 1.__contains__()判断是否包含 判断指定字符或字符串是否包含在一个字符串内,返回值为true或者fals ...

  9. python字符串反转方法_Python程序使用堆栈和反转方法反转字符串

    python字符串反转方法 Given a string and we have to reverse it by using stack and by using reversed method i ...

  10. “Python字符串index()方法应用案例”文末三道思考题答案

    问题链接:Python字符串index()方法应用案例一则 本文给出上文文末三个思考题的参考答案,当然,这些答案不是唯一的,也不是最高效的,只是演示字符串方法和内置函数的用法,并且在原题代码上做最少的 ...

最新文章

  1. VTK:可视化之EdgePoints
  2. IOS开发基础之网易新闻JSON转模型数组第2天
  3. Java System.in.skip()的作用
  4. C++11 显示类型转换
  5. 文件摆渡是什么意思_小白学炒股:除权、填权、贴权是个什么东东?
  6. python按位处理二进制文件_对如何在python shell中对16位二进制数执行按位运算感到困惑...
  7. http://nuyd.eastmoney.com/EM_UBG_PositionChangesInterface/api/js?rows=64page=9
  8. python设计模式 韦塞尔 pdf下载_PYTHON设计模式
  9. getch方法_getch()函数
  10. 服务器拒绝mac访问共享文件,Mac共享文件连接失败怎么办?Mac无法访问打开共享文件解决方法...
  11. 白话计算机入门书籍--《穿越计算机的迷雾》有感
  12. 游戏开发 打造基于Excel表格数据驱动系统
  13. Linux 串口读写
  14. 2021年程序员平均工资
  15. gtx 750 linux驱动下载,Ubuntu 12.04安装NVIDIA GTX750显卡驱动
  16. 利用List集合实现简单的斗地主
  17. python 爬取图片网站图片链接并下载收集
  18. c语言程序填空 功能:输出结果为:,C语言程序填空题
  19. 程序员的量化交易之路(22)--Cointrader值货币集合Currencies(10)
  20. 如何用pycharm将.ui文件转换为.py文件(内含出错解决方法)

热门文章

  1. android 空白占位符,android textview空格占位符以及一些其他占位符汇总
  2. 什么是机器人的五点校正法_机器人校正方法
  3. java默认数组值_数组元素默认的初始值都是什么
  4. hystrix 全局熔断_跟我学Spring Cloud(Finchley版)14Feign使用Hystrix
  5. python获取网页数据对电脑性能_【Python】网页数据爬取实战
  6. 浮动导航栏php源码,JQuery 浮动导航栏实现代码
  7. android自定义alertdialog不现实输入法,自定义的dialog中的EditText无法弹出输入法解决方案...
  8. linux课堂笔记(4)
  9. Python刷csdn访问量
  10. 【Maven学习笔记(二)】Maven的安装与配置