limbo wrote:In Lua you can check whether the string value is presented in another long string with string.find. Is there any way to use a similar command on nodeMCU?
See link below. NodeMCU is an implementation of Lua. The full string library is implemented.