RegExp Oriented Site Development - sgml/signature GitHub Wiki
- Search for github.io pages. For example: +gallery site:github.io
- Copy a github.io repo
- Enable the Github pages tool in the settings of the cloned repo
- Inspect the page to find libraries, DOM IDs and API requests
- Customize the page using the keyboard shortcuts of the browser and the W3C Validator
- Use wikimedia commons for placeholder images. For example: homes site:commons.wikimedia.org
- Use wikimedia commons for SVG letters to splice into logos. For example: svg "letter w" site:commons.wikimedia.org
- Use bootstrap components for rapid prototyping
- UUID4 search and replace ending with @example.org domain name
Find: ([a-z0-9]{8}-[^@]+) Replace: [email protected]
('<text x="0" y="0" alignment-baseline="middle" font-size="12" stroke-width="0" stroke="black" text-anchor="middle">HueLink</text>').replace(/</g,'%3C').replace(/"/g,"'").replace(/>/g,'%3E')
-
https://www.tutorialspoint.com/javaregex/javaregex_characters.htm
-
https://shred.zone/cilla/page/380/little-java-regex-cookbook.html
-
https://www.rafaybaloch.com/2017/06/bad-meets-evil-php-meets-regular.html
-
https://docs.microsoft.com/en-us/dotnet/standard/base-types/character-escapes-in-regular-expressions
-
https://www.juptr.io/juptrblogs/_e67b0d1e-98f8-44fb-b431-845005f36129.html
-
https://www.tutorialspoint.com/csharp/csharp_regular_expressions.htm
-
https://www.tutorialspoint.com/java/java_regular_expressions.htm