I have a "name" string property which contains stuff, including an ID.
I want to extract that ID and make a new field that contains it, I was thinking of using Eval to do that.
But, I can't find anything related to "pattern" or "regex" in the Eval operations.
Is what I want to do even possible with Eval?