When writing code, you need to check the string for the presence of characters, as well as Latin letters (az and AZ). ps re library installed.
Example:
a = 'apple1' False b = 'apple*' True When writing code, you need to check the string for the presence of characters, as well as Latin letters (az and AZ). ps re library installed.
Example:
a = 'apple1' False b = 'apple*' True Source: https://ru.stackoverflow.com/questions/870306/
All Articles
re...;) - MaxU