Hi,
I have a plugin which uses create_meta_box() to add a section to the add/edit posts page.
This section also has a field which is saved as a custom field on the post.
I would like to be able to retrieve all custom field values for a given key, if they contain "#".
Any tips on where to start? I think the functionality is similar to query_posts()
Thanks