什么是字母数字?

Alphanumericals are a combination of alphabetical and numerical characters. Generally, the Latin letters and Arabic digits are used to create alphanumerically. Alphanumeric does not contain special characters like “*,~.:-?” etc.

Alphanumericals是字母和数字字符的组合。 通常,拉丁字母和阿拉伯数字用于字母数字创建。 字母数字不包含特殊字符,例如“ *,〜。:-?” 等等

字母或字母(Alpha or Alphabetical)

Alpha or Alphabetical specifies the Latin letters. These letters can be lower case or uppercase. These Latin letters also expressed as A-Z+a-z.

AlphaAlphabetical指定拉丁字母。 这些字母可以是小写或大写。 这些拉丁字母也表示为A-Z + az。

数字 (Numeric )

Numeric is the number part where Arabic numbers which are actually from 0-9 are used.

数字是数字部分,使用的阿拉伯数字实际上是0-9。

Python isalphanumeric()函数 (Python isalphanumeric() Function)

Most of the programming languages provide functions in order to check if given character set or string or text is alphanumeric. Python is one of them where is provides the isalnum() function. In the following examples we will use this function to the if given text is alphanumeric.

大多数编程语言都提供功能,以检查给定的字符集或字符串或文本是否为字母数字。 Python是其中的其中之一,其中提供了isalnum()函数。 在以下示例中,如果给定的文本是字母数字,我们将使用此功能。

text="abc123ABC123"

text.isalnum()
# The output will be True



text="abc123ABC123."

text.isalnum()
# The output will be False



text="abc123ABC123?"

text.isalnum()
# The output will be False



text="abc"

text.isalnum()
# The output will be True



text="123"

text.isalnum()
# The output will be True
Python isalphanumeric() Function
Python isalphanumeric()函数
LEARN MORE  Php - Numeric Variable Types Like Integer, Float, Double
了解更多PHP-数字变量类型,例如整数,浮点数,双精度

翻译自: https://www.poftut.com/what-is-alphanumeric/

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值