File: index-all.html

package info (click to toggle)
libjregex-java 1.2.01-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 916 kB
  • sloc: java: 5,675; xml: 28; makefile: 8
file content (842 lines) | stat: -rw-r--r-- 48,746 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc on Sun Jun 16 19:34:41 GMT+04:00 2002 -->
<TITLE>
: Index
</TITLE>
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
</HEAD>
<BODY BGCOLOR="white">

<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_top"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="jregex/Matcher.html#ACCEPT_INCOMPLETE"><B>ACCEPT_INCOMPLETE</B></A> - 
Static variable in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>Experimental option; if a text ends up before the end of a pattern,report a match.
<DT><A HREF="jregex/util/io/WildcardFilter.html#accept(java.io.File, java.lang.String)"><B>accept(File, String)</B></A> - 
Method in class jregex.util.io.<A HREF="jregex/util/io/WildcardFilter.html">WildcardFilter</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#ANCHOR_END"><B>ANCHOR_END</B></A> - 
Static variable in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>The same effect as "$" without REFlags.MULTILINE.
<DT><A HREF="jregex/Matcher.html#ANCHOR_LASTMATCH"><B>ANCHOR_LASTMATCH</B></A> - 
Static variable in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>The same effect as "\\G".
<DT><A HREF="jregex/Matcher.html#ANCHOR_START"><B>ANCHOR_START</B></A> - 
Static variable in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>The same effect as "^" without REFlags.MULTILINE.
<DT><A HREF="jregex/WildcardPattern.html#ANY_CHAR"><B>ANY_CHAR</B></A> - 
Static variable in class jregex.<A HREF="jregex/WildcardPattern.html">WildcardPattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/TextBuffer.html#append(char)"><B>append(char)</B></A> - 
Method in interface jregex.<A HREF="jregex/TextBuffer.html">TextBuffer</A>
<DD>&nbsp;
<DT><A HREF="jregex/TextBuffer.html#append(char[], int, int)"><B>append(char[], int, int)</B></A> - 
Method in interface jregex.<A HREF="jregex/TextBuffer.html">TextBuffer</A>
<DD>&nbsp;
<DT><A HREF="jregex/TextBuffer.html#append(java.lang.String)"><B>append(String)</B></A> - 
Method in interface jregex.<A HREF="jregex/TextBuffer.html">TextBuffer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Substitution.html#appendSubstitution(jregex.MatchResult, jregex.TextBuffer)"><B>appendSubstitution(MatchResult, TextBuffer)</B></A> - 
Method in interface jregex.<A HREF="jregex/Substitution.html">Substitution</A>
<DD>&nbsp;
<DT><A HREF="jregex/PerlSubstitution.html#appendSubstitution(jregex.MatchResult, jregex.TextBuffer)"><B>appendSubstitution(MatchResult, TextBuffer)</B></A> - 
Method in class jregex.<A HREF="jregex/PerlSubstitution.html">PerlSubstitution</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="jregex/MatchResult.html#charAt(int)"><B>charAt(int)</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#charAt(int)"><B>charAt(int)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#charAt(int, int)"><B>charAt(int, int)</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#charAt(int, int)"><B>charAt(int, int)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/Pattern.html#compile(java.lang.String, int)"><B>compile(String, int)</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/WildcardPattern.html#compile(java.lang.String, java.lang.String, java.lang.String, int)"><B>compile(String, String, String, int)</B></A> - 
Method in class jregex.<A HREF="jregex/WildcardPattern.html">WildcardPattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/WildcardPattern.html#convertSpecials(java.lang.String, java.lang.String, java.lang.String)"><B>convertSpecials(String, String, String)</B></A> - 
Static method in class jregex.<A HREF="jregex/WildcardPattern.html">WildcardPattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchIterator.html#count()"><B>count()</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchIterator.html">MatchIterator</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_D_"><!-- --></A><H2>
<B>D</B></H2>
<DL>
<DT><A HREF="jregex/REFlags.html#DEFAULT"><B>DEFAULT</B></A> - 
Static variable in interface jregex.<A HREF="jregex/REFlags.html">REFlags</A>
<DD>All the foolowing options turned off
<DT><A HREF="jregex/util/io/ListEnumerator.html#defaultInstantiator"><B>defaultInstantiator</B></A> - 
Static variable in class jregex.util.io.<A HREF="jregex/util/io/ListEnumerator.html">ListEnumerator</A>
<DD>&nbsp;
<DT><A HREF="jregex/util/io/PathPattern.html#directory()"><B>directory()</B></A> - 
Method in class jregex.util.io.<A HREF="jregex/util/io/PathPattern.html">PathPattern</A>
<DD><B>Deprecated.</B>&nbsp;<I>Is meaningless with regard to  variable paths (since v.1.2)</I>
<DT><A HREF="jregex/REFlags.html#DOTALL"><B>DOTALL</B></A> - 
Static variable in interface jregex.<A HREF="jregex/REFlags.html">REFlags</A>
<DD>Affects the behaviour of dot(".") tag. 
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="jregex/MatchResult.html#end()"><B>end()</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#end()"><B>end()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#end(int)"><B>end(int)</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#end(int)"><B>end(int)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/util/io/PathPattern.html#enumerateFiles()"><B>enumerateFiles()</B></A> - 
Method in class jregex.util.io.<A HREF="jregex/util/io/PathPattern.html">PathPattern</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="jregex/util/io/PathPattern.html#files()"><B>files()</B></A> - 
Method in class jregex.util.io.<A HREF="jregex/util/io/PathPattern.html">PathPattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#find()"><B>find()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>Searches through a target for a matching substring, starting from just after the end of last match.
 
<DT><A HREF="jregex/util/io/ListEnumerator.html#find()"><B>find()</B></A> - 
Method in class jregex.util.io.<A HREF="jregex/util/io/ListEnumerator.html">ListEnumerator</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#find(int)"><B>find(int)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>Searches through a target for a matching substring, starting from just after the end of last match.
 
<DT><A HREF="jregex/Matcher.html#findAll()"><B>findAll()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>The same as  findAll(int), but with default behaviour;
<DT><A HREF="jregex/Matcher.html#findAll(int)"><B>findAll(int)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>Returns an iterator over the matches found by subsequently calling find(options), the search starts from the zero position.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="jregex/MatchResult.html#getGroup(int, java.lang.StringBuffer)"><B>getGroup(int, StringBuffer)</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#getGroup(int, java.lang.StringBuffer)"><B>getGroup(int, StringBuffer)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#getGroup(int, jregex.TextBuffer)"><B>getGroup(int, TextBuffer)</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#getGroup(int, jregex.TextBuffer)"><B>getGroup(int, TextBuffer)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#getGroup(java.lang.String, java.lang.StringBuffer)"><B>getGroup(String, StringBuffer)</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#getGroup(java.lang.String, java.lang.StringBuffer)"><B>getGroup(String, StringBuffer)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#getGroup(java.lang.String, jregex.TextBuffer)"><B>getGroup(String, TextBuffer)</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#getGroup(java.lang.String, jregex.TextBuffer)"><B>getGroup(String, TextBuffer)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#group(int)"><B>group(int)</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#group(int)"><B>group(int)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#group(java.lang.String)"><B>group(String)</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#group(java.lang.String)"><B>group(String)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/Pattern.html#groupCount()"><B>groupCount()</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>How many capturing groups this expression includes?
<DT><A HREF="jregex/MatchResult.html#groupCount()"><B>groupCount()</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#groupCount()"><B>groupCount()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/Pattern.html#groupId(java.lang.String)"><B>groupId(String)</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>Get numeric id for a group name.
<DT><A HREF="jregex/Matcher.html#groups()"><B>groups()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#groupv()"><B>groupv()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="jregex/MatchIterator.html#hasMore()"><B>hasMore()</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchIterator.html">MatchIterator</A>
<DD>&nbsp;
<DT><A HREF="jregex/RETokenizer.html#hasMore()"><B>hasMore()</B></A> - 
Method in class jregex.<A HREF="jregex/RETokenizer.html">RETokenizer</A>
<DD>&nbsp;
<DT><A HREF="jregex/RETokenizer.html#hasMoreElements()"><B>hasMoreElements()</B></A> - 
Method in class jregex.<A HREF="jregex/RETokenizer.html">RETokenizer</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="jregex/REFlags.html#IGNORE_CASE"><B>IGNORE_CASE</B></A> - 
Static variable in interface jregex.<A HREF="jregex/REFlags.html">REFlags</A>
<DD>Pattern "a" matches both "a" and "A".
 
<DT><A HREF="jregex/REFlags.html#IGNORE_SPACES"><B>IGNORE_SPACES</B></A> - 
Static variable in interface jregex.<A HREF="jregex/REFlags.html">REFlags</A>
<DD>Affects how the space characters are interpeted in the expression. 
<DT><A HREF="jregex/util/io/ListEnumerator.Instantiator.html#instantiate(java.io.File, java.lang.String)"><B>instantiate(File, String)</B></A> - 
Method in interface jregex.util.io.<A HREF="jregex/util/io/ListEnumerator.Instantiator.html">ListEnumerator.Instantiator</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#isCaptured()"><B>isCaptured()</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#isCaptured()"><B>isCaptured()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#isCaptured(int)"><B>isCaptured(int)</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#isCaptured(int)"><B>isCaptured(int)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#isCaptured(java.lang.String)"><B>isCaptured(String)</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#isCaptured(java.lang.String)"><B>isCaptured(String)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/RETokenizer.html#isEmptyEnabled()"><B>isEmptyEnabled()</B></A> - 
Method in class jregex.<A HREF="jregex/RETokenizer.html">RETokenizer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#isStart()"><B>isStart()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD><B>Deprecated.</B>&nbsp;<I>Replaced by isPrefix()</I>
</DL>
<HR>
<A NAME="_J_"><!-- --></A><H2>
<B>J</B></H2>
<DL>
<DT><A HREF="jregex/package-summary.html"><B>jregex</B></A> - package jregex<DD>&nbsp;<DT><A HREF="jregex/util/io/package-summary.html"><B>jregex.util.io</B></A> - package jregex.util.io<DD>&nbsp;</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="jregex/MatchResult.html#length()"><B>length()</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#length()"><B>length()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#length(int)"><B>length(int)</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#length(int)"><B>length(int)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/util/io/ListEnumerator.html"><B>ListEnumerator</B></A> - class jregex.util.io.<A HREF="jregex/util/io/ListEnumerator.html">ListEnumerator</A>.<DD>&nbsp;<DT><A HREF="jregex/util/io/ListEnumerator.Instantiator.html"><B>ListEnumerator.Instantiator</B></A> - interface jregex.util.io.<A HREF="jregex/util/io/ListEnumerator.Instantiator.html">ListEnumerator.Instantiator</A>.<DD>&nbsp;<DT><A HREF="jregex/util/io/ListEnumerator.html#ListEnumerator(java.io.File, jregex.util.io.ListEnumerator.Instantiator)"><B>ListEnumerator(File, ListEnumerator.Instantiator)</B></A> - 
Constructor for class jregex.util.io.<A HREF="jregex/util/io/ListEnumerator.html">ListEnumerator</A>
<DD>&nbsp;
<DT><A HREF="jregex/util/io/ListEnumerator.html#ListEnumerator(java.io.File, java.lang.String[], jregex.util.io.ListEnumerator.Instantiator)"><B>ListEnumerator(File, String[], ListEnumerator.Instantiator)</B></A> - 
Constructor for class jregex.util.io.<A HREF="jregex/util/io/ListEnumerator.html">ListEnumerator</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="jregex/MatchResult.html#MATCH"><B>MATCH</B></A> - 
Static variable in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html"><B>Matcher</B></A> - class jregex.<A HREF="jregex/Matcher.html">Matcher</A>.<DD>Matcher instance is an automaton that actually performs matching. <DT><A HREF="jregex/Pattern.html#matcher()"><B>matcher()</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>Returns a targetless matcher.
 
<DT><A HREF="jregex/Pattern.html#matcher(char[], int, int)"><B>matcher(char[], int, int)</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>Returns a matcher for a specified region.
<DT><A HREF="jregex/Pattern.html#matcher(jregex.MatchResult, int)"><B>matcher(MatchResult, int)</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>Returns a matcher for a match result (in a performance-friendly way).
 
<DT><A HREF="jregex/Pattern.html#matcher(jregex.MatchResult, java.lang.String)"><B>matcher(MatchResult, String)</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>Just as above, yet with symbolic group name.
<DT><A HREF="jregex/Pattern.html#matcher(java.io.Reader, int)"><B>matcher(Reader, int)</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>Returns a matcher taking a text stream as target.
 
<DT><A HREF="jregex/Pattern.html#matcher(java.lang.String)"><B>matcher(String)</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>Returns a matcher for a specified string.
<DT><A HREF="jregex/Matcher.html#matches()"><B>matches()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>Tells whether a current target matches the whole pattern.
 
<DT><A HREF="jregex/Pattern.html#matches(java.lang.String)"><B>matches(String)</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>A shorthand for Pattern.matcher(String).matches().<br>
<DT><A HREF="jregex/Matcher.html#matches(java.lang.String)"><B>matches(String)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>Just a combination of setTarget(String) and matches().
<DT><A HREF="jregex/Matcher.html#matchesPrefix()"><B>matchesPrefix()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>Tells whether the entire target matches the beginning of the pattern.
 
<DT><A HREF="jregex/MatchIterator.html"><B>MatchIterator</B></A> - interface jregex.<A HREF="jregex/MatchIterator.html">MatchIterator</A>.<DD>&nbsp;<DT><A HREF="jregex/MatchResult.html"><B>MatchResult</B></A> - interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>.<DD>&nbsp;<DT><A HREF="jregex/REFlags.html#MULTILINE"><B>MULTILINE</B></A> - 
Static variable in interface jregex.<A HREF="jregex/REFlags.html">REFlags</A>
<DD>Affects the behaviour of "^" and "$" tags. 
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="jregex/util/io/PathPattern.html#names()"><B>names()</B></A> - 
Method in class jregex.util.io.<A HREF="jregex/util/io/PathPattern.html">PathPattern</A>
<DD><B>Deprecated.</B>&nbsp;<I>Is meaningless with regard to variable paths (since v.1.2)</I>
<DT><A HREF="jregex/RETokenizer.html#nextElement()"><B>nextElement()</B></A> - 
Method in class jregex.<A HREF="jregex/RETokenizer.html">RETokenizer</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchIterator.html#nextMatch()"><B>nextMatch()</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchIterator.html">MatchIterator</A>
<DD>&nbsp;
<DT><A HREF="jregex/RETokenizer.html#nextToken()"><B>nextToken()</B></A> - 
Method in class jregex.<A HREF="jregex/RETokenizer.html">RETokenizer</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="jregex/Optimizer.html"><B>Optimizer</B></A> - class jregex.<A HREF="jregex/Optimizer.html">Optimizer</A>.<DD>&nbsp;</DL>
<HR>
<A NAME="_P_"><!-- --></A><H2>
<B>P</B></H2>
<DL>
<DT><A HREF="jregex/util/io/PathPattern.html"><B>PathPattern</B></A> - class jregex.util.io.<A HREF="jregex/util/io/PathPattern.html">PathPattern</A>.<DD>A special-purpose subclass of the Pattern class.
 <DT><A HREF="jregex/util/io/PathPattern.html#PathPattern(java.io.File, java.lang.String, boolean)"><B>PathPattern(File, String, boolean)</B></A> - 
Constructor for class jregex.util.io.<A HREF="jregex/util/io/PathPattern.html">PathPattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/util/io/PathPattern.html#PathPattern(java.io.File, java.lang.String, int)"><B>PathPattern(File, String, int)</B></A> - 
Constructor for class jregex.util.io.<A HREF="jregex/util/io/PathPattern.html">PathPattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/util/io/PathPattern.html#PathPattern(java.lang.String)"><B>PathPattern(String)</B></A> - 
Constructor for class jregex.util.io.<A HREF="jregex/util/io/PathPattern.html">PathPattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/util/io/PathPattern.html#PathPattern(java.lang.String, boolean)"><B>PathPattern(String, boolean)</B></A> - 
Constructor for class jregex.util.io.<A HREF="jregex/util/io/PathPattern.html">PathPattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/util/io/PathPattern.html#PathPattern(java.lang.String, int)"><B>PathPattern(String, int)</B></A> - 
Constructor for class jregex.util.io.<A HREF="jregex/util/io/PathPattern.html">PathPattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/Pattern.html"><B>Pattern</B></A> - class jregex.<A HREF="jregex/Pattern.html">Pattern</A>.<DD>A handle for a precompiled regular expression.<br>
 To match a regular expression <code>myExpr</code> against a text <code>myString</code> one should first create a Pattern object:
 Pattern p=new Pattern(myExpr);
 
 then obtain a Matcher object:
 Matcher matcher=p.matcher(myText);
 
 The latter is an automaton that actually performs a search. <DT><A HREF="jregex/MatchResult.html#pattern()"><B>pattern()</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#pattern()"><B>pattern()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/Pattern.html#Pattern()"><B>Pattern()</B></A> - 
Constructor for class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/Pattern.html#Pattern(java.lang.String)"><B>Pattern(String)</B></A> - 
Constructor for class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>Compiles an expression with default flags.
<DT><A HREF="jregex/Pattern.html#Pattern(java.lang.String, int)"><B>Pattern(String, int)</B></A> - 
Constructor for class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>Compiles a regular expression using REFlags.
 
<DT><A HREF="jregex/Pattern.html#Pattern(java.lang.String, java.lang.String)"><B>Pattern(String, String)</B></A> - 
Constructor for class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>Compiles a regular expression using Perl5-style flags.
 
<DT><A HREF="jregex/PatternSyntaxException.html"><B>PatternSyntaxException</B></A> - exception jregex.<A HREF="jregex/PatternSyntaxException.html">PatternSyntaxException</A>.<DD>Is thrown when Pattern constructor's argument doesn't conform the Perl5 regular expression syntax.<DT><A HREF="jregex/PatternSyntaxException.html#PatternSyntaxException(java.lang.String)"><B>PatternSyntaxException(String)</B></A> - 
Constructor for class jregex.<A HREF="jregex/PatternSyntaxException.html">PatternSyntaxException</A>
<DD>&nbsp;
<DT><A HREF="jregex/PerlSubstitution.html"><B>PerlSubstitution</B></A> - class jregex.<A HREF="jregex/PerlSubstitution.html">PerlSubstitution</A>.<DD>An implementation of the Substitution interface. <DT><A HREF="jregex/PerlSubstitution.html#PerlSubstitution(java.lang.String)"><B>PerlSubstitution(String)</B></A> - 
Constructor for class jregex.<A HREF="jregex/PerlSubstitution.html">PerlSubstitution</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#PREFIX"><B>PREFIX</B></A> - 
Static variable in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#prefix()"><B>prefix()</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#prefix()"><B>prefix()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#proceed()"><B>proceed()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>Continues to search from where the last search left off.
 
<DT><A HREF="jregex/Matcher.html#proceed(int)"><B>proceed(int)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>Continues to search from where the last search left off using specified options:
 Matcher m=new Pattern("\\w+").matcher("abc");
 while(m.proceed(0)){
    System.out.println(m.group(0));
 }
 
 Output:
 abc
 ab
 a
 bc
 b
 c
 
 For example, let's find all odd nubmers occuring in a text:
    Matcher m=new Pattern("\\d+").matcher("123");
    while(m.proceed(0)){
       String match=m.group(0);
       if(isOdd(Integer.parseInt(match))) System.out.println(match);
    }
    
    static boolean isOdd(int i){
       return (i&1)>0;
    }
 
 This outputs:
 123
 1
 23
 3
 
 Note that using <code>find()</code> method we would find '123' only.
</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="jregex/REFlags.html"><B>REFlags</B></A> - interface jregex.<A HREF="jregex/REFlags.html">REFlags</A>.<DD>&nbsp;<DT><A HREF="jregex/Replacer.html#replace(char[], int, int)"><B>replace(char[], int, int)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(char[], int, int, java.lang.StringBuffer)"><B>replace(char[], int, int, StringBuffer)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(char[], int, int, jregex.TextBuffer)"><B>replace(char[], int, int, TextBuffer)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(char[], int, int, java.io.Writer)"><B>replace(char[], int, int, Writer)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(jregex.Matcher, jregex.Substitution, jregex.TextBuffer)"><B>replace(Matcher, Substitution, TextBuffer)</B></A> - 
Static method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>Replaces all occurences of a matcher's pattern in a matcher's target
 by a given substitution appending the result to a buffer.<br>
 The substitution starts from current matcher's position, current match
 not included.
<DT><A HREF="jregex/Replacer.html#replace(jregex.Matcher, jregex.Substitution, java.io.Writer)"><B>replace(Matcher, Substitution, Writer)</B></A> - 
Static method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(jregex.MatchResult, int)"><B>replace(MatchResult, int)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(jregex.MatchResult, int, java.lang.StringBuffer)"><B>replace(MatchResult, int, StringBuffer)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(jregex.MatchResult, int, jregex.TextBuffer)"><B>replace(MatchResult, int, TextBuffer)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(jregex.MatchResult, int, java.io.Writer)"><B>replace(MatchResult, int, Writer)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(jregex.MatchResult, java.lang.String, java.lang.StringBuffer)"><B>replace(MatchResult, String, StringBuffer)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(jregex.MatchResult, java.lang.String, jregex.TextBuffer)"><B>replace(MatchResult, String, TextBuffer)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(jregex.MatchResult, java.lang.String, java.io.Writer)"><B>replace(MatchResult, String, Writer)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(java.io.Reader, int)"><B>replace(Reader, int)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(java.io.Reader, int, java.lang.StringBuffer)"><B>replace(Reader, int, StringBuffer)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(java.io.Reader, int, jregex.TextBuffer)"><B>replace(Reader, int, TextBuffer)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(java.io.Reader, int, java.io.Writer)"><B>replace(Reader, int, Writer)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(java.lang.String)"><B>replace(String)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(java.lang.String, java.lang.StringBuffer)"><B>replace(String, StringBuffer)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(java.lang.String, jregex.TextBuffer)"><B>replace(String, TextBuffer)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#replace(java.lang.String, java.io.Writer)"><B>replace(String, Writer)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html"><B>Replacer</B></A> - class jregex.<A HREF="jregex/Replacer.html">Replacer</A>.<DD><b>The Replacer class</b> suggests some methods to replace occurences of a pattern 
 either by a result of evaluation of a perl-like expression, or by a plain string,
 or according to a custom substitution model, provided as a Substitution interface implementation.<br>
 A Replacer instance may be obtained either using Pattern.replacer(...) method, or by constructor:
 Pattern p=new Pattern("\\w+");
 Replacer perlExpressionReplacer=p.replacer("[$&]");
 //or another way to do the same
 Substitution myOwnModel=new Substitution(){
    public void appendSubstitution(MatchResult match,TextBuffer tb){
       tb.append('[');
       match.getGroup(MatchResult.MATCH,tb);
       tb.append(']');
    }
 }
 Replacer myVeryOwnReplacer=new Replacer(p,myOwnModel);
 
 The second method is much more verbose, but gives more freedom.
 <DT><A HREF="jregex/Replacer.html#Replacer(jregex.Pattern, java.lang.String)"><B>Replacer(Pattern, String)</B></A> - 
Constructor for class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#Replacer(jregex.Pattern, java.lang.String, boolean)"><B>Replacer(Pattern, String, boolean)</B></A> - 
Constructor for class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#Replacer(jregex.Pattern, jregex.Substitution)"><B>Replacer(Pattern, Substitution)</B></A> - 
Constructor for class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Pattern.html#replacer(java.lang.String)"><B>replacer(String)</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>Returns a replacer of a pattern by specified perl-like expression.
 
<DT><A HREF="jregex/Pattern.html#replacer(jregex.Substitution)"><B>replacer(Substitution)</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>Returns a replacer will substitute all occurences of a pattern 
 through applying a user-defined substitution model.
<DT><A HREF="jregex/RETokenizer.html#reset()"><B>reset()</B></A> - 
Method in class jregex.<A HREF="jregex/RETokenizer.html">RETokenizer</A>
<DD>&nbsp;
<DT><A HREF="jregex/RETokenizer.html"><B>RETokenizer</B></A> - class jregex.<A HREF="jregex/RETokenizer.html">RETokenizer</A>.<DD>The Tokenizer class suggests a methods to break a text into tokens using 
 occurences of a pattern as delimiters.
 <DT><A HREF="jregex/RETokenizer.html#RETokenizer(jregex.Matcher, boolean)"><B>RETokenizer(Matcher, boolean)</B></A> - 
Constructor for class jregex.<A HREF="jregex/RETokenizer.html">RETokenizer</A>
<DD>&nbsp;
<DT><A HREF="jregex/RETokenizer.html#RETokenizer(jregex.Pattern, char[], int, int)"><B>RETokenizer(Pattern, char[], int, int)</B></A> - 
Constructor for class jregex.<A HREF="jregex/RETokenizer.html">RETokenizer</A>
<DD>&nbsp;
<DT><A HREF="jregex/RETokenizer.html#RETokenizer(jregex.Pattern, java.io.Reader, int)"><B>RETokenizer(Pattern, Reader, int)</B></A> - 
Constructor for class jregex.<A HREF="jregex/RETokenizer.html">RETokenizer</A>
<DD>&nbsp;
<DT><A HREF="jregex/RETokenizer.html#RETokenizer(jregex.Pattern, java.lang.String)"><B>RETokenizer(Pattern, String)</B></A> - 
Constructor for class jregex.<A HREF="jregex/RETokenizer.html">RETokenizer</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="jregex/RETokenizer.html#setEmptyEnabled(boolean)"><B>setEmptyEnabled(boolean)</B></A> - 
Method in class jregex.<A HREF="jregex/RETokenizer.html">RETokenizer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#setPosition(int)"><B>setPosition(int)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>Allows to set a position the subsequent find()/find(int) will start from.
<DT><A HREF="jregex/Replacer.html#setSubstitution(java.lang.String, boolean)"><B>setSubstitution(String, boolean)</B></A> - 
Method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#setTarget(char[], int, int)"><B>setTarget(char[], int, int)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>Supplies a text to search in/match with, as a part of char array.
 
<DT><A HREF="jregex/Matcher.html#setTarget(char[], int, int, boolean)"><B>setTarget(char[], int, int, boolean)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>To be used with much care.
 
<DT><A HREF="jregex/Matcher.html#setTarget(jregex.Matcher, int)"><B>setTarget(Matcher, int)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>This method allows to efficiently pass data between matchers.
 
<DT><A HREF="jregex/Matcher.html#setTarget(java.io.Reader, int)"><B>setTarget(Reader, int)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>Supplies a text to search in/match with through a stream.
 
<DT><A HREF="jregex/Matcher.html#setTarget(java.lang.String)"><B>setTarget(String)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>Supplies a text to search in/match with.
 
<DT><A HREF="jregex/Matcher.html#setTarget(java.lang.String, int, int)"><B>setTarget(String, int, int)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>Supplies a text to search in/match with, as a part of String.
 
<DT><A HREF="jregex/Matcher.html#skip()"><B>skip()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>Sets the current search position just after the end of last match.
<DT><A HREF="jregex/RETokenizer.html#split()"><B>split()</B></A> - 
Method in class jregex.<A HREF="jregex/RETokenizer.html">RETokenizer</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#start()"><B>start()</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#start()"><B>start()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#start(int)"><B>start(int)</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#start(int)"><B>start(int)</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/Pattern.html#startsWith(java.lang.String)"><B>startsWith(String)</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>A shorthand for Pattern.matcher(String).matchesPrefix().<br>
<DT><A HREF="jregex/Substitution.html"><B>Substitution</B></A> - interface jregex.<A HREF="jregex/Substitution.html">Substitution</A>.<DD>&nbsp;<DT><A HREF="jregex/MatchResult.html#SUFFIX"><B>SUFFIX</B></A> - 
Static variable in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#suffix()"><B>suffix()</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#suffix()"><B>suffix()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="jregex/MatchResult.html#TARGET"><B>TARGET</B></A> - 
Static variable in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#target()"><B>target()</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#target()"><B>target()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#targetChars()"><B>targetChars()</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#targetChars()"><B>targetChars()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#targetEnd()"><B>targetEnd()</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#targetEnd()"><B>targetEnd()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/MatchResult.html#targetStart()"><B>targetStart()</B></A> - 
Method in interface jregex.<A HREF="jregex/MatchResult.html">MatchResult</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#targetStart()"><B>targetStart()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/TextBuffer.html"><B>TextBuffer</B></A> - interface jregex.<A HREF="jregex/TextBuffer.html">TextBuffer</A>.<DD>&nbsp;<DT><A HREF="jregex/Optimizer.html#THRESHOLD"><B>THRESHOLD</B></A> - 
Static variable in class jregex.<A HREF="jregex/Optimizer.html">Optimizer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Pattern.html#tokenizer(char[], int, int)"><B>tokenizer(char[], int, int)</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>Tokenizes a specified region by an occurences of the pattern.
 
<DT><A HREF="jregex/Pattern.html#tokenizer(java.io.Reader, int)"><B>tokenizer(Reader, int)</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>Tokenizes a specified region by an occurences of the pattern.
 
<DT><A HREF="jregex/Pattern.html#tokenizer(java.lang.String)"><B>tokenizer(String)</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>Tokenizes a text by an occurences of the pattern.
 
<DT><A HREF="jregex/Pattern.html#toString_d()"><B>toString_d()</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>Returns a less or more readable representation of a bytecode for the pattern.
<DT><A HREF="jregex/Matcher.html#toString_d()"><B>toString_d()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/Pattern.html#toString()"><B>toString()</B></A> - 
Method in class jregex.<A HREF="jregex/Pattern.html">Pattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/WildcardPattern.html#toString()"><B>toString()</B></A> - 
Method in class jregex.<A HREF="jregex/WildcardPattern.html">WildcardPattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/Matcher.html#toString()"><B>toString()</B></A> - 
Method in class jregex.<A HREF="jregex/Matcher.html">Matcher</A>
<DD>&nbsp;
<DT><A HREF="jregex/PerlSubstitution.html#toString()"><B>toString()</B></A> - 
Method in class jregex.<A HREF="jregex/PerlSubstitution.html">PerlSubstitution</A>
<DD>&nbsp;
<DT><A HREF="jregex/util/io/PathPattern.html#toString()"><B>toString()</B></A> - 
Method in class jregex.util.io.<A HREF="jregex/util/io/PathPattern.html">PathPattern</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_U_"><!-- --></A><H2>
<B>U</B></H2>
<DL>
<DT><A HREF="jregex/REFlags.html#UNICODE"><B>UNICODE</B></A> - 
Static variable in interface jregex.<A HREF="jregex/REFlags.html">REFlags</A>
<DD>Affects whether the predefined classes("\d","\s","\w",etc) in the expression are interpreted as belonging to Unicode. 
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="jregex/PerlSubstitution.html#value(jregex.MatchResult)"><B>value(MatchResult)</B></A> - 
Method in class jregex.<A HREF="jregex/PerlSubstitution.html">PerlSubstitution</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_W_"><!-- --></A><H2>
<B>W</B></H2>
<DL>
<DT><A HREF="jregex/util/io/WildcardFilter.html"><B>WildcardFilter</B></A> - class jregex.util.io.<A HREF="jregex/util/io/WildcardFilter.html">WildcardFilter</A>.<DD>&nbsp;<DT><A HREF="jregex/util/io/WildcardFilter.html#WildcardFilter(java.lang.String)"><B>WildcardFilter(String)</B></A> - 
Constructor for class jregex.util.io.<A HREF="jregex/util/io/WildcardFilter.html">WildcardFilter</A>
<DD>&nbsp;
<DT><A HREF="jregex/util/io/WildcardFilter.html#WildcardFilter(java.lang.String, boolean)"><B>WildcardFilter(String, boolean)</B></A> - 
Constructor for class jregex.util.io.<A HREF="jregex/util/io/WildcardFilter.html">WildcardFilter</A>
<DD>&nbsp;
<DT><A HREF="jregex/WildcardPattern.html"><B>WildcardPattern</B></A> - class jregex.<A HREF="jregex/WildcardPattern.html">WildcardPattern</A>.<DD>A Pattern subclass that accepts a simplified pattern syntax:
 <code>?<DT><A HREF="jregex/WildcardPattern.html#WildcardPattern()"><B>WildcardPattern()</B></A> - 
Constructor for class jregex.<A HREF="jregex/WildcardPattern.html">WildcardPattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/WildcardPattern.html#WildcardPattern(java.lang.String)"><B>WildcardPattern(String)</B></A> - 
Constructor for class jregex.<A HREF="jregex/WildcardPattern.html">WildcardPattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/WildcardPattern.html#WildcardPattern(java.lang.String, boolean)"><B>WildcardPattern(String, boolean)</B></A> - 
Constructor for class jregex.<A HREF="jregex/WildcardPattern.html">WildcardPattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/WildcardPattern.html#WildcardPattern(java.lang.String, int)"><B>WildcardPattern(String, int)</B></A> - 
Constructor for class jregex.<A HREF="jregex/WildcardPattern.html">WildcardPattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/WildcardPattern.html#WildcardPattern(java.lang.String, java.lang.String, int)"><B>WildcardPattern(String, String, int)</B></A> - 
Constructor for class jregex.<A HREF="jregex/WildcardPattern.html">WildcardPattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/WildcardPattern.html#WORD_CHAR"><B>WORD_CHAR</B></A> - 
Static variable in class jregex.<A HREF="jregex/WildcardPattern.html">WildcardPattern</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#wrap(java.lang.StringBuffer)"><B>wrap(StringBuffer)</B></A> - 
Static method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
<DT><A HREF="jregex/Replacer.html#wrap(java.io.Writer)"><B>wrap(Writer)</B></A> - 
Static method in class jregex.<A HREF="jregex/Replacer.html">Replacer</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_X_"><!-- --></A><H2>
<B>X</B></H2>
<DL>
<DT><A HREF="jregex/REFlags.html#XML_SCHEMA"><B>XML_SCHEMA</B></A> - 
Static variable in interface jregex.<A HREF="jregex/REFlags.html">REFlags</A>
<DD>Turns on the compatibility with XML Schema regular expressions.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> 
<!-- ========== START OF NAVBAR ========== -->
<A NAME="navbar_bottom"><!-- --></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="index.html" TARGET="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="index-all.html" TARGET="_top"><B>NO FRAMES</B></A></FONT></TD>
</TR>
</TABLE>
<!-- =========== END OF NAVBAR =========== -->

<HR>

</BODY>
</HTML>