-
Hi there,
It looks like regex matching is sort of like a start spot for highlighting to continue indefinitely until a next regex is matched. I personally find it more useful if highlighting limits …
-
I have seen several people distribute triggers containing eq dialog text with an embedded '?', and they have the regex box checked, and they do not know what a '?' means in regex, and then their trigg…
-
Sometimes I need to replace Asian characters when they surrounded only with Western ones.
To do this, I'm trying to use `Lookbehind` and `Lookahead` constructions, e.g. `(?
iG8R updated
7 months ago
-
work imdbid regex
if imdbid := search(r"^(?:https?:\/\/)?(?:www\.)?(?:imdb.com\/title\/)?(tt\d*)", user_input):
https://regex101.com/r/AolFbd/1
-
## Flavor Request
Apologies as I'm not honestly sure how to ask this question, but here's what I'm trying to figure out:
I'm trying to write a VSCode Textmate Grammar-based language for VSCode…
-
[This message](https://github.com/user-attachments/files/17600558/Re.RFR.8321500.javadoc.rejects.%40.in.multi-line.attribute.value.-.Jonathan.Gibbons.jjg%40openjdk.org.-.2024-10-15.1832.txt) (in .eml …
-
- [正则表达式-MDN](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Regular_Expressions)
- [regex101](https://regex101.com/)
- [regexper](https://regexper.com/)
- https://regexr.com/
…
-
This feature is to test the regex patterns provided in the regex101 environment to test the authenticity and correctness of the patterns to avoid future ambiguity
-
like regexp101: https://regex101.com/?regex=foo&text=bar&options=baz&flavor=javascript.
Hope support https://chalk.ist?language=typescript&theme=xxx&code=xxx
-
Было бы удобно формировать предлагаемые исключения в json-файле исключений дымовых тестов на базе junit-отчета тестирования.
Следующая регулярка https://regex101.com/r/AfThS3/2 позволяет найти все …