代码搜索:regular

找到约 4,507 项符合「regular」的源代码

代码结果 4,507
www.eeworm.com/read/127767/14337413

txt e423. quintessential regular expression search program.txt

This example demonstrates how to use a regular expression to find matches in a string. import java.util.regex.*; public class BasicMatch { public static void main(String[] ar
www.eeworm.com/read/127767/14337608

txt e436. capturing text in a group in a regular expression.txt

A group is a pair of parentheses used to group subpatterns. For example, h(a|i)t matches hat or hit. A group also captures the matching text within the parentheses. For example, input: abbc
www.eeworm.com/read/192103/8404406

htm ch07_01.htm

Concepts of Regular Expressions (Learning Perl, 3rd Edition)
www.eeworm.com/read/384828/8839884

java testregularexpression.java

//: strings/TestRegularExpression.java // Allows you to easily try out regular expressions. // {Args: abcabcabcdefabc "abc+" "(abc)+" "(abc){2,}" } import java.util.regex.*; import static net.mind
www.eeworm.com/read/377683/9265703

readme

This directory contains an SQLite extension that implements a virtual table type that allows users to create, query and manipulate r-tree[1] data structures inside of SQLite databases. Users create
www.eeworm.com/read/373369/9461032

java testregularexpression.java

//: strings/TestRegularExpression.java // Allows you to easily try out regular expressions. // {Args: abcabcabcdefabc "abc+" "(abc)+" "(abc){2,}" } import java.util.regex.*; import static net.mind
www.eeworm.com/read/366065/9834088

c tclregexp.c

/* * tclRegexp.c -- * * This file contains the public interfaces to the Tcl regular * expression mechanism. * * Copyright (c) 1998 by Sun Microsystems, Inc. * Copyright (c) 1998-1999 by Script
www.eeworm.com/read/169058/9883767

java testregularexpression.java

//: strings/TestRegularExpression.java // Allows you to easily try out regular expressions. // {Args: abcabcabcdefabc "abc+" "(abc)+" "(abc){2,}" } import java.util.regex.*; import static net.mind
www.eeworm.com/read/352381/10558281

txt readme.txt

/******************** (C) COPYRIGHT 2007 STMicroelectronics ******************** * File Name : readme.txt * Author : MCD Application Team * Version : V1.0 * Date