Showing posts with label Label editor. Show all posts
Showing posts with label Label editor. Show all posts

Thursday, April 15, 2010

Regular expressions in AOT and label search

It is known fact that AOT search and Label editor search support regular expressions. However, I never met any document that describes the grammar of the regular expressions used there. I haven’t done the full code investigation but it was reasonable to assume that match() kernel function is used for this purpose. So I’ve looked for documentation for this function and validated that all described patterns can really be used for the AOT and label search. Here is the link to match() documentation: http://msdn.microsoft.com/en-us/library/aa886279.aspx

Wednesday, January 13, 2010

An easy way to find an exact label

If you need to find the label "Item" you will probably find out that it's not so easy from the Label Editor, since all the labels that contain word "item" will be found. For example, "According to item group". And thousands of others. To find an exact label quickly just open the code editor, write the desired label, select it and press Ctrl+Alt+Space.