Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

to compare a part of a string to string

matching = [s for s in xs if "abc" in s]
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #compare #part #string #string
ADD COMMENT
Topic
Name
9+5 =