What is the best way to extract words between quotes.
#1

I am trying to extract words betweens quotes and make them a seperate string. For example I have:
Bla bla bla "Word 1" bla bla bla "Word 2" bla bla...
And I only want word 1 and word 2.
So what is the best way to do it?
Reply
#2

https://sampwiki.blast.hk/wiki/Strfind
https://sampwiki.blast.hk/wiki/Strmid
Reply
#3

But how would I find the quote? beacause I would have to use """ at some point and that is not valid.
Reply
#4

That's why they invented the escape character, \.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)