How do I search for a string in a text file that has carriage returns within the string
Mostra commenti meno recenti
I have a text file I am trying to locate strings. Lets say that the txt file looked like this:
'hello
world'
When I search for the string 'hello world' the above txt file would yield 0 results. How can I go about getting a result for this instead of it being overlooked?
Thank you for the help. Will
3 Commenti
B.k Sumedha
il 5 Dic 2015
You can use
strtrim
function to remove the spaces between the text and then find the text.
Will Kinsman
il 5 Dic 2015
B.k Sumedha
il 5 Dic 2015
Happy Coding
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Characters and Strings in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!