[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: string.find() question
- From: Oliver Kroth <oliver.kroth@...>
- Date: Tue, 5 Sep 2017 21:51:53 +0200
What do I miss?
string.find() by default treats the match as regular expression.
string.find(str, '--d8eb6ad5-707f',1,true)
may be what you are looking for
--
Oliver