Perform searches based on projects which their name match with the provided regular expression.
Note: This function uses Java native String.matches() method internally to determine the projects affected by the given expression. See Pattern Java Class for further information.