代码搜索:regular

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

代码结果 4,507
www.eeworm.com/read/367111/9782220

h fio.h

/***************************************************************************** * fio.h: Header file for NXP LPC24xx Family Microprocessors * * Copyright(C) 2006, NXP Semiconductor * All
www.eeworm.com/read/127767/14335822

txt e445. reading lines from a string using a regular expression.txt

This example demonstrates how to read lines from a CharSequence. The lines can be terminated with any of the legal line termination character sequences: \r, \r\n, or \n. CharSequence inputStr =
www.eeworm.com/read/127767/14335912

txt e430. searching and replacing with nonconstant values using a regular expression.txt

The simplest way to replace all occurrences of a pattern in a CharSequence is to use Matcher.replaceAll(). However, this method is restricted to replacement values that are constant. If the replacemen
www.eeworm.com/read/127767/14336376

txt e441. using a regular expression to filter lines from a reader.txt

A common use of regular expressions is to find all lines that match a pattern, similar to the grep Unix command. This example reads lines using a BufferedReader and tests each line for a match.
www.eeworm.com/read/127767/14336744

txt e447. reading paragraphs from a string using a regular expression.txt

This example demonstrates how to read paragraphs from a CharSequence. A paragraph is a contiguous sequence of non-blank lines separated by one or more blank lines. The lines in a paragraph can be term
www.eeworm.com/read/127767/14336840

txt e431. parsing character-separated data with a regular expression.txt

A line from a flat-file is typically formatted using a separator character to separate the fields. If the separator is simply a comma, tab, or single character, the StringTokenizer class can be used t
www.eeworm.com/read/127767/14337044

txt e438. using a non-capturing group in a regular expression.txt

By default, a group captures text (see e436 Capturing Text in a Group in a Regular Expression). In some cases, a group is needed but there is no need to capture the text. A non-capturing group should
www.eeworm.com/read/127767/14337122

txt e442. implementing a filterreader to filter lines based on a regular expression.txt

A common use of regular expressions is to find all lines that match a pattern, similar to the grep Unix command. This example implements a FilterReader that will filter an input stream based on a patt
www.eeworm.com/read/286090/8789758

po es.po

# Mensajes en espa駉l para GNU diffutils. # Copyright (C) 1996, 2001, 2002 Free Software Foundation, Inc. # I馻ky P閞ez Gonz醠ez , 1996. # Santiago Vila Doncel