Add info block for find regex flags

#3647
This commit is contained in:
Cohee
2025-03-09 17:41:38 +02:00
parent 6f0f32d83d
commit eef9c3ef62
3 changed files with 72 additions and 2 deletions

View File

@@ -16,6 +16,13 @@
</small>
<hr />
<div id="regex_info_block" class="info-block">
<span class="info-block-text"></span>
<a class="info-block-flags-hint" href="http://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Regular_expressions#advanced_searching_with_flags" target="_blank" rel="noopener noreferrer">
<i class="fa-solid fa-circle-info" title="Click here to learn more about regex flags."></i>
</a>
</div>
<div id="regex_test_mode" class="flex1 flex-container displayNone">
<div class="flex1">
<label class="title_restorable" for="regex_test_input">