Frequently Asked Python Program 22:Find Sub string Presence in a String

preview_player
Показать описание
Topic : Find Sub string Presence in a String

#########################
Udemy Courses:
#########################

Manual Testing+Agile with Jira Tool
************************************

Selenium with Java+Cucumber
********************************

Selenium with Python & PyTest
********************************

Selenium with python using Robot framework
****************************************

API Testing(Postman, RestAssured & SoapUI)
*****************************************

Web & API Automation using Cypress with Javascript
********************************************

Playwright with Javascript
**************************

Jmeter-Performance Testing
************************

SDET Essencials(Full Stack QA)
*************************

Appium-Mobile Automation Testing
************************************

Java Collections
*****************

Python Programming
*********************

Cucumber BDD Framework
***************************

Protractor with Javascript
***************************

####################################
Youtube Playlists:
####################################

Manual Testing & Agile
***********************

SQL
*************************

linux & Shell Scripting
**********************

Java
**********************

Selenium With Java+Cucumber
********************************

Python
********************************

Selenium With Python,Pytest&Behave
***************************************

Selenium With Python Using Robert Framework
(Web&API Testing)
*************************************************

API Testing (Postman,SoapUi,&Rest Assured)
**********************************************

Mobile App Testing Appium
****************************

Performance Testing Jmeter
*******************************

Maven,Jenkins,Git,Github,CI/CD
*******************************

SQL,DB Testing&ETL,Bigdata
*******************************

JavaScript Based Automation Tools
********************************

Selector Hub Tools
********************

GraphQL
******************

Cypress API Testing
********************

Cypress Web Testing
**********************

Playwright with Javascipt
**************************

#PythonSubstring
#StringManipulation
#SubstringSearch
#StringHandling
#PythonTextSearch
#StringAnalysis
#TextProcessing
#SubstringDetection
#PythonStringOps
#StringSearchAlgorithms
#TextMatching
#StringQueries
#PythonTextManipulation
#SubstringAlgorithms
#StringPatterns
#TextParsing
#StringContains
#PythonSubstringAlgos
#StringComparison
#TextMining
#SubstringExtraction
#PythonStringSearch
#StringMatching
#TextAnalysis
#SubstringUtilization
#PythonTextAnalysis
#StringMatchingAlgorithms
#TextSearchTechniques
#SubstringUsage
#PythonTextProcessing
#StringSearchMethods
#TextPatternMatching
#SubstringApproaches
#PythonTextManipulation
#StringQuerying
#TextPatternRecognition
#SubstringLogic
#PythonStringManipulation
#StringSearchTricks
#TextPatternAnalysis
#SubstringStrategies
#PythonSubstringMethods
#StringSearchTricks
#TextPatternRecognition
#SubstringLogic
#PythonStringTricks
#StringSearchTips
#TextPatternTechniques
#SubstringSolutions
#PythonTextTricks
Рекомендации по теме
Комментарии
Автор

i watch your whole playlist, It is very helpful for beginners to make their basics strong.

bhagyabotiroyRadhe
Автор

I faced these questions in mercedes benz

Find the longest substring of chars in descending order from the input string:
Example:
input String: “abctsrutkjglyfb”

there are 2 descending order substring: tsr and utkjg

longest descending sub string: “utkjg”

Find the total numbers of occurrences of character in string and calculate the summation of all total occurances.
Example:

String: “abxylaclybb”

Output: a=2, b=3, c=1, x=1, y=2, l=2

2+3+1+1+2+2 = 11

Given a paper of size LxB. cut the paper into squares of any size. Find the minimum number of squares that can be cut from the paper.
Example:
Input : 4 x 5

Output : 5

Explanation :

1 (squares of size 4x4) +

4 (squares of size 1x1)

jvramana
Автор

string='hi abhinav, how do you do?'
substr='abhinav'
if substr in string:
print ('yes')
else:
print("no")

abhinavchetti
Автор

how woujd you do this if you had mutile "python" in your str? what if you wanted to find the number of times "python" was repeated in your str? please answer

gayatrinakar
Автор

ur vedios r so u please explain subarray concept?

_shivanimurde
Автор

*Bro ur videos really helpful for python pursuers*

kvnagendra