Skip to content Skip to sidebar Skip to footer
Showing posts with the label Uppercase

How To Extract All Upper From A String? Python

#input my_string = 'abcdefgABCDEFGHIJKLMNOP' how would one extract all the UPPER from a st… Read more How To Extract All Upper From A String? Python