regex - Python string match -


If there is a string in * SUBJECT123 , then how do I determine that the string in the Is the subject in the dragon?

  if "subject" in mystring.lower (): #customize  

Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -