mirror of
https://github.com/xHyroM/bun-discord-bot.git
synced 2024-11-10 01:08:07 +01:00
tags(lookbehinds): highlight
This commit is contained in:
parent
9250cdb7dc
commit
56922524e2
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ Its **low-level control over memory** and **lack of hidden control flow**, whils
|
|||
[lookbehinds]
|
||||
keywords = ["lookbehinds", "regex", "jsc", "discord.js"]
|
||||
content = """
|
||||
Bun (i.e. JavaScriptCore) does not currently support regex lookbehinds. ([#314](<https://github.com/oven-sh/bun/issues/314>))
|
||||
Bun (i.e. JavaScriptCore) **does not currently** support regex lookbehinds. ([#314](<https://github.com/oven-sh/bun/issues/314>))
|
||||
|
||||
If you need to use lookbehinds, you can use an alternative. Read more [here](<https://stackoverflow.com/questions/7376238/javascript-regex-look-behind-alternative>)
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue