Regular expressions: Difference between revisions

Added some external links related to regex.
m (Add whitespace)
(Added some external links related to regex.)
Line 54:
* [[Match () with regex () ()|<sb>(Match (foo bar) with regex (foo) (g) :: operators)</sb>]]
* [[Test regex () () with text ()|<sb><Test regex (foo bar) (g) with text (foo) :: sensing></sb>]]
 
== External links ==
 
* [[w:Regular expressions|Regular expressions]] on Wikipedia
* [https://extensions.turbowarp.org/ TurboWarp extension gallery] featuring [https://scratch.mit.edu/users/TrueFantom/ TrueFantom]'s RegExp extension. It can be loaded into PenguinMod using <code><nowiki>https://extensions.turbowarp.org/true-fantom/regexp.js</nowiki></code> as the URL in the ''Load Custom Extensions'' popup. It adds more regex functionality into PenguinMod.
* [https://regex101.com/ regex101], fairly useful little app with some fun challenges to test your knowledge of regex.
* [https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions MDN's Regular expressions documentation] for JavaScript. There wasn't a good place to cite this, but I sourced at lot of stuff from here. Pretty much all of the names for each syntax element.