|
|
CSS 341 - Fundamentals
of Programming Theory and Applications Examples mostly due to Kelvin
Sung |
|
Lecture Week/Date |
What |
For Download |
|
Week 9 |
What is Regular Expression? Very simple rules for creating patterns for matching
strings. |
|
|
|
Working with Regular Expression: Now loaded with Regular Expression knowledge, let’s try to parse the input datafile again. |
|
|
|
Exploring Regular Expressions; this routine lets you enter search strings and search patterns to test how they work. | ExploreRegExp.vbs |
|
|
Searching with Regular Expression: accepts string as
input and then searches data file. |
SearchingWithRegExp.vbs |
|
|
Replacing Strings with Regular Expression: accepts string as
input and then searches data file. |
ReplacingWithRegExp.vbs |
|
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|
|
|
|
|