-
### 🔍 Search Terms
regex, regular expression, syntax highlighting
### ✅ Viability Checklist
- [x] This wouldn't be a breaking change in existing TypeScript/JavaScript code
- [x] This wouldn't chang…
-
### Bug Report Checklist
- [X] I have pulled the latest `main` branch of the repository.
- [X] I have [searched for related issues](https://github.com/JoshuaKGoldberg/create-typescript-app/issues?q=i…
fb55 updated
21 hours ago
-
```
SQLite can use syntax like:
SELECT * FROM t WHERE c REGEXP 'blah[x-z]+';
This is translated internally to REGEXP(c, 'blah[x-z]+'), which is not
implemented by default, but which can be overri…
-
```
SQLite can use syntax like:
SELECT * FROM t WHERE c REGEXP 'blah[x-z]+';
This is translated internally to REGEXP(c, 'blah[x-z]+'), which is not
implemented by default, but which can be overri…
-
# 用正则表达式分析 URL - Harttle Land
[http://harttle.land/2016/02/23/javascript-regular-expressions.html](http://harttle.land/2016/02/23/javascript-regular-expressions.html)
-
javascript themplate:
```
[# th:inline="none"]
var i = [/test/g];
[/]
```
throws an exception:
```
org.thymeleaf.templateparser.text.TextParseException: (Line = 2, Column = 9) Malformed templa…
-
## What is the new suggestion?
Currently, MDN has just landed Regex reference on mdn/content#22210(and some add-ups in mdn/content#26944), and it's worth it to have it translated to Chinese.
## …
-
# Validating UUIDs with Regular Expressions in JavaScript - Paramdeo Singh
[https://paramdeo.com//blog/validating-uuids-with-regular-expressions-in-javascript](https://paramdeo.com//blog/validating…
-
:red_circle: Title : Email Validator
:red_circle: Aim : To create a tool that validates email addresses based on standard formatting rules and provides feedback on the validity of the input.
:re…
-
After reviewing an error for a different extension, it was determined that the extension was broken due to TODO Tree.
From the other extension author:
```
gruntfuggly is using a package calle…