Was just thinking about this. I’ve seen that a few people have also asked for Regex capability in the GDE. Whilst this would be awesome, it could be a double-edged sword. Regex is incredibly powerful, but if you don’t know what you’re doing it’s very easy to write regular expressions that become huge resource hogs. I can imagine folks going to town with regex in the GDE, and then wondering why their apps are grinding to a halt. So maybe not such a good idea. But vanilla string functions like left(), right(), substr(), etc… yes please!