It looks like you've recently added the ability to search and select objects using regex. I have node labels that contain multiple lines. This could be due to not using the correct syntax and if so then any hints would be appreciated. Do you support regex over multiple line node labels? So far my testing with the regex node select options seem to indicate that I have to account for every possible character. It won't return a match if I search for ABC if the string contains " ABC" without adding regex for the space (which works once added). So far I can't get it to work if ABC is on the second line of text though.