header

Show all links

ALHT103 | Blip.fm | Blackboard | Cool Stickers | Deviantart | EDAR308 | EDFD452 | email | Fractals | ghotit.com | Gimp 2 | Google | LTC Conference | Movie Maker | Photoshop CS3 | Photo Story 3 | RedBubble | Smartpen | Tutorials | WebQuests |




Home
> Ballarat Exam Timetable


NoteTab 5 Regular Expression Cleaning Script


; -------------------------------------------------------------------------
; Replace " Mon " with " Mon,"
; -------------------------------------------------------------------------
^!Replace " ([A-Z]{1}[a-z]{2}) " >> " $1," RWAS
;
; ----------------------------------------------------------
; Replace BIOL117 with BIOL117,
; ----------------------------------------------------------
^!Replace "(\w{3}\d{3}) " >> $1, RWAS
;
; -------------------------------------------------------------------------
; Replace CONTEXTS OF NURSING 1 with CONTEXTS OF NURSING 1,
; -------------------------------------------------------------------------
^!Replace "([A-Z]* \d{0,1}) " >> "$1," RWAS
;
; -------------------------------------------------------------------------
; Replace APPLIED SCIENCE FOR PRACTICE 3:10 with APPLIED SCIENCE FOR PRACTICE,3:10
; -------------------------------------------------------------------------
^!Replace "([A-Z]*) (\d{1,2}:\d{2})" >> "$1,$2" RWAS
;
; -------------------------------------------------------------------------
; Replace 14:00 with 14:00,
; -------------------------------------------------------------------------
^!Replace "(\d{1,2}:\d{2}) " >> $1, RWAS
;

Then this script

^!Replace , >> </td><td> RWAS
^!Replace ^ >> <tr><td> RWAS
^!Replace $ >> </td></tr> RWAS

Converts the comma delimited list to a table with the addition of

<table width="100%" border="1" cellpadding="1" bgcolor="#CCFF99">

</table> tags


APA citation:
Russell, R. (2008, May 11, 03:11 am). Ballarat Exam Timetable
     Retrieved September 10, 2010, from
     http://www.rupert.id.au/exams/index.php
674 Visits since May 31, 2007

Last refreshed: September 10 2010. 05:47.09 pm

rupert at rupert dot id dot au

Creative Commons License This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.