Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python string match ignore case

if firstStr.lower() == secStr.lower():
    print('Both Strings are same')
else:
    print('Strings are not same')
Source by thispointer.com #
 
PREVIOUS NEXT
Tagged: #python #string #match #ignore #case
ADD COMMENT
Topic
Name
7+7 =