U E D R , A S I H C RSS

정규표현식/스터디/문자하나찾기/예제

  1. /templete
  2. /
  3. //
  4. ///
  5. //
  6. //
  7. ///
  8. ///


1. -

./tp1201.txt
./up1301.txt
./tp1302.txt
./up2302.txt
./Up1313.txt
./ta1411.doc
./ub1401.doc
./tc1402.txt
./uc1402.txt
./Up1413.hwp

1. t .txt
2. 1410 .
3. 1300 .
4. p 1300 .

1.1. -

1. t.*\.txt : t  .* 0    \.txt '.'       txt 
2. 140[0-9] : 140     0 9 
3. 13[0-9][0-9] : 13     0~9 
4. .p.*13[0-9][0-9] :   '.'  p   .*  13[0-9][0-9]

1.2. -

{{|
"./t......txt"
"./..141....."
"./..13......"
"./.p13......"
|}}

1.3. -

1
t.....\.txt
2
..141.
3
..13
4
.p13


2. -

hello my name is helloguy


hello
? (-_-)?

2.1. -

  • 2

2.2. -

  • 2

2.3. -

  • : 2

3. -

My..*First..Regular|.Expression.Example1
[what]+[List]&[is]^[Here]%

1. .*+&[]% .

3.1. -

  • "[\]\[*+&%\.]"

3.2. -


  • "\[\]\*\+\&\%\."

3.3. -

  • \.\*\+\&\[\]\%
Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:30:45
Processing time 0.0481 sec