mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Port rev. 57049.
This commit is contained in:
parent
07b9a4a39b
commit
1716523338
@ -766,6 +766,14 @@ string functions based on regular expressions.
|
||||
For 8-bit strings, this method is locale-dependent.
|
||||
|
||||
|
||||
.. method:: str.isidentifier()
|
||||
|
||||
Return true if the string is a valid identifier according to the language
|
||||
definition.
|
||||
|
||||
.. XXX link to the definition?
|
||||
|
||||
|
||||
.. method:: str.islower()
|
||||
|
||||
Return true if all cased characters in the string are lowercase and there is at
|
||||
|
Loading…
Reference in New Issue
Block a user