How to filter DOM Instances based on String Field using Regex
23rd December 2025
Hi, I’m trying to retrieve DOM instances that contain a string field matching a certain regex. So far, this is what I got: DomInstanceExposers.FieldValues.StringField(FieldDescriptorID.Id.ToString()).Matches(“.*”); But this doesn’t seem to return …