代码搜索:pattern
找到约 10,000 项符合「pattern」的源代码
代码结果 10,000
www.eeworm.com/read/105313/15670838
cpp point24dlg.cpp
// Point24Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "Point24.h"
#include "Point24Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = _
www.eeworm.com/read/105212/15675205
h match.h
/* $OpenBSD: match.h,v 1.12 2002/03/01 13:12:10 markus Exp $ */
/*
* Author: Tatu Ylonen
* Copyright (c) 1995 Tatu Ylonen , Espoo, Finland
* All r
www.eeworm.com/read/183589/9150659
lua preferences.lua
TITAN_ITEMBONUSES_SETNAME_PATTERN = "^(.*)%d/(%d).*$";
TITAN_ITEMBONUSES_PREFIX_PATTERN = "^%+(%d+)%%?(.*)$";
TITAN_ITEMBONUSES_SUFFIX_PATTERN = "^(.*)%+(%d+)%%?$";
TitanItemBonuses_colors =
www.eeworm.com/read/38039/1096604
mnu patref.mnu
PAT#REF
Feature
Use feature pattern's references.
Group
Use group pattern's references.
Both
Use both feature and group pattern references.
www.eeworm.com/read/302553/3825141
java regularexpressiondemo2.java
import java.util.regex.*;
public class RegularExpressionDemo2 {
public static void main(String[] args) {
String text = "abcdebcadxbc";
Pattern pattern = Pattern.compile(".b