Fix/copy improvements (#16859)
* fix(seed): Simplify copy of lessons and remove need for image * rework copy for account creation and login emails * fix: Fixup email template and lock-file
This commit is contained in:
committed by
Stuart Taylor
parent
5d93e6d0c3
commit
34dea0ab9c
@@ -9,8 +9,8 @@
|
||||
"title": "Introduction to the Regular Expression Challenges",
|
||||
"description": [
|
||||
[
|
||||
"https://camo.githubusercontent.com/85ac1a6783961ce77add6b2e8630dbf6521d33b2/687474703a2f2f696d67732e786b63642e636f6d2f636f6d6963732f726567756c61725f65787072657373696f6e732e706e67",
|
||||
"XKCD web comic showing how regular expressions can save the day",
|
||||
"",
|
||||
"",
|
||||
"Regular expressions are special strings that represent a search pattern. Also known as \"regex\" or \"regexp\", they help programmers match, search, and replace text. Regular expressions can appear cryptic because a few characters have special meaning. The goal is to combine the symbols and text into a pattern that matches what you want, but only what you want. This section will cover the characters, a few shortcuts, and the common uses for writing regular expressions.",
|
||||
""
|
||||
]
|
||||
|
Reference in New Issue
Block a user