Session Comparison
Quick apply:
Examples:
• ^[RSE][0-9]{4} - R/S/E + 4 digits
^[RSE][0-9]{4}
• ^R.* - Starts with R
^R.*
• .*test.* - Contains "test"
.*test.*