Str.Find
ing where substring sub(which we want to find) is found and returns -1 if value is not present.
This blog is about working with data by using different tools Excel ,Python, Access Power automate etc .
It will return copy of string where all tab(\t) characters are replaced with spaces. If tab size not given it…
It returns True if string endswith given suffix and False if suffix is not same as given
It will return encode string.
It will return a centered string of length width and padding is done using the specified fill character.
it returns a version of the string suitable for caseless comparison.
It returns the first letter in upper case and rest in lower case
A string is series of characters or element.
Theres is always confusion between list.append & list.extend.Lets see an example where a and b...