header

 

More links

AutoHotkey | Android | Arduino | COMM140Fractals | 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

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

bit.ly/yesregex

 

Links

Regular Expressions Cheat Sheet by

 

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 April 27, 2024, from http://www.rupert.id.au/tutorials/regularexpressions/index.php

Last refreshed: April 27 2024. 04:20.53 am

rupert dot russell at acu dot edu dot au Support Wikipedia

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


447 visits since March 16, 2012