Group Delete by Name

   1694   2   0
User Avatar
Member
9 posts
Joined: June 2008
Offline
Hi people !
I need help regarding deletion of groups.
I have an obj that comes in with hundreds of irelevant groups.
So I've made my own groups.
And now I want to delete the junk groups that I don't need.
I figured that GroupDelete is the operator I need.
I can't figure out how to isolate the string to delete any other groups except those that end with “_grp”.
Thanks in advance.

Attachments:
delete_groups_by_name_problem.jpg (238.2 KB)

User Avatar
Member
7809 posts
Joined: Sept. 2011
Online
You almost had it. Include the wildcard before the exclusion.

* ^*_grp
User Avatar
Member
9 posts
Joined: June 2008
Offline
Oh you boss ! Thanks alot !
  • Quick Links