Arduino sring to const char
const char* txt = strstr( stringOne.c_str(), "]" );
Super Skunk
const char* txt = strstr( stringOne.c_str(), "]" );