代码搜索:Expression

找到约 10,000 项符合「Expression」的源代码

代码结果 10,000
www.eeworm.com/read/127767/14336390

txt e433. setting case sensitivity in a regular expression.txt

By default, a pattern is case-sensitive. By adding a flag, a pattern can be made case-insensitive. It is also possible to control case sensitivity within a pattern using the inline modifier (?i). Th
www.eeworm.com/read/127767/14336826

txt e427. greedy and nongreedy matching in a regular expression.txt

By default, pattern matching is greedy, which means that the matcher returns the longest match possible. For example, applying the pattern A.*c to AbcAbcA matches AbcAbc rather than the shorter Abc. T
www.eeworm.com/read/127767/14336907

txt e443. matching line boundaries in a regular expression.txt

By default, the beginning-of-line matcher (^) and end-of-line matcher ($) do not match at line boundaries. They match the beginning and end of the entire input sequence. For example, the pattern ^a ma
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/189175/8486402

txt aboutehlib3_2.txt

Filtering data using STFitler in DBGridEh. One of the new feature in EhLib 3.2 is a STFilter - Ability to show special row (under title) where you user enter expressions in cells for filter
www.eeworm.com/read/189063/8491713

txt bytegp.txt

Excerpts from a draft for Byte Magazine "Some Assembly Required", February 1994 By Andy Singleton, Copyright 1993 *****************************************************************************
www.eeworm.com/read/288527/8624768

txt bytegp.txt

Excerpts from a draft for Byte Magazine "Some Assembly Required", February 1994 By Andy Singleton, Copyright 1993 *****************************************************************************
www.eeworm.com/read/185622/9005303

txt rfc138.txt

Network Working Group Bob Anderson Request for Comments: 138 Rand NIC 6715