AutoHotkey | Android | Arduino | COMM140 | Fractals | Grammar Checkers | Knots | A Million Dots Activity | Processing | Processing for Scratch Users | Redbubble | Tutorials | Weather | World Time Meeting Planner | Favicon Generator.
Home > Tutorials > Regular Expressions
http://pycon2017.regex.training/
https://textpad.com/download/index.html
https://speakerdeck.com/pycon2017/al-sweigart-yes-its-time-to-learn-regular-expressions?slide=8
Links
Regular Expressions Cheat Sheet by DaveChild
For use with Aiken format for Moodle quizes
If you need to add )'s to a list to turn:
Which LMS has the most quiz import formats?
A Moodle
B ATutor
C Claroline
into the following:
Which LMS has the most quiz import formats?
A) Moodle
B) ATutor
C) Claroline
ANSWER: A
Then the following seatch and replace strings will work
search for: ^(.)
Repace with: $1)
^(.) Match the fist character at the begining of each line and remember what the character was
$1) Replace with the first match followed by a bracket
http://www.supercounters.com/hitcounter
Non Greedy search
APA citation:
Russell, R. (2020, June 13, 02:01 pm). Regular Expressions.
Retrieved November 19, 2024, from http://www.rupert.id.au/tutorials/regularexpressions/index.php
Last refreshed: November 19 2024. 01:12.50 am
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 2.5 License.