我有一个与正则表达式匹配的文本,如下所示:
====================
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
Copyright 2008-2009 Company, Inc. All rights reserved.
The contents of this file are subject to the terms of the Common Development
and Distribution License("CDDL") (the "License"). You may not use this file
except in compliance with the License.
You can obtain a copy of the License at https://oss.oracle.com/licenses/CDDL
See the License for the specific language governing permissions and limitations
under the License.
When distributing the Covered Code, include this CDDL Header Notice in each file
and include the License file at https://oss.oracle.com/licenses/CDDL.
If applicable, add the following below this CDDL Header, with the fields
enclosed by brackets [] replaced by your own identifying information:
"Portions Copyrighted [year] [name of copyright owner]"
====================
Copyright 2011-2013 Company. All rights reserved.
=========== 之间的部分是静态的,永远不会改变,所以我可以以静态方式搜索这个表达式,但它不是一个格式良好的正则表达式,我怎样才能让 = 之间的所有文本========== 正则表达式中的静态?