Search
 
SCRIPT & CODE EXAMPLE
 

PYTHON

python string match ignore case

if firstStr.lower() == secStr.lower():
    print('Both Strings are same')
else:
    print('Strings are not same')
Comment

PREVIOUS NEXT
Code Example
Python :: python plot 
Python :: unable to get local issuer certificate python 
Python :: create fixtures django 
Python :: python currency signs 
Python :: python set intersection 
Python :: how to create empty series in pandas 
Python :: SQLAlchemy query to dict 
Python :: how to find magnitude of complex number in python 
Python :: pandas read csv skip first line 
Python :: pandas difference between dates 
Python :: sum of positive numbers in array with negative python 
Python :: flask get value of radio button 
Python :: dunder pyhton 
Python :: how to pause time in python 
Python :: python calculate derivative of function 
Python :: mac why is python installed in usr and application 
Python :: update set python 
Python :: TypeError: exceptions must derive from BaseException 
Python :: python pair two lists into a dictionary 
Python :: int object is not subscriptable in python 
Python :: ordered dictionary python 
Python :: factorial program 
Python :: internal server error 500 python flask 
Python :: how to get the type of a variable in python 
Python :: pandas slicing from one column to another 
Python :: are tuples mutable 
Python :: deleting dataframe row in pandas based on column value 
Python :: python get first n elements of dict 
Python :: how to iterate over rows in a dataframe in pandas 
Python :: add two datetime python 
ADD CONTENT
Topic
Content
Source link
Name
3+4 =