My problem is: I need to find ONLY strings that contain _ in an array and show only those strings.
To put it another way: I have an array with several room names. The public ones have ! at the end of their name, the private ones have _.
I'm having trouble filtering in a for each to find only the ones with _ and display them on the screen.
I tried find, but it doesn't work with tokenat.