We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c8cbb commit 4232697Copy full SHA for 4232697
Editor/RegexBuilder.cs
@@ -7,7 +7,7 @@ namespace Parabox.RegexConstructor
7
{
8
public class RegexBuilder : EditorWindow
9
10
- [MenuItem("Window/Regex Construction Window")]
+ [MenuItem("Window/Regex Builder Window")]
11
static void Init()
12
13
EditorWindow.GetWindow<RegexBuilder>().Show();
README.md
@@ -2,6 +2,8 @@
2
3
A simple regular expression evaluator inside Unity.
4
5
+
6
+
## quick start
1. Open `Window / Regex Builder Window`
screen.png
13.3 KB
0 commit comments